Template:IT Setup Stations: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
MikeONeill (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| border="1" | {| border="1" | ||
| align="left" |'''Command'''||'''Version Number''' | |||
|- | |||
| align="left" |[[ IT_SETUP_STATION_GET_NUM_MATCHING_BLOCKS]] <toolgroup> <station> <num> | | align="left" |[[ IT_SETUP_STATION_GET_NUM_MATCHING_BLOCKS]] <toolgroup> <station> <num> | ||
|- | |- | ||
Line 7: | Line 9: | ||
|- | |- | ||
| align="left" | | | align="left" | | ||
|- | |||
| align="left" |[[ IT_SETUP_STATION_GET_NUM_BLOCKS]] <toolgroup> <station> <num blocks> ||14, 0, 36 | |||
|- | |- | ||
| align="left" |[[ IT_SETUP_STATION_GET_BLOCK]] <toolgroup> <station> <block make> <block name> | | align="left" |[[ IT_SETUP_STATION_GET_BLOCK]] <toolgroup> <station> <block make> <block name> |
Latest revision as of 20:51, 29 September 2021
Command | Version Number |
IT_SETUP_STATION_GET_NUM_MATCHING_BLOCKS <toolgroup> <station> <num> | |
IT_SETUP_STATION_GET_LIST_MATCHING_BLOCKS <toolgroup> <station> <array:list of makes> <array:list of names> [<num>] | |
IT_SETUP_STATION_GET_MATCHING_BLOCK <toolgroup> <station> <index> <block make> <block name> | |
IT_SETUP_STATION_GET_NUM_BLOCKS <toolgroup> <station> <num blocks> | 14, 0, 36 |
IT_SETUP_STATION_GET_BLOCK <toolgroup> <station> <block make> <block name> | |
IT_SETUP_STATION_SET_BLOCK <toolgroup> <station> <matching block number> | |
IT_SETUP_STATION_REMOVE_BLOCK <toolgroup> <station> | |
IT_SETUP_STATION_GET_DATA <toolgroup> <station> <parameter> <value> | |
IT_SETUP_STATION_SET_DATA <toolgroup> <station> <parameter> <value> |