Difference between revisions of "IT MACHINE SET STATION DATA"
From Macros Wiki
(Created page with "{{Up}} {{Command|syntax=IT_MACHINE_SET_STATION_DATA <toolgroup> <station> <parameter> <value> |description=:Get data for a toolgroup statio...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=IT_MACHINE_SET_STATION_DATA <toolgroup> <station> <parameter> <value> | {{Command|syntax=IT_MACHINE_SET_STATION_DATA <toolgroup> <station> <parameter> <value> | ||
− | |description=: | + | |description=:Set data for a toolgroup station |
|param1=<toolgroup>|param1_desc=Toolgroup number | |param1=<toolgroup>|param1_desc=Toolgroup number | ||
|param2=<station>|param2_desc=Station number | |param2=<station>|param2_desc=Station number | ||
|param3=<parameter>|param3_desc=[[IT_Machine_Station_Data_Parameter|Parameter]] | |param3=<parameter>|param3_desc=[[IT_Machine_Station_Data_Parameter|Parameter]] | ||
− | |param4=<value>|param4_desc= | + | |param4=<value>|param4_desc=Data value |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :IT_MACHINE_SET_STATION_DATA ORIENTATION_X, 1.52 | + | :IT_MACHINE_SET_STATION_DATA 1, 21, ORIENTATION_X, 1.52 |
[[Category:IT_Machine_Data]] | [[Category:IT_Machine_Data]] |
Latest revision as of 17:55, 15 April 2015
Command
- IT_MACHINE_SET_STATION_DATA <toolgroup> <station> <parameter> <value>
- Set data for a toolgroup station
Parameters
- <toolgroup>
- Toolgroup number
- <station>
- Station number
- <parameter>
- Parameter
- <value>
- Data value
Example
- IT_MACHINE_SET_STATION_DATA 1, 21, ORIENTATION_X, 1.52