Hi,
I have a visualization using ComboBoxes. If an input is made I want to call a program.
This worked fine until I updated to CS V3.5 SP14 Patch3.
Until now I used Input configuration / OnMouseClick. This event doesn't seem to work anymore since the update.
Then I tried OnMouseEnter and OnMouseDown which both seem to work.
The problem is that in the moment when these events are issued the ComboBox value is still the old one as before changing. The value changes after the event.
How can this be solved please?
Regards
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a visualization using ComboBoxes. If an input is made I want to call a program.
This worked fine until I updated to CS V3.5 SP14 Patch3.
Until now I used Input configuration / OnMouseClick. This event doesn't seem to work anymore since the update.
Then I tried OnMouseEnter and OnMouseDown which both seem to work.
The problem is that in the moment when these events are issued the ComboBox value is still the old one as before changing. The value changes after the event.
How can this be solved please?
Regards
Jan
Hey
Have you tried SP16 Patch2 Visu Profile?
Best regards,
Marcel
Hi Marcel,
no, I'm using WAGO's e!cockpit which currently supports up to SP14 Patch3.
Hey,
then you may want to take a look at the value change listener.
Here is an example: https://forge.codesys.com/prj/codesys-example/visu-value-chan/home/Home/
Best regards,
Marcel