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.
Format | Description | |
|---|---|---|
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 is an example of the return on this request.
A request on
object
.
GetItem(RunMode)
could return:Production
Provide Feedback