Difference between revisions of "Using OpcCmd Utility as OPC DA Client"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
(Created page with "OpcCmd -i daClient subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:OPC DA]] [[Category:OpcCmd Utility]] [[Category:Tools and Online Services]]
 +
For general information about the OpcCmd tool, see [[:Category:OpcCmd Utility]].
 +
 +
= Commands, Arguments and Options =
 +
 +
== Command: daClient subscribeItem ==
 +
 +
<pre>
 
OpcCmd -i
 
OpcCmd -i
 
daClient
 
daClient
 
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
 
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
 +
</pre>
 +
 +
Using OPC NET API implementation:
 +
<pre>
 +
OpcCmd -i
 +
daclient --!property Target.InstanceParameters.EnableNativeClient=[Boolean]false
 +
subscribeItem OPCLabs.KitServer.2 Demo.Ramp 200
 +
</pre>

Revision as of 09:04, 30 November 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