FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
07-15-2024 04:08 AM
Does WebIQ have an XY Plotter widget? I want to plot an array of X values vs an array of Y values.
Solved! Go to Solution.
07-15-2024 09:47 AM
This was posted to the wrong forum, can an admin please move it to the WebIQ forum?
WebIQ has a Trend widget for displaying real-time data and also some historic data. However, we don't like to reinvent the wheel so for plotting arbitrary data you can use the open-source JavaScript library ChartJS for example (see "Line Chart" here: https://demo.smart-hmi.com/chart-demo/) You can download this demo and the corresponding widget we created for this library for free in our customer area.
07-15-2024 03:33 PM
For our template we created a WebIQ package based on plotly (a common js package under MIT license), with the following features:
For more infos see template documentation and PLC example source code.
07-16-2024 05:56 AM
For reference, here is the link to the instructions and example for plotly.
How To display PLC data as oscilloscope or chart in WebIQ (boschrexroth.com)