Notes
Demo mode doesn’t support full PLC logic control simulation, but support only the simulation for the graphic pages visualization.The DEMO feature is working in order to store on file, the variables value/status active during the recording step. The stored values will be used during DEMO execution for graphic pages visualization. Basically the DEMO recording phase will “snap shot”, for each active user page, the visualization based on particular condition and during DEMO running phase will reload the same condition on application page.The DEMO recording process is working for all project variables but isn’t working for local environment variables (variable starting with @ character). In case of application environment variable use, in order to show their value or change condition on screen, is necessary to have pages where the user can edit the real value.Example : The @@LEVEL (variable that have active level value) variable, at DEMO running start process his value is -1. If some application pages check this value for their visualization, the user can not have access on them. Adding a DataSet widget on “special” configuration page, the use will have the capability to change this value.In case of machine condition, that require particular condition for different variables for advance visualization, is possible that DEMO running process will not have the complete graphic page condition (Ex. CardPanel visualization with multi layer configuration). In case complete visualization for all machine condition is needed, must be necessary adding new software configuration on base application project.