G.3.6 mtparttracker - describes all data for a part tracker
Usage
mtparttracker
is used to hold all data handled in a part tracker. Each defined
station must have a corresponding mtparttracker definition to make it work. The
definition should be an array of wanted size if there is more than one tracker in the
station. Note, maximum trackers in a station is 20..
Basic examples
The following example illustrates the data type
mtparttracker
.
Example 1
PERS mtstationdata sdRobot;
PERS mtparttracker sdRobot_Tracker{2};
First a station definition for the robot and the corresponding tracker definition if
part trackers should be used.
Note! The tracker definition must start with the station name and end with
“_Tracker”. In the example the robot av two grippers and therefore uses an array
with 2 places which gives two trackers for the station. Also note that when the
definition is made, the components of the defined data could be blank, those are
filled later on when using the part tracker instructions.
Components
The data type
mtparttracker
has the following components:
Station
Data type:
string
Name of the mtstationdata declaration, where the part tracker belongs to.
Part
Data type:
string
Name of the mtpartdata declaration, which is currently connected to the part tracker.
State
Data type:
string
Name of the mtpartstate declaration, which holds the state info of the part.
Tool
Data type:
string
Name of the tool to be used for this part in a specific tracker of the station. This
can remain empty, if not needed or if the tool information shall be handled by the
part data in Part.
PartLoad
Data type:
string
Name of the loaddata to be used for this part in a specific tracker of the station.
This can remain empty, if not needed or if the partload information shall be handled
by the part data in Part.
Continues on next page
Product manual - FlexLoader SC 6000
277
3HAC051768-001 Revision: D
© Copyright 2014-2020 ABB. All rights reserved.
G FlexLoader Library Add-in reference
G.3.6 mtparttracker - describes all data for a part tracker
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: ......