Sensor Model | all |
Firmware Version | GoPxL 1.0.xxx.xx |
SDK Version | n/a |
How To Adjust the Minimum and Maximum Decision Values Through GoHMI ?
- Navigate to HMI button. In the HMI window, in the "Data to send" region, select the tool output of which you want to change the decision values through GoHMI. Afterwards click "start".
In the example below it is the Height value of the Surface Dimension Tool.
2. In the GoHMIDesigner tool navigate to the Process Data Manager. Choose "Items", click "Create Entry" and fill in the Alias in the window on the left. ( see snipper below)
3. Fill in the PLC identifier.
For this example we want to change the max decision value of the Height value:
/tools/extId=SurfaceDimension-0/outputs/Height#/parameters/decisionMax
(Use the "rest-api-doc.html" document inside the GoPxL SDK to find all API resources, required for constructing the correct PLC identifier.)
4. Choose "GoIoHandler" in IOHandler
Then repeat step 2 and 3 for the Minimum Height decision value.
For this example the PLC identifier is:
/tools/extId=SurfaceDimension-0/outputs/Height#/parameters/decisionMin
5. Select the Config tab of an input widget. In the "Data Attributes" field, change the item to one of the two items you created in the "Data Process Manager"
If you run the preview mode you'll see that if you adjust the min and max values in the input fields, they will directly change in the GoPxL software.
Comments
0 comments
Please sign in to leave a comment.