Difference between revisions of "Robot Files and Project Files"

From Wiki
m (Redirected page to Configuration Files Overview)
Tag: New redirect
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Which project configuration/robot configuration file should I use?=
+
#REDIRECT [[Configuration Files Overview]]
To find out, you need to find your robot type. The [[#Filename nomenclature|table below]] shows how to identify your robot.
 
 
 
==Project config files==
 
The name of the project configuration file that you need to use in CPRog for your robot is composed as follows. Use the [[#Filename nomenclature|table below]] to identify the
 
filename:
 
 
In general, any '''project file''' in the Directory C:\CPRog\Data\Projects\ is comprised as follows:
 
 
 
<code><Robot-type>_<number_of_joints>_<size>_<Encoder_Type>.prj  </code>
 
 
 
Answering the questions in the table below, should narrow your choice down to a single file in the folder <code>C:\CPRog\Data\Projects\</code>.
 
 
 
==Robot config files==
 
There are robot configuration files, in a sub directory of C:\CPRog\Data\Robots\. The sub directory uses similar nomenclature [[#Filename nomenclature|table below]].
 
 
 
For example: <Robot-type>_<number_of_joints>_<size>
 
 
 
Answering the questions in the table below, should narrow your choice down to a single file in the folder <code>C:\CPRog\Data\Projects\</code>.
 
 
 
'''Before making any changes to these files, create a backup of the respective files'''.
 
The file names of the robot files/folders should not be changed, as they are referenced from within the project files.
 
If you do change the filename, you will need to edit the Project file as well.
 
Always keep a backup of the files that you make changes to. If you loose one of these files, you could re-install [[CPRog Updates|re-install CPRog]] on top of the existing CPRog installation (i.e. without removing the existing CPRog version first.) This overwrites all files in the CPRog installation directory (usually <code>c:\CPRog</code>). So you'll likely want to keep a backup or rename that directory prior to the installation.
 
 
 
=Filename nomenclature=
 
==For robots with external control electronics==
 
{| class="wikitable"
 
!Parameter
 
!Robot sub-directory
 
!Project File
 
!Description
 
!Image
 
|-
 
! Igus robolink DQ or D arm or Gantry?
 
|IGUS_DQ_arm / IGUS_arm||Robolink_DQ / Robolink / drylin_XYZGantry|| There are several types or robolink robot arms, the most common is the D arm, named just “IGUS arm” or "Robolink Arm". If you have a XYZ gantry robot, choose the drylin_XYZGantry.prj || [[file:igus_d_dq.png|300px|frameless]]
 
|-
 
! 4 or 5 Degrees of freedom?
 
|4DOF / 5DOF||4Axis / 5Axis|| DOF is the acronym for “degrees of freedom”, meaning the number of robot joints or axes. The robot on the right is 5 DOF or 5 axes. Note: the white gripper is not counted.|| [[file:robolink_DOF.png|300px|frameless]]
 
|-
 
!Small version or big version?
 
|SV/BV||Small/Big||BV stands for Big Version with 2.5 kg payload. SV stands for Small Version with 0.5 kg payload. Measure the inner diameter of joint 2.
 
* 5cm = BV/Big
 
* 3cm = SV/Small
 
|| [[file:robolink_BVSV.png|300px|frameless]]
 
|-
 
! Encoder at Gear-output or motor-encoder?
 
|AE / _BLANK_||AE / _BLANK_||Filenames ''without AE extension'' are for robots that use motor encoders, ''AE versions'' use a encoder on the gear output. Count the number of sockets of any of the modules labelled "Stepper Motor Driver Module" on the DIN Rail.
 
*3 sockets: use file names containing AE.
 
*4 sockets: use file names not containing AE
 
||[[file:DINrail_AEME.png|300px|frameless]]
 
|}
 
 
 
==For Robots with internal control electronics, such as the robolink DCi==
 
{| class="wikitable"
 
!Parameter
 
!Robot sub-directory
 
!Project File
 
!Description
 
!Image
 
|-
 
! Igus robolink DQ or D arm or Gantry?
 
! 4 or 5 Degrees of freedom?
 
|4DOF / 5DOF||4Axis / 5Axis|| DOF is the acronym for “degrees of freedom”, meaning the number of robot joints or axes. The robot on the right is 5 DOF or 5 axes. Note: the white gripper is not counted.|| [[file:robolink_DOF.png|300px|frameless]]
 
|-
 
!Small version or big version?
 
|SV/BV||Small/Big||BV stands for Big Version with 2.5 kg payload. SV stands for Small Version with 0.5 kg payload. Measure the inner diameter of joint 2.
 
* 5cm = BV/Big
 
* 3cm = SV/Small
 
|| [[file:robolink_BVSV.png|300px|frameless]]
 
|-
 
! Encoder at Gear-output or motor-encoder?
 
|AE / _BLANK_||AE / _BLANK_||Filenames ''without AE extension'' are for robots that use motor encoders, ''AE versions'' use a encoder on the gear output. Count the number of sockets of any of the modules labelled "Stepper Motor Driver Module" on the DIN Rail.
 
*3 sockets: use file names containing AE.
 
*4 sockets: use file names not containing AE
 
||[[file:DINrail_AEME.png|300px|frameless]]
 
|}
 
 
 
==Loading the Project Configuration File==
 
You can load the project configuration file by clicking on the circular icon at the top left of CPRog, selecting "Open Project" and then selecting the corresponding file located in <code>C:\CPRog\Data\Projects\</code>. [[file:CPRog_open_project_file1.png|thumb|right|400px]] [[file:CPRog_open_project_file2.png|thumb|right|400px]]
 
<br clear=all>
 
 
 
=Which project configuration file am I currently using?=
 
You can see which project file is currently in use in the title bar of CPRog, while the CPRog window is '''not''' maximised to fill the screen. (You will notice that when it is maximised, the text in the title bar is unreadable.)
 
[[Category:CPRog]]
 

Latest revision as of 11:16, 16 August 2023