We found a white paper (for LabVIEW 7.1) that came with a configTool Property editor. Here are some of the readme instructions.
- Place configTool directory in C:\Program Files\National Instruments\LabVIEW x.x\user.lib
- Place _configEditor directory in C:\Program Files\National Instruments\LabVIEW x.x\project
- Place configEditor.vi in C:\Program Files\National Instruments\LabVIEW x.x\project
- Relaunch LabVIEW. Select the Configuration Property Editor by going to Tools>>Configuration Property Editor...
We were able to bring up this (somewhat crude) Configuration Property Editor and add a number of properties. We then created some code (top portion of .png attachment)
Then we found (in LV8.2) under User Controls::ConfigTool::configTool.llb some VIs that seem to perform similar operations as the VIs from the above tool (bottom portion of .png).
Has anyone used the 8.2 config file controls? How do they compare with the ones from 7.1. Are we talking about the same thing here, but in a different package? Is there an integrated Configuration Property Editor that comes with the 8.2 version? Can anyone point me to some documentation about the 8.2 controls - the help in LabVIEW doesn't shed much light.