LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform chart

hi,

i want to make a chart recorder which  display incoming data with a speed of 125 mm/s and 25 mm/s .. so how can i achieve this ?

0 Kudos
Message 1 of 5
(2,342 Views)

Hi shaun,

 

do you really want to make your chart update dependend from your screen resolution and screen size???

What if your user replaces a small 15" screen by a huge 30" screen? Should the chart change its update speed then???

 

Or do you want to control some "real hardware" chart printer?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,341 Views)

@shaunmarsh123 wrote:

hi,

i want to make a chart recorder which  display incoming data with a speed of 125 mm/s and 25 mm/s .. so how can i achieve this ?


Oddly, I was asked to do something similar being presented with an industry standard test that relied on an old chart recorder. In my case I studied the plots for the faster rates and guesstimated the pen speed, then fudge the number up a bit to choose an interface that was fast enough. Then I exposed the sample rate for the scientist to judge for themselves what was  fast enough sample rate to trust the new hardware to do what the old chart recorder did. 

 

But that was jus the start!

 

Spoiler

 

The old spec that relied on the chart recorder, had instructions to watch for reading that were negative and if found, the curves were to be examined using a magnifying glass. If "area" could be seen between the plot and the zero point, the device failed. Go ahead and translate that part of the spec!

 

Spoiler
I wrote code to calculate the integral off all portions that were negative and compared that with a limit specified by the scientists. It took them months to come up with a number!

 

 

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 5
(2,306 Views)

Hello,

 

What acquisition devices are you using? I am asking you this because this has to do with the sample rate and the amount of samples that you are acquiring.

0 Kudos
Message 4 of 5
(2,284 Views)

Hello,

 

What acquisition devices are you using? I am asking you this because this has to do with the sample rate and the number of samples that you are acquiring.

0 Kudos
Message 5 of 5
(2,282 Views)