Sensor Model | all |
Firmware Version | GoPxL 1.0.xxx.xx |
SDK Version | n/a |
How do I Change Jobs Using GoHMI?
To change jobs using the GoHMI environment, for example when clicking a certain button, you should make use of the UI-action call.
First add a button widget to your panel.
Then click this button and navigate to "UI-actions" under "config".
In the "UI Action onClick" dropdown menu, select "CALL" and fill in the empty "Resource" and "Parameter" field.
An easy way to check which UI-action you should select and what you should fill in is to make use of the DevTools panel in Chrome. Just follow the next steps:
- Open GoPxL in a Chrome browser and click F12. The right side of the browser will show the DevTools panel.
- Navigate to the Console tab in the DevTools panel
- Clear the Console
- Perform an action in GoPxL. In this case, load a different job.
- The logged request in the console shows you a method, path and payload which you need to use as input for your UI-action.
Comments
0 comments
Please sign in to leave a comment.