CreateIDEventData
The
CreateIDEventData
item returns the data regarding the most recently generated event for the specified batch.This table shows the input and output formats for this item.
Input Format | Request: CreateIDEventData | ||
CreateID | is | ASCII – Integer, INTERNAL identifier assigned during batch creation. Obtain from the BatchList item. | |
Output Format | The CreateIDEventData item returns in this format: | ||
<EvtData> | is | <SVRSignal> \crlf <EList> | |
where: | |||
<SVRSignal> | ASCII – Integer | 0 = continue update of data for this advise
1 = discontinue update of data for this advise | |
where <EList> is: | |||
<Event> | is | <Event> | <Event> <EList> | |
<EList> | is | <Time> \t <BatchID> \t <RecipePath> \t <Description> \t <EventType> \t <Value> \t <EngUnits> \t <Area> \t <PCell> \t <Unit> \t <EQMName> \t <PhaseType> \t <UserID> \t <CreateID> \crlf | |
Field Name | Format | Description | |
<Time> | ASCII – String | Time at which the event occurred. | |
<BatchID> | ASCII – String | Operator entered batch identification number. | |
<RecipePath> | ASCII – String | Procedure identifier from FactoryTalk Batch Recipe Editor FactoryTalk Batch Recipe Editor . | |
<Description> | ASCII – String | Description of the event. | |
<EventType> | ASCII – String | Type of event. | |
<Value> | ASCII – String | Value associated with the event. | |
<EngUnits> | ASCII – String | Engineering units associated with the event, if any. | |
<Area> | ASCII – String | Area from the Equipment database. | |
<PCell> | ASCII – String | Process cell in which the event occurred. | |
<Unit> | ASCII – String | Unit in which the event occurred. | |
<EQMName> | ASCII – String | Phase in which the event occurred. | |
<PhaseType> | ASCII – String | Phase Class Category. | |
<User> | ASCII – String | Machine Name/User Name of person who issued this event to the FactoryTalk Batch Server. This may not be displayed if the event was not generated by the operator. | |
<CreateID> | ASCII – Integer | Unique batch ID assigned by the FactoryTalk Batch Server. |
This table shows an example of the return on this request.
TIP:
A request on
object.GetItem(17EventData)
could return:2022.02.24 16:20:54 \t BATCH_100 \t 17:MCLS_FRENCHVANILLA\MCLS_SWEETCREAM_UP:1\MCLS_SWEETCREAM_OP:1-1 \t State Changed: \t State Change \t RUNNING \t \t AREA1 \t NORTH_PARLOR \t NP_MIXER2 \t \t \t \t 17 \t \t \t \t \t \t \t \r\n
Provide Feedback