I’m using Apache Camel OPCUA Milo client to acquire the tag value by Industrial Gateway OPCUA Server.
As technologies to test the behavior I used the following:
- Spring Boot app with Apache Camel OPCUA Milo client 3.22.2 LTS version
I’m acquiring a single tag value with sampling interval to 2000 ms by the following syntax:
<code>milo-client:opc.tcp://127.0.0.1:49310?
keyStoreUrl=file:C:Tempapplicationcertificateclientkeystore.jks
&keyPassword=123456&keyStorePassword=123456
&applicationUri=urn:8409:test:camelopcua
&applicationName=camelopcua
&node=RAW(ns=2;s=Channel2 SIMUL.SIM_1.BNAp1.18VGG1_1XA)&samplingInterval=2000
</code>
<code>milo-client:opc.tcp://127.0.0.1:49310?
keyStoreUrl=file:C:Tempapplicationcertificateclientkeystore.jks
&keyPassword=123456&keyStorePassword=123456
&applicationUri=urn:8409:test:camelopcua
&applicationName=camelopcua
&node=RAW(ns=2;s=Channel2 SIMUL.SIM_1.BNAp1.18VGG1_1XA)&samplingInterval=2000
</code>
milo-client:opc.tcp://127.0.0.1:49310?
keyStoreUrl=file:C:Tempapplicationcertificateclientkeystore.jks
&keyPassword=123456&keyStorePassword=123456
&applicationUri=urn:8409:test:camelopcua
&applicationName=camelopcua
&node=RAW(ns=2;s=Channel2 SIMUL.SIM_1.BNAp1.18VGG1_1XA)&samplingInterval=2000
query param:
<code>node=RAW(ns=2;s=Channel2 SIMUL.SIM_1.BNAp1.18VGG1_1XA)&samplingInterval=2000
</code>
<code>node=RAW(ns=2;s=Channel2 SIMUL.SIM_1.BNAp1.18VGG1_1XA)&samplingInterval=2000
</code>
node=RAW(ns=2;s=Channel2 SIMUL.SIM_1.BNAp1.18VGG1_1XA)&samplingInterval=2000
Apache Camel OPCUA Client link
If I wanted to acquire more tags with the same samplingInterval, what is the right string syntax ?