G.1.3 MT_CopyPartInfo - Copies part info between trackers
Usage
MT_CopyPartInfo
is used to copy part tracker information from one part tracker
to another.
Basic examples
The following example illustrates the instruction
MT_CopyPartInfo
.
Example 1
PERS mtstationdata sdRobot;
PERS mtstationdata sdMachine;
PERS num GRIPPER_1:=1;
PROC TestProc()
MT_CopyPartInfo
\FromStation:=sdRobot,\FromIndex:=GRIPPER_1,\ToStation:=sdMachine;
ENDPROC
This call will copy part information from the part tracker connected to the robot
station with index 1 (corresponds to gripper 1 in this case). The data will be copied
(Note, not moved!) to the part tracker of the machine, sdMachine. Since this machine
only have one tracker the index was left out (means that index 1 will be used
internally).
Arguments
MT_CopyPartInfo [\FromStation] | [\FromStationName] [\FromIndex]
[\ToStation] | [\ToStationName] [\ToIndex]
\FromStation
Data type:
mtstationdata
The station to copy part tracker data from.
\FromStationName
Data type:
string
The station to copy part tracker data from. In this argument, the name of the
mtstationdata definition is passed as a string.
\FromIndex
Data type:
num
Specifies which part tracker index in FromStation to fetch part info from.
\ToStation
Data type:
mtstationdata
The station to copy part tracker data to.
\ToStationName
Data type:
string
The station to copy part tracker data to. In this argument, the name of the
mtstationdata definition is passed as a string.
Continues on next page
Product manual - FlexLoader SC 6000
227
3HAC051768-001 Revision: D
© Copyright 2014-2020 ABB. All rights reserved.
G FlexLoader Library Add-in reference
G.1.3 MT_CopyPartInfo - Copies part info between trackers
RobotWare - OS
Summary of Contents for FlexLoader SC 6000
Page 1: ...ROBOTICS Product manual FlexLoader SC 6000 ...
Page 8: ...This page is intentionally left blank ...
Page 12: ...This page is intentionally left blank ...
Page 78: ...This page is intentionally left blank ...
Page 172: ...This page is intentionally left blank ...
Page 174: ...This page is intentionally left blank ...
Page 176: ...This page is intentionally left blank ...
Page 178: ...This page is intentionally left blank ...
Page 182: ...This page is intentionally left blank ...
Page 184: ...This page is intentionally left blank ...
Page 186: ...This page is intentionally left blank ...
Page 192: ...This page is intentionally left blank ...
Page 224: ...This page is intentionally left blank ...
Page 283: ......