LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save

Dear forum members in this attached Vi I use Continuesly process....And cannot make save part.
Need the front panel, Imag, Real and Temp strings save in 1 Excell doc, which automatically save during the measurement.
Can you help me....?
I want the all datas save in 1 ".xls".
 
Thank you in advise
Sincerely Harutyun Melikyan!
0 Kudos
Message 1 of 2
(2,525 Views)

I needed to do a lot of clean up on your VI to see what you were actually doing. DO NOT wire backwards (like you did with your shift registers and the build array functions). DO NOT place wires on top of other wires. DO NOT place functions on top of other functions (like that for loop with the progress bar). DO NOT place outputs of a subVI on the left side (like your unattached 'anva Data Trans Continues'). I fixed a lot of this and showed how to do a simple file write. There are other things that should be cleaned up. For example, you hve code inside case statements wired to hidden front panel controls. You should also make more use of subVIs and make the diagram a bit smaller than even I made it.

Forgot to mention one other thing. DO NOT wire false constants to the termination terminal of while loops. This forces you to use the Abort button on the toolbar. Using the Abort button should never be the normal way to stop your VI.

Message Edited by Dennis Knutson on 09-18-2007 10:17 AM

Message 2 of 2
(2,509 Views)