Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
|---|---|---|---|---|
Init | General | BOOL | BOOL | Initialization |
GetObjectName | General | STRING(20) | – | Returns the name of this TcCOM object. |
GetCCoodinateModuloTolerance | General | LREAL | – | Returns the modulo tolerance of the C-axis. |
GetCCoodinateModulus | General | LREAL | – | Returns the modulus for the C-axis. |
GetMoverHeight | General | LREAL | – | Returns the height of the mover. |
GetMoverWidth | General | LREAL | – | Returns the width of the mover. |
GetInitialPosition | Simulation | MoverVector | – | Returns the mover's starting position. |
GetSimulationMode | Simulation | BOOL | – | Returns the simulation mode of the mover. |
GetMaximalAcceleration | Maximum Dynamics | MoverVector | – | Returns the maximum acceleration of the mover. |
GetMaximalDeceleration | Maximum Dynamics | MoverVector | – | Returns the maximum deceleration of the mover. |
GetMaximalVelocity | Maximum Dynamics | MoverVector | – | Returns the maximum velocity of the mover. |
GetMaximalJerk | Maximum Dynamics | MoverVector | – | Returns the maximum jerk of the mover. |
GetMaximumDynamicA | Maximum Dynamics | DynamicLimits1D | – | Returns the maximum dynamics for the A-axis. |
GetMaximumDynamicB | Maximum Dynamics | DynamicLimits1D | – | Returns the maximum dynamics for the B-axis. |
GetMaximumDynamicC | Maximum Dynamics | DynamicLimits1D | – | Returns the maximum dynamics for the C-axis. |
GetMaximumDynamicXY | Maximum Dynamics | DynamicLimits1D | – | Returns the maximum dynamics for the X-axis and Y-axis. |
GetMaximumDynamicZ | Maximum Dynamics | DynamicLimits1D | – | Returns the maximum dynamics for the Z-axis. |
GetDefaultAcceleration | Default Dynamics | MoverVector | – | Returns the default acceleration of the mover. |
GetDefaultDeceleration | Default Dynamics | MoverVector | – | Returns the default deceleration of the mover. |
GetDefaultVelocity | Default Dynamics | MoverVector | – | Returns the default velocity of the mover. |
GetDefaultJerk | Default Dynamics | MoverVector | – | Returns the default jerk of the mover. |
GetDefaultDynamicA | Default Dynamics | DynamicLimits1D | – | Returns the default dynamics for the A-axis. |
GetDefaultDynamicB | Default Dynamics | DynamicLimits1D | – | Returns the default dynamics for the B-axis. |
GetDefaultDynamicC | Default Dynamics | DynamicLimits1D | – | Returns the default dynamics for the C-axis. |
GetDefaultDynamicXY | Default Dynamics | DynamicLimits1D | – | Returns the default dynamics for the X-axis and Y-axis. |
GetDefaultDynamicZ | Default Dynamics | DynamicLimits1D | – | Returns the default dynamics for the Z-axis. |
GetMaximumLagFilterTime | Monitoring | MoverVector | – | Returns the maximum lag filter time. |
GetMaximumPositionLagValue | Monitoring | MoverVector | – | Returns the maximum value of the position lag. |
GetPositionLagMonitoringEnabled | Monitoring | BOOL | – | Returns the activated monitoring of the position lag. |