Issue:
In Vijeo Designer, can you control changing screens/panels from the PLC program?
Product Line:
Vijeo Designer
Resolution:
Yes this could be done using the system variable _curPanelID. Select the system variable, from the properties inspector there are two options: "Read from Variable" to change the panel and "write To Variable" will be feedback.
To show all the System Variables, open the Variable Editor screen and click the button on the top toolbar that looks like a Magnifying Glass on top of a sheet of paper.
When that button is toggled ON, the Variable Editor will display all the System Variables. System Variables start with the underscore character as prefix. They are always there by default.
In the Variable Editor,
1. Select the "_CurPanelID" variable from the list
2a) Tick the checkbox next to "Read From Variable"
2b) Assign the desired PLC variable to the "Read From Variable" Property in the Property Inspector
In Vijeo Designer, can you control changing screens/panels from the PLC program?
Product Line:
Vijeo Designer
Resolution:
Yes this could be done using the system variable _curPanelID. Select the system variable, from the properties inspector there are two options: "Read from Variable" to change the panel and "write To Variable" will be feedback.
To show all the System Variables, open the Variable Editor screen and click the button on the top toolbar that looks like a Magnifying Glass on top of a sheet of paper.
When that button is toggled ON, the Variable Editor will display all the System Variables. System Variables start with the underscore character as prefix. They are always there by default.
In the Variable Editor,
1. Select the "_CurPanelID" variable from the list
2a) Tick the checkbox next to "Read From Variable"
2b) Assign the desired PLC variable to the "Read From Variable" Property in the Property Inspector