Great video Tohid, thanks we used the plc code directly displaying on an smart tv. For the different manufacturing line performances. Your info helps always
You can setup a "Input configuration" for it and choose "write variable" on mouse clicked. Then use a VisuDialogs.Numpad to get the password and write it into a variable. Then, in the PLC code, compare it with the stored one and if they match, change the active visualization window. I hope this helps!
Great video Tohid, thanks we used the plc code directly displaying on an smart tv. For the different manufacturing line performances. Your info helps always
Thanks for your comment. Glad to hear that you found my video tutorials helpful!
Thank you so much for your simple and so accurate explanations....
Thanks for your comment 👍 I am glad you liked it!
As usual ,Great Work Thanks too much
Thanks for your comment ♥
Easy to Follow Video. For the Visu01 screen selection button, How can I password protect?
You can setup a "Input configuration" for it and choose "write variable" on mouse clicked. Then use a VisuDialogs.Numpad to get the password and write it into a variable. Then, in the PLC code, compare it with the stored one and if they match, change the active visualization window. I hope this helps!
Where I my advanced button?
is it possible to have 2 different style of visualizations in one project?
I think no, as there is only one Visualization manager created for the project and the style of al the visualizations is determined there.
IF Manu THEN
VisuElems.CurrentVisu := 'Manuel';
END_IF
👍