UnAcknowledgedEvents
The
UnAcknowledgedEvents
item returns a list of all outstanding operator prompts.This table shows the input and output formats for this item.
Input Format | Request: UnAcknowledgedEvents | ||
Output Format | The UnAcknowledgedEvents item returns in this format: | ||
<UnAckEvents> | is | <NullList> | <PromptsList> | |
<PromptsList> | is | <Prompt> | <Prompt> /crlf <PromptsList> | |
<Prompt> | is | <Time> /t<BatchID> /t<RecipePath> /t<Description> /t<Event> /t<Value> /t<EngUnits> /t<Area>/ /t<PCell> /t<Unit>/t<Phase> /t<UnackedPromptID> /t<ParamDataType> /t<High> /t<Low> /t<Default>/t<ActionID> /t<HighLimit> /t<HighHighLimit> /t<HighHighHighLimit> /t<LowLimit> /t<LowLowLimit> /t<LowLowLowLimit> | |
where: | |||
Field Name | Format | Description | |
<ActionID> | ASCII - Integer | Action ID as a 32-bit unsigned integer. If non-zero, it is the ActionID of an Ack that is pending for the UnacknowledgedEvent. If zero, then there is no Ack pending. | |
<HighLimit> | ASCII – Value | High deviation limit for prompts with a <ParamDataType> value of 1 or 2. A value returns when the limit value is defined and a Signature Template is defined, otherwise this field is empty. | |
<HighHighLimit> | ASCII – Value | High high deviation limit for prompts with a <ParamDataType> value of 1 or 2. A value returns when the limit value is defined and a Signature Template is defined, otherwise this field is empty. | |
<HighHighHighLimit> | ASCII – Value | High high high deviation limit for prompts with a <ParamDataType> value of 1 or 2. A value returns when the limit value is defined and a Signature Template is defined, otherwise this field is empty. | |
<LowLimit> | ASCII – Value | Low deviation limit for prompts with a <ParamDataType> value of 1 or 2. A value returns when the limit value is defined and a Signature Template is defined, otherwise this field is empty. | |
<LowLowLimit> | ASCII – Value | Low low deviation limit for prompts with a <ParamDataType> value of 1 or 2. A value returns when the limit value is defined and a Signature Template is defined, otherwise this field is empty. | |
<LowLowLowLimit> | ASCII – Value | Low low low deviation limit for prompts with a <ParamDataType> value of 1 or 2. A value returns when the limit value is defined and a Signature Template is defined, otherwise this field is empty. | |
<Time> | ASCII - String
hh:mm | The time at which the event was generated, as formatted within the Control Panel. | |
<BatchID> | ASCII - String | Operator-entered batch identification number. | |
<RecipePath> | ASCII - String | The path within the recipe to the phase where the unacknowledged prompt originated. | |
<Description> | ASCII - String | A description of the event. | |
<Event> | ASCII - String | The type of event. Contains the string Prompt . | |
<Value> | ASCII - String | The current value associated with the event. The value will be set to the parameter’s default value until the prompt is acknowledged. For binding prompts, the value will be unit, unitid, unit, unitid. | |
<EngUnits> | ASCII - String | Engineering units associated with the event, if any. MATERIALS returns for material phase binding. | |
<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. For binding prompts the unit will contain the alias name. | |
<Phase> | ASCII - String | Phase in which the event occurred. * | |
<UnAckedPromptID> | ASCII - String | Unique FactoryTalk Batch Server assigned identification number. | |
<ParamDataType> | ASCII - String | Data type for the response 1=real, 2=long, 3=string, 5=enumeration, 10=binding, 11=binding without material server, 20=phase binding, 21=phase binding without material server. | |
<MaxValue> | ASCII - String | Maximum allowed value. Not used for binding prompts. | |
<MinValue> | ASCII - String | Minimum allowed value. Not used for binding prompts. | |
<Default> | ASCII - String | Default value. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(UnAcknowledgedEvents) could return:2/24/2022 4:21:14 PM /t BATCH100 /t 17:FRENCHVANILLA\SWEETCREAMUP:1\SWEETCREAMOP:1 \t EMPCTL:1-1 \t HOLDTIME \t Prompt \t MINUTES \t AREA1 \t NORTHPARLOR \t NPMIXER2 \t NPHEATM2 \t 1 \t 60 \t 5 \t 64 \t 10 \t 20
\t 40 \t 3 \t 2 \t 1 |
Provide Feedback