View Single Post
  #1   Spotlight this post!  
Unread 22-02-2009, 17:57
smackee618 smackee618 is offline
Registered User
FRC #1327
 
Join Date: Jan 2009
Location: St. Louis, MO
Posts: 7
smackee618 is an unknown quantity at this point
Create single file for empirical values in labview

Hi,

My labview code has a good deal of constants which will probably change multiple times once more testing is done, and these constants are located all over the place in the advanced framework. I was wondering whether there was a way to make a single file which stores all of these constants and puts them in the right places when the program is compiled.

I know that I could create a single VI with lots of controls, create global variables which link these controls to the appropriate places, and simply set the default values to be the ones I want to use, but I would rather not do that since global variables use for this purpose would cause unnecessary inefficiency (from what I understand).

Any help would be greatly appreciated.