Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
---|---|---|---|---|
GetAdsPort | General | WORD | – | Returns the ADS port of the station. |
GetStationId | General | UDINT | – | Returns the ID of the station. |
GetStationColor | General | UDINT | – | Returns the color of the station. Unit: ARGB |
GetStartPositionOnPart | General | LREAL | – | Returns the start position of the station on the part. |
GetEndPositionOnPart | General | LREAL | – | Returns the end position of the station on the part. |
GetStopPosition | General | LREAL | – | Returns the stop position on the part. |
GetStopPositions | General | ARRAY[1..TcIoXtsEnvironmentParameterList.MaxXtsStopPositionPerStation] OF LREAL | – | Returns the stop positions on the part. |
GetPartObjectIds | General | ARRAY[1..TcIoXtsEnvironmentParameterList.MaxXtsStopPositionPerStation] OF OTCID | – | Returns all part information of the station. |
GetIsEnabled | General | BOOL | – | Returns the state of the station. |
GetDescription | General | STRING(1023) | – | Returns the description of the station. |