[
https://issues.apache.org/jira/browse/CAMEL-14495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-14495:
--------------------------------
Fix Version/s: 3.2.0
> OPC UA Client samplingInterval parameter seems not take any effect
> ------------------------------------------------------------------
>
> Key: CAMEL-14495
> URL: https://issues.apache.org/jira/browse/CAMEL-14495
> Project: Camel
> Issue Type: Bug
> Components: camel-milo
> Affects Versions: 2.25.0
> Reporter: Hobbert
> Priority: Minor
> Fix For: 3.2.0
>
>
> When I set the *samplingInterval* parameter on a Milo OPC UA Client route,
> the interval not changes on the real OPC application! Remains 1000 mili
> seconds even after configuring!! Can anyone confirm that??
> Heres my route
> <routes xmlns="http://camel.apache.org/schema/spring" >
> <route id="sensor">
> <from
> uri="milo-client:tcp://192.168.0.2:4840?samplingInterval=50&node=RAW(ns=4;i=12)"/>
> <process ref="set-opc"/>
> <setBody><simple>${in.body}</simple></setBody>
> <to uri="stream:out"/>
> </route>
> </routes>
> Thanks
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)