Time2
The
Time2
item returns the FactoryTalk Batch
Server’s time stamp and the most severe conversation status of all the data servers.The severity status from highest to lowest severity is:
Lost, Bad, Suspect
and Good
.This table shows the input and output formats for this item.
Input Format | Request: Time2 | ||
Output Format | The Time2 item returns in this format: | ||
<TimeData> | is | <Time> <MostSevereStatus> \crlf | |
where: | |||
Field Name | Format | Description | |
<Time> | ASCII - String | If the server finishes initializing, this is the current time, expressed using Windows internationalization and locality settings. If the server does not finish initializing, BOOTING displays. | |
<MostSevere
Status> | ASCII character | The conversation status of the FactoryTalk Batch Server to the configured server(s):Good: G Bad: B Suspect: S Lost: L |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(Time2) could return:16:21:21 G \crlf |
Provide Feedback