Hi,
I have a webvisu with on map, 30 lamps wich represent 10 machines.
Machines are grouped on different zone, for example:
- machine1: zone1
- machine2 : zone1
- machine3 : zone3
- machine4: zone2
- machine5: zone3
- etc....
On webvisu, user can select 1 zone to see only machine on this zone, on the map. I use variable on PLC programm to make invisible or not each lamps. Problem: if user 1 select "zone1", each connected user see only machine in "zone1".
Is-it possible to do only that separatly ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a webvisu with on map, 30 lamps wich represent 10 machines.
Machines are grouped on different zone, for example:
- machine1: zone1
- machine2 : zone1
- machine3 : zone3
- machine4: zone2
- machine5: zone3
- etc....
On webvisu, user can select 1 zone to see only machine on this zone, on the map. I use variable on PLC programm to make invisible or not each lamps. Problem: if user 1 select "zone1", each connected user see only machine in "zone1".
Is-it possible to do only that separatly ?
then in your visu, where you previously had clientzone, change it to clientzone[CURRENTCLIENTID]