Using OpcCmd Utility as OPC UA PubSub Subscriber: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
|||
Line 14: | Line 14: | ||
= Examples = | = Examples = | ||
(TBD) | |||
OpcCmd uaSubscriber subscribeDataSet -cru opc.udp://239.0.0.1 | |||
Or, for a specific publisher ID (31, in 64 bits) and dataset writer ID (4): | |||
OpcCmd uaSubscriber subscribeDataSet -cru opc.udp://239.0.0.1 -pin64 31 -dswi 4 | |||
(TBD) | (TBD) |
Revision as of 14:12, 17 July 2019
Introduction
(TBD)
Usage
(TBD)
Command-line Options
(TBD)
Examples
(TBD)
OpcCmd uaSubscriber subscribeDataSet -cru opc.udp://239.0.0.1
Or, for a specific publisher ID (31, in 64 bits) and dataset writer ID (4):
OpcCmd uaSubscriber subscribeDataSet -cru opc.udp://239.0.0.1 -pin64 31 -dswi 4
(TBD)
Sample Output
(TBD)
Testing
(TBD)