Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
---|---|---|---|---|
GetAdsPort | General | WORD | – | Returns the ADS port. |
GetActiveTrackObjectId | General | OTCID | – | Returns the object ID of the active track. |
GetTaskOid | General | OTCID | – | Returns the object ID of the task. |
SetActiveTrackObjectId | General | BOOL | OTCID | Sets the active track by entering the object ID of the track. |
GetIsActivated | General | BOOL | – | Returns the activated state of the mover. |
SetIsActivated | General | BOOL | BOOL | Sets the activated state of the mover. |
GetSimulatedStartUpPart | Simulation | OTCID | – | Returns the object ID of the start part in the simulation. |
GetSimulatedStartUpPosition | Simulation | LREAL | – | Returns the position at startup. |
GetSimulatedStartUpId | Simulation | STRING(3) | – | Returns the ID of the mover. |
SetSimulatedStartUpPart | Simulation | BOOL | OTCID | Sets the start part by entering the object ID of the part. |
SetSimulatedStartUpPosition | Simulation | BOOL | LREAL | Sets the start position. |
SetSimulatedStartUpId | Simulation | BOOL | STRING(3) | Sets the ID of the mover. |