Using OpcCmd Utility as OPC DA Client: Difference between revisions

From OPC Labs Knowledge Base
No edit summary
No edit summary
Line 1: Line 1:
[[Category:OPC DA]] [[Category:OpcCmd]] [[Category:Tools]]
[[Category:OPC DA]] [[Category:OpcCmd]] [[Category:Tools]]
For general information about the OpcCmd tool, see [[:Category:OpcCmd]].
<pre>
<pre>
OpcCmd -i
OpcCmd -i

Revision as of 19:16, 19 June 2020

For general information about the OpcCmd tool, see Category:OpcCmd.

OpcCmd -i
daClient
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200

Using OPC NET API:

OpcCmd -i
daclient --!property ClientSharedParameters.EnableNativeClient=[Boolean]false
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200