Hello,
Our system is WinCC OA 3.11 SP1 running on RHEL 6.
We started an OPC UA Server to connect to external applications which each acting as an OPC UA Client.
When the same set point value is sent twice from the external applications, the second telegram is not entered in the data model (time stamp does not change) and the set point is not output to the connected outstation.
Does anybody know about this problem and how to solve it?
Regards,
Sabine Walitzi
Old/New comparison in OPC UA Server
Search
-
- Posts: 634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Old/New comparison in OPC UA Server
I have tested this issue with WinCC OA 3.15+P002 on windows. But when I write the same value for a second time the time stamp does change.
The OPC UA server uses the debug flags API_USR1-API_USR3 (10-12) & DRV_USR1 (25). The debug flags API_USR2 & API_USR3 should provide at least more information regarding incoming values.
The OPC UA server uses the debug flags API_USR1-API_USR3 (10-12) & DRV_USR1 (25). The debug flags API_USR2 & API_USR3 should provide at least more information regarding incoming values.
Re: Old/New comparison in OPC UA Server
I will activate the debug flags and see if I get any more information.
Thanx!
Thanx!
Re: Old/New comparison in OPC UA Server
Activating the mentioned debugging flags caused our OPC UA Server to crash.
We circumvented the old/new comparison by sending first value "0" and then the correct value.
We circumvented the old/new comparison by sending first value "0" and then the correct value.