Can someone tell me that how to make popup screens in codesys visualisation. Also i want to know whether it is posiible to have desired x-y location of the visualisation objects (screens) in runtime.
lookin forward for any help on above.
Regards,
Rajat Bansal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fist you have to design a normal visualization that looks like a popup. if it's ready you can include that visu in another visualization by using the visualization button in the editor. now doubleclick that included visu and you can hide it by making invisible true (make it a var).
you can disable the input of the other buttons by setting the disable of the buttons
disabling the underlying buttons is a whole other matter if you are using multiple screens, overlaying each other (there is a way but not very easy)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello friends..
Can someone tell me that how to make popup screens in codesys visualisation. Also i want to know whether it is posiible to have desired x-y location of the visualisation objects (screens) in runtime.
lookin forward for any help on above.
Regards,
Rajat Bansal
Fist you have to design a normal visualization that looks like a popup. if it's ready you can include that visu in another visualization by using the visualization button in the editor. now doubleclick that included visu and you can hide it by making invisible true (make it a var).
you can disable the input of the other buttons by setting the disable of the buttons
disabling the underlying buttons is a whole other matter if you are using multiple screens, overlaying each other (there is a way but not very easy)
Hi Robkristiaan,
Best Regards,
Rajat Bansal