LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

data from panel

Solved!
Go to solution
How can I input on the panel be made into a file?
0 Kudos
Message 1 of 3
(3,215 Views)
Solution
Accepted by topic author Axinia

Hi Axinia,

 

am I correct in understanding that you want to get the values of your user interface objects and write them to a file?

You can do this by using the GetCtrlVal command to read out the values and then use the OpenFile, WriteFile and CloseFile

commands to write your values into a file.

There are also some examples in the CVI example finder if you search the Fundamentals -> File Input and Output palette.

Hope this helps.

 

Best regards,

David

0 Kudos
Message 2 of 3
(3,195 Views)

the problem is solved

thx

0 Kudos
Message 3 of 3
(3,144 Views)