DETAIL_OBJECT: Track cam descriptor information
(Original Document)
Function description
The DETAIL_OBJECT function facilitates the management and creation of a recipe via a Human Machine Interface. This function provides the application program with all information concerning the description of a track or of the cam in a %MW memory zone.
For a more detailed description of how this function operates, refer to the application specific electronic cam manual.
The additional parameters EN and ENO can be configured.
Representation in FBD
Representation:
Representation in LD
Representation:
Representation in IL
Representation:
LD IODDT_Var
DETAIL_OBJECT Action, Object_Type, Group_Num, Object_Num, Address
Representation in ST
Representation:
DETAIL_OBJECT(IODDT_Var, Action, Object_Type, Group_Num, Object_Num, Address);
Description of the parameters
The following table describes the input parameters:
Parameter
Type
Comment
IODDT_Var
IODDT variable corresponding to the channel on which the function is to be carried out.
Example: IODDT_Var of type T_CCY_GROUP0
Action
Action to be carried out:
  • Action = 1: Ext is used to write the cam or track descriptor to a memory zone.
  • Action = 0: Inc is used to write the cam or track descriptor with data to the memory zone.
Object_Type
Type of object:
  • Object_Type = 0: cam.
  • Object_Type = 1: track.
Group_Num
Number of the group to which the cam or track belongs.
Object_Num
Number of the cam or track in the group.
Address
Index of first object of the memory zone of %MWs.
* IODDT represents the set of types associated with a module or a channel on which the function is to be carried out.