About This File
Copyright © 2006, Sam Behashtei
All rights reserved.
Author:
Sam Behashtei
--see readme file for contact information
Description:
Data.vi V1.0.0
LabVIEW Versions 7.0,7.1
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.
Library Dependency:
OpenG: oglib_variantconfig-2.6-
OpenG: oglib_lvdata-2.5-1
http://web.archive.org/web/20071205114227/http://www.openg.org/
Version History:
1.0.1:
Added LabVIEW 7.0 code.
1.0.0:
Initial release of the code.