Visualisation screen number - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Visualisation screen number (/showthread.php?tid=3701) |
Visualisation screen number - gilles38 - 22.11.2021 Hi all ! I'm creating using script my user account following this example: https://forum.logicmachine.net/showthread.php?tid=2004&highlight=change+password I have an issue to know what is the ID of the vis page I want to give the access: the acl = { vis = {387,343,359,360}, schedulers = {}, trends = {}, where can I find the vis ID number ? thanks Gilles RE: Visualisation screen number - Daniel - 22.11.2021 RE: Visualisation screen number - gilles38 - 22.11.2021 Thanks a lot Daniel RE: Visualisation screen number - Erwin van der Zwart - 22.11.2021 Or just look in the vis structure plan/widget configuration, there is a field called "ID" that show it also (latest FW) RE: Visualisation screen number - Daniel - 22.11.2021 Yes, forgot about that one. RE: Visualisation screen number - gilles38 - 23.11.2021 thanks thats perfect |