LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Equipment/asset management with LabVIEW

I would like to write a basic equipment/asset managment program with LabVIEW, since I just haven't liked the commercial ones that I have tried for various reasons.

 

My question is how can I manage the information using LabVIEW...? Is there any way to create a small database file (perhaps *.csv) with LabVIEW and be able to easily update the fields in that file as the asset status changes?

0 Kudos
Message 1 of 7
(3,451 Views)
I would use the free SQL Server or MySQL database.
0 Kudos
Message 2 of 7
(3,433 Views)
You can, but you should use a real database. NI installs the free version of SQL Server when you load the data supervisory control toolkit (and leaves it there if you uninstall the toolkit). MySQL and SQLite are available online and Jet is built into Windows.

Don't however use the database connectivity toolkit -- not worth the effort.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 7
(3,410 Views)
Oh yes, there is also a free version of Oracle available.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 7
(3,406 Views)

Mike

 

Curious as to why the Database Connectivity Toolkit is not worth the effort? I may have a need to use it in the near term. Is the OP's application overkill for the Toolkit?

 

Thanks

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 5 of 7
(3,384 Views)

Check here for a complete discussion.

 

Http://forums.ni.com/t5/LabVIEW/Extracting-one-column-from-Database/m-p/547276#M257531

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 6 of 7
(3,380 Views)

Thanks Mike, I shall disgest that discussion when the time comes, now bookmarked.

 

-AK2DM

 

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 7 of 7
(3,326 Views)