OPCClientCount
The OPCClientCount item returns the number of OPC clients connected to the
FactoryTalk Batch
Server.This table shows the input and output formats for this item.
Format | Description | |
|---|---|---|
Input Format | Request: OPCClientCount | |
Output Format | The OPCClientCount item returns in this format: <OPCCount> | |
where: | ||
Field Name | Format | Description |
<OPCCount> | ASCII – String | Number of OPC clients connected to the FactoryTalk Batch Server. |
This is an example of the return on this request.
A request on
object
.
GetItem(OPCClientCount)
could return:2
Provide Feedback