ErrorMessage
The
ErrorMessage
item returns the most recent severe message in the FactoryTalk Batch
Server’s log file.This table shows the input and output formats for this item.
Input Format | Request: ErrorMessage | |
Output Format | The ErrorMessage item returns in this format: <Time> \t <Description> \t <Additional Data> \crlf | |
Field Name | Format | Description |
<Time> | ASCII – String | Time when the message generated. |
<Description> | ASCII – String | General message description. |
<Additional Data> | ASCII – String | More specific message information. May be <NullString> or a blank space character <sp>. |
This table shows an example of the return on this request.
TIP:
A request on
object.GetItem(ErrorMessage)
could return:2022.02.24 16:14:49:220 \t SETTING CONVERSATION STATUS BAD \t SERVER:OPC_SIM \crlf
Provide Feedback