LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

point (0,0)

I am using labVIEW6.0 to collect data. One of the points must always be (0,0). Howvever due to some instrument problem, I do not get (0,0). Is there a way to fix one point as always(0,0)?
0 Kudos
Message 1 of 4
(2,483 Views)

Assuming it is an arry I would just check for it and insert if missing.  Seems like a logical fix.

Matt

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
Message 2 of 4
(2,482 Views)
I am using a For Loop to collect data. How to make sure that the data collected always includes a point(0,0)?
0 Kudos
Message 3 of 4
(2,459 Views)
I believe that Matt's answer is wise: after the data collection is finished, search a 0,0 by code: if you don't find it, insert 0,0 into your data.
How to do it is strongly dependent on how the data are structured. Without knowing this, we can give you very little help

Paolo
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 4 of 4
(2,451 Views)