Difference between revisions of "Using OpcCmd Utility as OPC A&E Client"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:OPC A&E]] [[Category:OpcCmd]] [[Category:Tools and Online Services]]  
 
[[Category:OPC A&E]] [[Category:OpcCmd]] [[Category:Tools and Online Services]]  
 +
<noinclude>
 
For general information about the OpcCmd tool, see [[:Category:OpcCmd]].
 
For general information about the OpcCmd tool, see [[:Category:OpcCmd]].
  
Line 18: Line 19:
 
subscribeEvents subscribeEvents OPCLabs.KitEventServer.2
 
subscribeEvents subscribeEvents OPCLabs.KitEventServer.2
 
</pre>
 
</pre>
 +
</noinclude>

Revision as of 07:46, 30 November 2020


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

Commands, Arguments and Options

Command: aeClient subscribeEvents

OpcCmd -i
aeclient
subscribeEvents subscribeEvents OPCLabs.KitEventServer.2

Using OPC NET API implementation:

OpcCmd -i
aeclient --!property Target.InstanceParameters.EnableNativeClient=[Boolean]false
subscribeEvents subscribeEvents OPCLabs.KitEventServer.2