It's possible access to different pages of HMI from different URLs
Hi.
For example:
I have 3 pages in EHMI
- Visual status sensor.
- Visual status device.
- Configuration.
Visual status device it homepage
It's possible access to Configuration page from URL?
Thanks for advance.
Comments
Hello ,
Yes, this is possible.
For example would be:
https://192.168.248.75/ehmi/hmiapp.html?HmiPage=Configuration.json
would take you to the configuration page.
Forgive me for revive an old topic but this is exactly what I was looking for. Thanks !
Now, I am in the searching a way to auto logging with a specific credential without human intervention.
Something like:
https://192.168.248.75/ehmi/hmiapp.html?HmiPage=Configuration.json?User=admin?Password=admin
Is there a way to get this?
Thanks in advance
https://www.plcnext-community.net/en/discussions/hmi-login-users.html
I'm afraid that this still is not possible (sorry).
(ref: #210714)
Any updates for direct page access with user management control?
I have tried to do the basic command such as https://192.168.248.75/ehmi/hmiapp.html?HmiPage=Configuration.json but in my browser it just constantly shows a loading symbol. Has this functionality been changed?
Just an update that it works but you need the json file to be lower case, upper case will not work
https://192.168.248.75/ehmi/hmiapp.html?HmiPage=configuration.json
I ask my question again:
If security for HMI is activated in the project, a user must log in regardless of whether an HMI page is enabled for everyone or not.
1) Is it now possible to perform this login directly in the address? As described by @mbufarini
2) Or can it be set that HMI pages that are visible and released for everyone anyway are excluded from a login?