Using OpcCmd Utility as OPC DA Client: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
|||
Line 15: | Line 15: | ||
<pre> | <pre> | ||
OpcCmd -i | OpcCmd -i | ||
daClient --!property Target.InstanceParameters.EnableNativeClient=[Boolean]false | |||
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200 | subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200 | ||
</pre> | </pre> |
Revision as of 12:26, 17 December 2020
For general information about the OpcCmd tool, see Category:OpcCmd Utility.
Commands, Arguments and Options
Command: daClient subscribeItem
OpcCmd -i daClient subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
Using OPC NET API implementation:
OpcCmd -i daClient --!property Target.InstanceParameters.EnableNativeClient=[Boolean]false subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200