LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveForm chart property

Solved!
Go to solution

Hi,

 

I want to zero the offset of my signals with a simple substraction mechanism, but i only want to do it when the waveformchart updates a new page, i use update mode: sweep.

 

Is there any waveformchart property to get a boolean when it is on it's beginning of the chart?

 

Regards,

Thijs

0 Kudos
Message 1 of 3
(2,404 Views)
Solution
Accepted by ThijsBoeree

HI buddy,

                            there is one property of property node called history data, Try to use that, by default it will have 1024 data. Read in while loop if it exceeds 1024 then perform your job..

 

Let me know if this help

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 3
(2,395 Views)

I was already building a shift register thing with a counter when it exceeds 1023 it will get an average of 4 samples uses that for the offset and waits another 1024 samples.

 

thanks!

0 Kudos
Message 3 of 3
(2,390 Views)