Difference between revisions of "IT SETUP TOOL GET BLOCK"
From Macros Wiki
(Created page with "{{Up}} {{Command|syntax=IT_SETUP_TOOL_GET_BLOCK <toolgroup> <station> <block make> <block name> |description=:Get the block that is current...") |
|||
Line 4: | Line 4: | ||
|description=:Get the block that is currently assigned to a tool | |description=:Get the block that is currently assigned to a tool | ||
− | |param1=< | + | |param1=<tool>|param1_desc=Tool number |
− | |param2 | + | |param2=<block make>|param2_desc=String variable for the block make (empty string, if no block) |
− | + | |param3=<block name>|param3_desc=String variable for the block name | |
− | | | ||
}} | }} | ||
Revision as of 18:06, 16 April 2015
Command
- IT_SETUP_TOOL_GET_BLOCK <toolgroup> <station> <block make> <block name>
- Get the block that is currently assigned to a tool
Parameters
- <tool>
- Tool number
- <block make>
- String variable for the block make (empty string, if no block)
- <block name>
- String variable for the block name
Example
- IT_SETUP_TOOL_GET_BLOCK, 4, a$, b$