LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

time to spreadsheet

Dear Dennis,

I used your program to write to file... I don't understand however now, why IT WON'T EVEN WRITE?
I used the highlight tool to see what was going on and indeed, everytime it runs the loop, the data does NOT go out to write to file... What am I doing wrong now?

Thanks.

(attached the VI)
Aquaphire

---USING LABVIEW 6.1---
0 Kudos
Message 11 of 12
(434 Views)
I forgot about one uncorrected bug. In the Write Strings VI, I never set the default format to %s. If you right click the format input and select Create Constant and enter %s, then it should work. Note that with your VI, it will not write until the while loop finishes.
0 Kudos
Message 12 of 12
(430 Views)