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]]  
__TOC__
 
<noinclude>
 
 
For general information about the OpcCmd tool, see [[:Category:OpcCmd]].
 
For general information about the OpcCmd tool, see [[:Category:OpcCmd]].
  
Line 20: Line 18:
 
subscribeEvents subscribeEvents OPCLabs.KitEventServer.2
 
subscribeEvents subscribeEvents OPCLabs.KitEventServer.2
 
</pre>
 
</pre>
</noinclude>
 

Revision as of 07:49, 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