03-15-2009 10:32 AM
Solved! Go to Solution.
03-16-2009 06:23 AM
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
04-02-2009 03:14 AM
the problem is solved
thx