LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Initializing Subsystems (Simulation Module)

I am building a simulation of a mechatronical system, using the Labview Simulation Module.
My model consists of many modules, that i want to represent by using Simulation Subsystems. The model is nested in that way, that Subsystems can contain subsystems.
 
Now, I am looking for a possibility to change the parameters of the modules, which are distributed in all the subsystems (e.g. a value for a gain), from a central point. I have thought about using an ini-file.
 
My question:
 
How can I, after having read the ini-file, get the parameters to the subsystems? Do you have any better ideas?
 
 
Thanks for your suggestions!
 
 
Thomas
 
 
(sorry for my bad English...)
0 Kudos
Message 1 of 2
(2,467 Views)

You could use the LabView global variables, or shared variables if you are using LabView Version 8:

Here you can find morew information:

 

http://zone.ni.com/devzone/devzone.nsf/webcategories/30FA588ECE8222FB86256A1F00760B21

 

0 Kudos
Message 2 of 2
(2,455 Views)