[ 
https://issues.apache.org/jira/browse/CAMEL-14495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Volodin reassigned CAMEL-14495:
--------------------------------------

    Assignee: Dmitry Volodin

> 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: Improvement
>          Components: camel-milo
>    Affects Versions: 2.25.0
>            Reporter: Hobbert
>            Assignee: Dmitry Volodin
>            Priority: Minor
>              Labels: help-wanted
>             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)

Reply via email to