DETAIL_OBJECT: Transferring track details
(Original Document)
Overview
This diagram describes transferring a track
Example
Breakdown of parameters for track 5 group 1 from address %MW200. Loading details in the current recipe of cam 3 of group 2. We will use a variable Channel_0 of type IODDT T_CCY_GROUP0
DETAIL_OBJECT (Channel_0,1,1,1,5,100);
Order in which track parameters are stored
The parameters are stored in a %MW memory zone:
Rank
Meaning
0
bit 0 = 1 track used
1
Output, bit 0: INVERT_TRACK, bit 1: ADD_TRACK
2
Action code for switching to 1 for parts counter in forward direction
3
Action code for switching to 0 for parts counter in reverse direction
4
= 1 track declared as event
5
value offeedforward factor.
Loading details of a track
The parameters are transferred into the recipe buffer from the memory zone
CAUTION
DATA INCONSISTENCY
Before transferring the parameters, do check their consistency with track and/or recipe.
Failure to follow these instructions can result in injury or equipment damage.
Example
Changing the details of track 5, group 1, in the current recipe from word %MW100. We will use a variable Channel_0 of type IODDT T_CCY_GROUP0
DETAIL_OBJECT (Channel_0,0,1,1,5,100);