02-08-2007 12:37 PM
02-08-2007 01:02 PM
02-08-2007 01:59 PM
Dennis, thanks again
I will work on setting up the correct time along the x-axis and a write file, tomorrow.
Do you have any suggestions about a write file?
I want to have the ability to access everything in excel.
02-08-2007 02:05 PM
02-09-2007 06:38 AM
I'm using the MCC DAQ software which is a part of the UL data acquisition & control programming tools.
This forum has been a big help with getting me through my situations due to the fact thatI'm new to LabView 7.
My next task is to setup my temperature program to record the data to a file so that I can extract the info to excel.
Wish me luck.
02-09-2007 09:16 AM
02-09-2007 12:44 PM
I setup a write LabView measurement file to record my data.
I had garbage when I looked at the data.
Do I have my program setup correctly.
Please view my VI.
Thanks
02-09-2007 01:44 PM
Define 'garbage'. It appears to write a normal lvm file with each iteration so you only get a single scan in each file but other than that, it looks okay to me. A lvm file is just a text file so you should have no problems reading it with Notepad.
p.s. Each of the VIs you posted are different but they had the same name. Also, neither one had a .vi for extension. It would be nice if you fixed both of these issues before posting example code again.
02-13-2007 08:03 AM
02-13-2007 08:43 AM