01-07-2009 03:13 AM
01-07-2009 03:15 AM
Hi mic_k86,
please explain what you like to do. I´m not sure what you mean with connect to notepad. If you want to store data you can use the File I/O functions to read and write it.
Mike
01-07-2009 03:16 AM - edited 01-07-2009 03:17 AM
You can use system exec to write in notepad. That will be very easier
[Edit: Mike is always very fast.
Which version of LabVIEW are you using?]
01-07-2009 03:23 AM
Hello mic_k86,
LabVIEW can be used to write acquired data to both an Access Database and Text Files. The LabVIEW Development System will include the VIs needed for writing arrays of data to files with extension of '.txt' and '.csv'. These types of files can be natively opened by text editors, such as Windows Notepad.
Connecting to a Microsoft Office Access Database may require the use of the Database Connectivity Toolkit. Help files exist within the LabVIEW 'Help'->'Example Finder' and on the website. For further help, please reply back with the version of LabVIEW you are using, and your Operating System, and I can recommend specific examples.
Regards,
01-09-2009 08:42 AM
Hi all,
i am using labview 8.5. i have use the write to measurement file and i successfully save the temperature value. however, the data format save not as i preferred. i just can save the temperature value but cant save the date and time. i plan to have the lvm file like this:
9/1/2009 20:00:00 28.54
9/1/2009 20:00:01 28.65
9/1/2009 20:00:02 29.00
9/1/2009 20:00:03 27.23
9/1/2009 20:00:04 28.99
how to do this?
( i want to attach an image of my block diagram to this thread from my pc for clearer explanation about my problem but i dont know how to do it, anybody can help?)
i connected the temperature value from comparison palette to the write to measurement file's signal , my date and time is at get date/time string.
01-09-2009 08:50 AM