Hmi button
Hi,
Is it possible to go to a dynamic web page from a button in hmi application?
I want to use a plc-variable to access different web-pages.
Best regards Stefan
Hi,
Is it possible to go to a dynamic web page from a button in hmi application?
I want to use a plc-variable to access different web-pages.
Best regards Stefan
Comments
Hi Stefan,
it is possible to open up web pages via a button.
The "Action on Click" -> "Execute command" -> "Open URL" opens the URL specified in the 'Command URL' field in the web browser in a new window or new tab depending on the selection made in the 'Window Behavior' list box.Opens the URL specified in the 'Command URL' field in the web browser in a new window or new tab depending on the selection made in the 'Window Behavior' list box.To navigate outside the HMI application to an URL, enter the URL in the following format:
http://www.example.com or https://www.example.com
Best regards,
Daniel
Thanks for the reply.
I know about the static link that you can add in the field.
Maybe I was unclear in the question, the thing I need is a dynamic link, I wan't to change the text in the link dynamically maybe instead of a static text in the field just add a plc variable.
For our application we need to reach different controllers web interface depending on the customers network.
Best regards Stefan