Does any one have any idea how to get current Visualization while multiple clients are accessible to WebVisu?
I have tried to use VisuElems.CURRENTVISU, but its value seems to be shared with other clients on WebVisu.
How can I know shown Visualization of each clients of WebVisu and control it sepalatedly?
Best regards,
Last edit: ryusoup 2022-11-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think the example will help you but very much! If your Visu clients in the project have a defined Ip address, you could even filter for it and apply certain actions only to this client!
π
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Does any one have any idea how to get current Visualization while multiple clients are accessible to WebVisu?
I have tried to use VisuElems.CURRENTVISU, but its value seems to be shared with other clients on WebVisu.
How can I know shown Visualization of each clients of WebVisu and control it sepalatedly?
Best regards,
Last edit: ryusoup 2022-11-14
more posts ...
You can use the "Visu Utils" library to iterate over all clients and through the interface of each client get the current visu.
timvh,
I didn't know this library... OK, gonna try with it.
Thank you for your reply.
Last edit: ryusoup 2022-12-27
try the sample application in this post: https://forge.codesys.com/forge/talk/Deutsch/thread/f14041c158/?xtrsl=auto&xtrtl=en&xtrhl=en-US&xtrpto=wapp#8477
Paro,
The post is very good to me!
Ah hah, it's on Deutsch forum...
Thank you.
I think the example will help you but very much! If your Visu clients in the project have a defined Ip address, you could even filter for it and apply certain actions only to this client!