LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

probed value into file

Hello,

 

How can I get the probed values stored inside a file ?

 

Thank 

0 Kudos
Message 1 of 4
(2,846 Views)

pdupre,

 

That is an interesting idea.  I'm not aware of a probe to file feature.  You should be able to create an array with a shift register.  You could write/append this value continuously to a file.  -SS



0 Kudos
Message 2 of 4
(2,836 Views)
Right, but this requires to change the code, and a probe should work without touching the code !
0 Kudos
Message 3 of 4
(2,829 Views)

You might be able to modify Darren's custom History Probes.

 

You could change them to write to file or forward the probe data to a queue that could be flushed to disk later...

Message Edited by Phillip Brooks on 09-26-2008 01:12 PM
0 Kudos
Message 4 of 4
(2,815 Views)