Using OpcCmd Utility as OPC DA Client: Difference between revisions

From OPC Labs Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
OpcCmd -i
OpcCmd -i
daClient
daClient
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
</pre>
Using OPC NET API:
<pre>
OpcCmd -i
daclient --!property ClientSharedParameters.EnableNativeClient=[Boolean]false
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
</pre>
</pre>

Revision as of 15:40, 19 June 2020

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