LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlled saving of serial data

Sir,

 

 

I want to save output of  continuously acquired serial data to an excel file. I am getting serial data at every second, which is in string format, but I have converted the string data to decimal output. But my problem is that, data should be saved to excel file every time when I press OK button. How can do this? I have attached my LabView 2010 code here.

 

Waiting for a solution.Thanks in advance...


Syam.

 

0 Kudos
Message 1 of 2
(2,255 Views)

Use Event Structure and a boolean control to "trigger" an event of saving file whenever you press that OK button.

 

Regards.


0 Kudos
Message 2 of 2
(2,252 Views)