LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Export a waveform...

I need to export a waveform to a speadsheet file. Ok, it's simple when all is ok, but in my case, the vi "export to file" is executed BEFORE the vi "create a waveform". So my file has no data, and labview returns no errors. How doing ??
0 Kudos
Message 1 of 3
(2,581 Views)
It sounds like you have a dataflow problem but I'm not sure how you did that without seeing your code. If the data from create a waveform is wired directly to the export function, there's no way for export to execute first. If you're using local variables, then yes this can happen and the solution is to get rid of them or use somethng else like error in/out connections to enforce proper dataflow.
0 Kudos
Message 2 of 3
(2,580 Views)
I solved the issue like this: i split the waveform to extract dt and Y then i export that using the classical "write to file" vi.
I never succeeded with the direct waveform export function ?!?!?

Thanx for ur reply

MC
0 Kudos
Message 3 of 3
(2,580 Views)