Motion control C3F_T40
172 192-121102 N04 June 2008
5.4.2. Read access to the (C3_ReadArray) array
FB name C3_ReadArray
This module is used for simplified read access to the array (recipe table).
VAR_INPUT
Enable
BOOL
The desired rows can be read with the Enable input (after
selecting "Row").
Row
INT
The desired row in the table must be created at the end of
the Row module input.
this input works with object 1900.1; please take
this into consideration, if you directly access the object
1900.1 in addition.
VAR_OUTPUT
Error
BOOL
Error as an output indicates that an error was encountered
while reading the array
(a row that does not exist selected on the Row input).
Col1 – Col9
REAL
INT
DINT
The individual columns of the array can be accessed
through outputs Col1 through Col9.
Notes: Rows will be read cyclically as long as Enable = TRUE.
C3_ReadArray
Row : INT
Enable : BOOL
Col5 : INT
Col6 : DINT
Col7 : DINT
Col1 : REAL
Col2 : REAL
Col3 : INT
Error : BOOL
Col4 : INT
Col8 : DINT
Col9 : DINT