LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Is it possible to access to a Simulink variable in Labview?"

Hi, I am working with Simulation Interface toolkit and I wanted to know if it is possible to access to a variable of my Simulink model (for example a gain1 whose value is LV_Gain) with Labview.
This value LV_Gain is used in another block (gain2 for example) and I want that they have the same value.
Is it possible?
If yes, what is the exact pass?
Thx
0 Kudos
Message 1 of 2
(2,577 Views)
Hi,

If you are talking about the link between the LabVIEW UI and simulink parameters, than the tutorial below can help you out:

http://zone.ni.com/devzone/conceptd.nsf/webmain/955A9D79583A0AB686256DB8006672B8?opendocument#3

If you want to pass the value to another parameter you can just pass with normal LabVIEW tools. Doing it internally in simulink from LabVIEW that's not possible. If this is not what you mean, let me know..

Regards,

JV
AE
0 Kudos
Message 2 of 2
(2,577 Views)