Hello everybody,
I'm using the Freemaster Serial Communication Driver to monitor some variables that change fast,
(The Microcontroller is a Tomar S12VR). The Driver has been set correctly and it is working properly.
My question is about the Recorder graph.
At the moment I'm monitoring a single variable using the autorun mode and the FMSTR_TriggerRec() function is used to receive the buffer whenever it's ready.
My goal is to have a real-time Recorder graph (like the Scope graph)
updated every time a new buffer data is downloaded, without loosing previous data.
The problem is that every time a new buffer data is downloaded, it replaces the old one.
Is there a way to add every new buffer data to the old ones in real-time?
Please note: I need a real-time graph like the Scope graph. Changing the “time base multiple” (in the Recorder global properties) doesn’t solve my problem.
Thanks for your help