DETAIL_OBJECT: Transferring cam details
(Original Document)
Overview
This diagram describes transferring cam details
Example
Breakdown of parameters for cam 9 in group 2 from address %MW100.
This function applies to a channel and therefore a variable type IODDT. In this example, we will use the variable Channel_0 of type T_CCY_GROUP0.
DETAIL_OBJECT (Channel_0,1,0,2,9,100);
Order in which cam parameters are stored
The parameters are stored in a %MW memory zone:
Rank
Meaning
0
bit 0 = 1 cam used
1
2
bit 0 =1 valid in forward direction,
bit 1 =1 valid in reverse direction
3
reserved
4
reserved
5
reserved
6
track number
7
reserved
8
cam monitoring selection code
  • 0 : always valid
  • 1 : enable bit condition
  • 2 : counter full condition
9
Cam monitoring bit number
10
reserved
11
reserved
12
X1: low threshold
13
X2: high threshold
14
time value on opening
15
reserved
Loading details of a cam
The parameters are transferred into the recipe buffer from the memory zone
CAUTION
DATA INCONSISTENCY
Before transferring the parameters, do check their consistency with cam and/or recipe.
Failure to follow these instructions can result in injury or equipment damage.
Example
Loading the details of cam 3, group 2, into the current recipe
DETAIL_OBJECT (Channel_0,0,0,2,9,100);