HMI update issue
-
I have a problem with the update of the HMI screens of my project
10 days ago, I did a test in a first new solution with an HMI project, and it worked well and I had access to the screen via Android
I just made a new solution with a new HMI project, but when I want to access the HMI screen via Android, or Chrome, I still have the old HMI pagehow refresh the pages of the HMI screens?
Thank you in advance -
Hi @msoenen,
there could be two major reasons. Make sure, that you have selected the HMI template in the PLC properties. Also when deploying the solution, there is a option to include the web files into the deployment, which is by default unchecked. Try reading this article how each of the mentioned options is done: https://kb.unipi.technology/en:sw:01-mervis:creating-simple-hmi-hiddenBest regards,
Martin -
[Listen to the translation] Hello, and a happy new year 2019
It works, thanks for your helpAnother small question about HMI
for the gadget 'BUTTON', it is impossible to assign a variable
how do we make a push-button? -
@msoenen use Digital Setter or Digital Setter ComboBox
-
The problem with the digital setter is that they work in
push > relay goes on
release > relay stays on
push > relay goes off
release > relay stays off
while I would simply like an on-off function -
@msoenen There is no function like this yet. The only possibilities are the Digital Setter or Digital Setter ComboBox
-
@tomas_hora
hello, I found a solution to turn a digital setter into push-Button
I put a flip-flop that reset after 2 seconds the variable on which points the digital setter HMI
https://www.dropbox.com/s/dvf4toi76z35kxw/Capture d'écran 2019-01-10 09.56.36.png?dl=0