11-01-2006 02:19 PM
11-01-2006
02:33 PM
- last edited on
03-18-2024
02:57 PM
by
Content Cleaner
Step 1. Decide database program to use.
Step 2. Design database schema.
Step 3. Create database.
Step 4. Use Database Connectivity Toolkit (buy from NI) or use LabSQL to query database.
11-02-2006 08:21 AM
11-02-2006 08:42 AM
11-02-2006
08:44 AM
- last edited on
03-18-2024
02:58 PM
by
Content Cleaner
If you don't store the information into a database then you have to store it in a file. The file format is up to you. LabVIEW is just like any other programming language. It has file I/O functions that you use to read/write files.
I would suggest looking at some of the online information regarding LabVIEW. Take a look at the second post in this article for several links.