From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview,rfid and microsoft access

Solved!
Go to solution

I want to create a system that uses Labview to automatically display the information of the Radio Frequency identification tags which is stored in the Microsoft Access Database, what are the necessary steps in creating the block diagram and the user interface in labview for such a system? if there is someone who has ever prepared a system similar to that please show me how.

 

0 Kudos
Message 1 of 4
(2,623 Views)
Solution
Accepted by topic author MAKULA

Hey Makula,

 

Check this example. It can be a good starting point.

 

Regards,

A. Zaatari

National Instruments
Applications Engineer
0 Kudos
Message 2 of 4
(2,615 Views)

Does your database reside on a remote/server PC? If yes, then you need to have a .dsn file which would contain the server IP address, the database name, and the column which you need to access. Once that is done, you could use the Database Connectivity Toolkit and ODBC drivers to communicate with the server database. You can retrieve the values by using the database commands using the functions which are shipped with database connectivity toolkit.

 

However, if you have a ,mdb file and you want to directly access the data from a local pc, the example posted in the previous link would easily solve your problem. However, you will need to put a request to upconvert this example as it is made in LV5 and won't open in recent versions of LabVIEW.

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 3 of 4
(2,608 Views)

It would be worth keeping your questions to one thread... your other post seems remarkably similar (and links to an example of Microsoft Access database connection using LabSQL).

 

Without more details of what you are trying to do it is difficult to give your more information.

 

Ian

0 Kudos
Message 4 of 4
(2,602 Views)