Hello everyone,
I need a trend chart in mappView that shows liters per minute. Current values should be shown, not historical data. Is it possible to do this with a mappView chart widget?
Hello everyone,
I need a trend chart in mappView that shows liters per minute. Current values should be shown, not historical data. Is it possible to do this with a mappView chart widget?
Hello Tobias,
there are two different charts.
Hope, this information will help you.
Sincerly Simon
Hello Simon,
thanks for the fast reply. I think the LineChart could work. But I don’t know how to bring the realtime data like flow (y-axis) and time (x-axis) in the arrays which i have to use for x/y axis of the chart. Do you know, if there are same exampels somewhere.
There is an example on B&R tutorial portal regarding this issue:
Hi,
I looked there already some days ago but couldn’t find the toturial to fix that issue reading array configuration and LineChart or XYChart. However, thanks for your help!
Hi Tobias, have you found solution for your problem?
If you use Linechart with current values you will get “flickering effect”, because data updating in the PLC doesn’t match SCADA update cycle, so you will get part of old array, part of new one. You can solve it by prioritizing your task on SCADA update cycle, but it slows down the SCADA.