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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[:Category:Intermediate Tooling|{{Up}}]] | [[:Category:Intermediate Tooling|{{Up}}]] | ||
− | {{Command|syntax=IT_SETUP_TOOL_GET_BLOCK < | + | {{Command|syntax=IT_SETUP_TOOL_GET_BLOCK <tool number> <block make> <block name> |
|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 number>|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 | |
− | | | ||
}} | }} | ||
Latest revision as of 18:09, 16 April 2015
Command
- IT_SETUP_TOOL_GET_BLOCK <tool number> <block make> <block name>
- Get the block that is currently assigned to a tool
Parameters
- <tool number>
- 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$