WarningMessage

The
WarningMessage
item returns the most recent warning message in the
FactoryTalk Batch
Server’s log file.
This table shows the input and output formats for this item.
Input Format
Request:
WarningMessage
Output Format
The WarningMessage item returns in this format:
<Time>
\t
<Description>
\t
<AdditionalData>
where:
Field Name
Format
Description
<Time>
ASCII - String
Time the message generated.
<Description>
ASCII – String
General message description.
<AdditionalData>
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(WarningMessage)
could return:
2022.02.24 16:21:12:401 \t PARAMETER DATA SOURCE NOT FOUND \t $LABEL \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal