Direct Recipe Element - Subobjects - Siemens SIMATIC PCS 7 Programming Manual

Process control system simatic batch - views of the report data v9.0
Hide thumbs Also See for SIMATIC PCS 7:
Table of Contents

Advertisement

Figure 6-2
Structure of a flat batch
6.3

Direct recipe element - subobjects

A recipe element is linked with its immediate subobjects by means of ID, Type and
ActivationCounter relationships.
Return all children of a recipe element with ROOTGUID= myGUID, POBJID = myPOBJID,
POTID=myPOTID, OBJID=myOBJID, OTID=myOTID, ActivationCounter=myAC and
ParentActivationCounter= myPAC.
select * from vRecipeElement as kind where
Example:
Parent(ROOTGUID)
Parent (OBJID, OTID)
Parent(ActivationCounter)
SIMATIC BATCH - Views of the report data V9.0
Programming Manual, 05/2017, A5E38208785-AA
kind.ROOTGUID
and
kind.POBJID
and
kind.POTID
and
kind.ParentActivationCounter
6.3 Direct recipe element - subobjects
= myGUID
= myOBJID
= myOTID
= myAC
= Child(ROOTGUID)
= Child (POBJID, POTID)
= Child(ParentActivationCounter)
Examples of links
69

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents