11-07-2013 11:08 AM
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.
11-07-2013 11:22 AM
Use Event Structure and a boolean control to "trigger" an event of saving file whenever you press that OK button.
Regards.