File Submitter: sam
File Submitted: 30 Oct 2006
File Updated: 31 Oct 2006
File Category: Database and File IO
Data.vi V1.0.0
LabVIEW Versions 7.0,7.1
Copyright © 2006, Sam Behashtei
All rights reserved.
Author:
Sam Behashtei
Sam@Amashe.com
Distribution:
This code was downloaded from:
http://forums.lavag.org/downloads.html
Description:
The purpose of the VI is to demonstrate how to save all your application’s parameter in one central INI file. Using this method will reduce errors and eases debugging.
This Data VI has the following functionality
1: Can be used as a Central Data Repository for your Application.
2: It allows access to the Data via SET/GET method.
3: It uses semaphores to stop any race conditions and (concurrent SET access to data)
It will allow parallel "READ-ONLY" access to the Data.
4: A Function to Save all of the DATA to an INI file.
5: A Function to Load a previously saved Data from the INI file.
Support:
If you have any problems with this code or want to suggest features:
http://forums.lavag....?showtopic=4655
Version History:
1.0.1:
Added LabVIEW 7.0 code.
1.0.0:
Initial release of the code.
Library Dependency
OpenG: oglib_variantconfig-2.6-
OpenG: oglib_lvdata-2.5-1
http://www.openg.org
License:
Creative Commons Attribution 2.5 License
Click here to download this file













