10-10-2005 09:00 AM
10-10-2005 10:41 AM
The PtByPtsubVI can only handle a single data point, but you give it an entire wavform at each call. The waveform is coerced to a single point (notice the grey dot on the input terminal). This means you are only analyzing only a very small fraction of your waveform data.
You probably need to convert your waveform to an array and then place the PtByPt VI inside an FOR loop indexed by the data.
07-31-2013 05:42 PM
I know this post is old, but I have an issue running a "Continuous" ( -1 read) analog waveform through the Zero Crossing Pt2Pt. If I change the "number of samples per channel" to 2, it will count correctly. However at -1, It doesn't count the crossings, it just increments my counter indicator super fast when it does cross zero for the first time. I'm sending an array of one of my analog channels into the input of the crossing VI, not a waveform. Could my symptoms be solved by using a for loop as you suggested?