WinCC OA v.3.12 without patches
I have a 16 uint register (with _address config)where every bit is an alam and I want to invert some of them (because of NO/NC contacts)
I have a ctrl-script which unpacks registers to bools.
So when I use dpSet (original_value) to bools in this ctrl script there is no effect from _msg_conv config in bools
What solution could be i my case (instead of cancel the registers and use boolean addressing)
Doesn\'t work _msg_conv Inversion to boolean when using dpSet
- Piterskiy
- Posts:46
- Joined: Wed Jul 09, 2014 12:44 pm
Doesn\'t work _msg_conv Inversion to boolean when using dpSet
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Doesn\'t work _msg_conv Inversion to boolean when using dpSet
Hello,
the message conversion is only used when a driver is sending a value to the event manager.
If you a dpSet to the original value the configuration is not used.
Best Regards
Leopold Knipp
Senior Support Specialist
the message conversion is only used when a driver is sending a value to the event manager.
If you a dpSet to the original value the configuration is not used.
Best Regards
Leopold Knipp
Senior Support Specialist