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

Hobbert updated CAMEL-14495:
----------------------------
    Description: 
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 before 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

  was:
When I set the *samplingInterval*  parameter on a Milo OPC UA Client route, the 
interval not changes on the real OPC application! Remais 1000 mili seconds even 
before 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&amp;node=RAW(ns=4;i=12)"/>
        <process ref="set-opc"/>
        <setBody><simple>${in.body}</simple></setBody> 
        <to uri="stream:out"/>
    </route>
</routes>

Thanks


> 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: Test
>          Components: camel-milo
>    Affects Versions: 2.25.0
>            Reporter: Hobbert
>            Priority: Major
>
> 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 before 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