01-21-2010 01:57 AM
Hi all.
i am very new to labview.
I would like to know how to input in my personal particulars, record and save the file to another location.
i am given the task to create a database to store many different personal particulars and pulse for a certain period of time.
i need to know how to save the file once i've captured the image. then view it somewhere for comparison. can anyone help?
01-22-2010 01:37 PM
01-24-2010 08:39 PM
Hi,
You may use Write Data to Spreadsheet, with the info of names in the header, and value of pulse in a table
http://decibel.ni.com/content/docs/DOC-7332
Alternatively, you may use write to measurement file, and include the info in header or comments, and the value of pulse as a column of numbers.
http://decibel.ni.com/content/docs/DOC-6035
Wu Rong
01-24-2010 08:55 PM
Hi,
If you need to save the image, you may check out the below link on how to crop and save a picture.