|
Input |
Data type |
Description |
|---|---|---|
|
i_etComponent |
Selecting the component. Valid values are:
|
|
|
i_lrValue |
LREAL |
Specifies the maximum travel distance. Value range: MaxDistance >= 0 Special case: MaxDistance = 0 -> In this case the movement is performed endlessly in jogging mode. |
|
Output |
Data type |
Description |
|---|---|---|
|
q_etDiag |
General library-independent statement on the diagnostic. A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message. |
|
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = GD.ET_Diag.Ok -> Status message q_etDiag <> GD.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 |
Ok |
0 |
Ok |
|
ConfigurationFailed |
JoggingInterfaceInvalid |
36 |
The jogging interface is invalid. |
|
InputParameterInvalid |
ManualConfigurationAll |
184 |
Manual configuration All is in error. |
|
InputParameterInvalid |
ManualConfigurationAuxAx1 |
190 |
Manual configuration AuxAx1 is in error. |
|
InputParameterInvalid |
ManualConfigurationAuxAxAll |
189 |
Manual configuration AuxAxAll is in error. |
|
InputParameterInvalid |
ManualConfigurationAxisA |
186 |
Manual configuration axis A is in error. |
|
InputParameterInvalid |
ManualConfigurationAxisAll |
185 |
Manual configuration axis All is in error. |
|
InputParameterInvalid |
ManualConfigurationAxisB |
187 |
Manual configuration axis B is in error. |
|
InputParameterInvalid |
ManualConfigurationAxisC |
188 |
Manual configuration axis C is in error. |
|
InputParameterInvalid |
ManualConfigurationCartesianAll |
191 |
Manual configuration Cartesian All is in error. |
|
InputParameterInvalid |
ManualConfigurationCartesianX |
192 |
Manual configuration Cartesian X is in error. |
|
InputParameterInvalid |
ManualConfigurationCartesianY |
193 |
Manual configuration Cartesian Y is in error. |
|
InputParameterInvalid |
ManualConfigurationCartesianZ |
194 |
Manual configuration Cartesian Z is in error. |
|
InputParameterInvalid |
ManualConfigurationPath |
195 |
Manual configuration path is in error. |
|
InputParameterInvalid |
RobotComponentInvalid |
144 |
The robot component is invalid. |
|
Enumeration name: |
JoggingInterfaceInvalid |
|
Enumeration value: |
36 |
|
Description: |
The jogging interface is invalid. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The method InitModuleInterface() was not called successfully. |
To initialize the module interface successfully, the method InitModuleInterface() has to be called during the initialization procedure of the application. |
|
Enumeration name: |
ManualConfigurationAll |
|
Enumeration value: |
184 |
|
Description: |
Manual configuration All is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.All has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationAuxAx1 |
|
Enumeration value: |
190 |
|
Description: |
Manual configuration AuxAx1 is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.AuxAx1 has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationAuxAxAll |
|
Enumeration value: |
189 |
|
Description: |
Manual configuration AuxAxAll is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.AuxAxAll has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationAxisA |
|
Enumeration value: |
186 |
|
Description: |
Manual configuration axis A is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.AxisA has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistancei_IrMaxDeceleration is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationAxisAll |
|
Enumeration value: |
185 |
|
Description: |
Manual configuration axis All is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.AxisAll has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationAxisB |
|
Enumeration value: |
187 |
|
Description: |
Manual configuration axis B is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.AxisB has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance s outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationAxisC |
|
Enumeration value: |
188 |
|
Description: |
Manual configuration axis C is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.AxisC has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationCartesianAll |
|
Enumeration value: |
191 |
|
Description: |
Manual configuration Cartesian All is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.CartesianAll has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationCartesianX |
|
Enumeration value: |
192 |
|
Description: |
Manual configuration Cartesian X is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.CartesianX has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationCartesianY |
|
Enumeration value: |
193 |
|
Description: |
Manual configuration Cartesian Y is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.CartesianY has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationCartesianZ |
|
Enumeration value: |
194 |
|
Description: |
Manual configuration Cartesian Z is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.CartesianZ has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
ManualConfigurationPath |
|
Enumeration value: |
195 |
|
Description: |
Manual configuration path is in error. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value ROB.ET_RobotComponent.Path has been transferred at the input i_etComponent and the value transferred at the input i_IrMaxDistance is outside the valid range. |
At the input i_IrMaxDistance a value greater than 0 must be transferred. |
|
Enumeration name: |
Ok |
|
Enumeration value: |
0 |
|
Description: |
Ok |
Setting the manual motion parameters was successful.
|
Enumeration name: |
RobotComponentInvalid |
|
Enumeration value: |
144 |
|
Description: |
The robot component is invalid. |
|
Issue |
Cause |
Solution |
|---|---|---|
|
Setting the manual motion parameters was not successful. |
The value transferred at the input i_etComponent is invalid. |
Ensure that at the input i_etComponent a valid component has been transferred. |