LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

On random system runs, at the same time into run, data sets goto zero

On what appears to be random system runs, readings from a few different sensors will all be zero. The true value is non-zero(so its not a hadware glitch)This always occurs at the same time into the run and only occurs once for each run. I need to know the cause of this error.
0 Kudos
Message 1 of 2
(2,172 Views)
Setup a catch if you know when it happens using a case structure with a breakpoint in it. If you do that you should be able to step around and see what the program is doing at that point using the stepping functions and the highlight execution. Check for coercion errors also. Good luck
0 Kudos
Message 2 of 2
(2,172 Views)