InfoMessage
The
InfoMessage
item returns the most recent information message in the FactoryTalk Batch
Server’s log file.This table shows the input and output formats for this item.
Input Format | Request: InfoMessage | |
Output Format | The InfoMessage returns in the format: <Time> \t <Description> \t <Additional Data> | |
where: | ||
Field Name | Format | Description |
<Time> | ASCII – String | Time when the message generated. |
<Description> | ASCII – String | General description of the message. |
<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.
Example: | A request on object . GetItem(InfoMessage) could return:2022.02.24 16:20:56:488 \t COMMAND VALUE UPDATE RECEIVED - COMMAND NOT YET PROCESSED BY PHASE \t CMDID =1 LOW BYTE =100 \crlf |
Provide Feedback