IF_RobotConfiguration - Cartesian2Ax (Method)
Type: |
Method |
Available as of: |
V1.0.0.0 |
This chapter provides information on:
oTask
Configuring a biaxial Cartesian robot.
With the method Cartesian2Ax(...), the robot can be configured as a Cartesian robot with two degrees of freedom.
The axes A and B move along the coordinate axes of the Cartesian coordinate system according to the configuration i_etPlane.
NOTE: If a method was already called up successfully to configure a transformation (q_etDiag = ET_Diag.Ok AND q_etDiagExt = ET_DiagExt.Ok), then it is not possible to overwrite the parameterization by calling up another method to configure a transformation.
Input |
Data type |
Description |
---|---|---|
i_ifDriveA |
SystemConfigurationItf.IF_Drive For Modicon M262 Motion Controllers, the data type is CMI.IF_AxisIdentification. |
Drive of the axis A. |
i_ifDriveB |
SystemConfigurationItf.IF_Drive For Modicon M262 Motion Controllers, the data type is CMI.IF_AxisIdentification. |
Drive of the axis B. |
i_etPlane |
Specification in which working plane the robot is operating. |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value not equal to GD.ET_Diag.Ok corresponds to a diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = ET_Diag.Ok ->Status message q_etDiag <> ET_Diag.Ok -> Diagnostic message |
|
q_sMsg |
STRING[80] |
Event-triggered message that gives additional information on the diagnostic state. |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
|
ExecutionAborted |
105 |
The configuration is already completed. |
|
ExecutionAborted |
106 |
The transformation is already configured. |
|
InputParameterInvalid |
36 |
The drive A is already in use. |
|
InputParameterInvalid |
48 |
The drive A is invalid. |
|
InputParameterInvalid |
37 |
The drive B is already in use. |
|
InputParameterInvalid |
49 |
The drive B is invalid. |
|
InputParameterInvalid |
107 |
The plane is invalid. |
Enumeration name: |
ConfigurationAlreadyCompleted |
Enumeration value: |
105 |
Description: |
The configuration is already completed. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The configuration of the robot has already been completed. The method ConfigDone(...) has already been called up successfully. |
Ensure that no transformation configuration method, for example Delta3Ax(...) or AddAuxAx(...), is called after the configuration has been completed. |
Enumeration name: |
DriveAAlreadyInUse |
Enumeration value: |
36 |
Description: |
The drive A is already in use. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The drive transferred at the input i_ifDriveA is already configured in the robot and cannot be used again. |
Ensure that no drive is assigned to the robot more than once, and correct if necessary. |
Enumeration name: |
DriveAInvalid |
Enumeration value: |
48 |
Description: |
The drive A is invalid. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The drive transferred at the input i_ifDriveA is invalid. |
At the input i_ifDriveA, a valid drive must be transferred. |
Enumeration name: |
DriveBAlreadyInUse |
Enumeration value: |
37 |
Description: |
The drive B is already in use. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The drive transferred at the input i_ifDriveB is already configured in the robot and cannot be used again. |
Ensure that no drive is assigned to the robot more than once, and correct if necessary. |
Enumeration name: |
DriveBInvalid |
Enumeration value: |
49 |
Description: |
The drive B is invalid. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The drive transferred at the input i_ifDriveB is invalid. |
At the input i_ifDriveB, a valid drive must be transferred. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The configuration of the robot transformation was successful.
Enumeration name: |
PlaneInvalid |
Enumeration value: |
107 |
Description: |
The plane is invalid. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The value transferred at the input i_etPlane is invalid. |
At the input i_etPlane, a value contained in ET_WorkingPlane must be transferred. |
TransformationAlreadyConfigured
Enumeration name: |
TransformationAlreadyConfigured |
Enumeration value: |
106 |
Description: |
The transformation is already configured. |
Issue |
Cause |
Solution |
---|---|---|
The configuration of the robot transformation was not successful. |
The configuration of the robot transformation has already been completed successfully. |
Ensure that a configuration for a transformation is only called once. |