messages.TimeStamp <= myEndTime and messages.TimeStamp >=
myStartTime
4. Return all messages of a terminal term with ROOTGUID= myGUID, POBJID = myPOBJID,
POTID=myPOTID, OBJID=myOBJID, ExStartTime=myStartTime and
ExEndTime=myEndTime.
select * from vCDVMessages as messages where
messages.ROOTGUID = myGUID and
messages.POBJID = myOBJID and messages.POTID = 28 and
messages.P2OBJID = myPOBJID and
messages.TimeStamp <= myEndTime and messages.TimeStamp >=
myStartTime
The measured values are determined according to 3 and 4.
* Actions, messages, measured values, parameters, ESIGs, comments, etc.
Examples of links
6.4 Recipe element - properties
SIMATIC BATCH - Views of the report data V9.0
72 Programming Manual, 05/2017, A5E38208785-AA