Skip to content

Using different URL für eHMI

edited August 2021 in PLCnext Engineer
Hello community,

the PLC is offering different kinds of URL. For example 192.168.1.10/wbm or 192.168.1.10/ehmi/hmiapp.html. How do i implement an own eHMI link like 192.168.1.10/parameter. Is it even possible? I did not find any function for this.
I am working with PLCnext Engineer 2021.6 and the AXC F2152.

Comments

  • Hi Mehmet,

    the eHMI creates only one html which contains the whole visualisation, so even if multiple redirections would be possible, it would make no sense.
    It might be an option to add a header or footer for the end user to offer an easy navigation to the single section...

    In case you are able to create your own html5 based solution, you can also modify the nginx.conf to add an additional redirection.

    Please note that in that case root privileges were necessary.

    Frank
Sign In or Register to comment.