Time
The
Time
item returns the FactoryTalk Batch
Server’s current time and the data servers' conversation. This table shows the input and output formats for this item.
Input Format | Request: Time | ||
Output Format | The Time item returns in this format: | ||
<TimeData> | is | <Time> <sp> <SvrStatList> | |
<SvrStatList> | is | <SvrStatus> | <SvrStatus> <SvrStatList> | |
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. | |
<SvrStatus> | ASCII - String | 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(Time) could return:16:21:21 GG \crlf |
Provide Feedback