IT MACHINE STATION GET LIST SHANK SIZES

From Macros Wiki
Jump to navigationJump to search

Up

Command

IT_MACHINE_STATION_GET_LIST_SHANK_SIZES <toolgroup> <station> <array:list of shank sizes> [<array:list of shank size texts>]


Get the list of shank sizes supported by a toolgroup station

Parameters

<toolgroup>
Toolgroup number
<station>
Station number
<array type>
Array variable to store the list of shank sizes
<array text>
String Array to store the list of shank sizes as text string

Example

IT_MACHINE_GET_STATION_DATA 1, 21, NUM_SHANK_SIZES, iNum
LOCAL iShankSize(iNum)
LOCAL ShankSizeText$(iNum)
IT_MACHINE_STATION_GET_LIST_SHANK_SIZES 1, 21, iSize, a$