IT MACHINE STATION GET LIST BLOCK TYPES
From Macros Wiki
Command
- IT_MACHINE_STATION_GET_LIST_BLOCK_TYPES <toolgroup> <station> <array:list of type numbers> [<array:list of type texts>]
- Get the list of block types supported by a toolgroup station
Parameters
- <toolgroup>
- Toolgroup number
- <station>
- Station number
- <array type>
- Array variable to store the list of block types
- <array text>
- String array to store the list of block types as text string
Example
- LOCAL iBlocktype(10)
- LOCAL BlockTypeText$(10)
- IT_MACHINE_STATION_GET_LIST_BLOCK_TYPES 1, 21, iBlockType, BlockTypeText$