RunMode
The
RunMode
item returns a string which indicates whether the FactoryTalk Batch
Server is running in demo or production mode.This table shows the input and output formats for this item.
Input Format | Request: RunMode | |
Output Format | The RunMode item returns in this format: <Mode> | |
where: | ||
Field Name | Format | Description |
<Mode> | ASCII - String | The mode in which the FactoryTalk Batch Server is running: Demo or Production |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(RunMode) could return:Production |
Provide Feedback