Hello gentlemen,
I want to display an online chart via mapp view in order to visualise data (for example, the position of a motor shaft). My problem is as follows: data acquisition is not fast enough, or the mapp view display is not fast enough. I would like to increase it, but I don’t know where to configure this kind of thing.
I am using version AS 6.5.0.306, Mapp View 6.5.0, CPU 5PPC2200_AL18_000.
Do you have any ideas? Thank you in advance for your feedback.
In your use case it prop. would make sense to look into OPC-UA HDA.
You can have OPC-UA monitor and record data of a node - it is possible to configure the sampling rate and the buffer. On the HMI side you can use OnlineChartHDA to visualise the data.
In this way you decouple the data acquisition and the visualisation of it … this way it should be possible to record the data in “real time” - while the visualisation remains “near realtime”, but efficient and it only needs to draw the latest data. OnlineChartHDA is also optimized to deal with a lot of data and handle it in an efficient way.