LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open Sensor Mapping VI configuration window in front panel

Dear all,

I am doing a project with labview and I use Sensor mapping VI. This VI is very good and useful for my project.

But my project requires to open the VI's configuration window to change the sensor position or model in front panel when the program is running, not stop the program -> open block diagram -> double click on VI.

I am highly appriciated any susgestions or advices to solve this problem.

Thanks all!

 

P/S: I attach the VI, please take a look.

0 Kudos
Message 1 of 2
(2,230 Views)

Unfortunately it doesn't look like there is a way to open the configuration window for an Express VI while the program is running, as the configuration windows were intended for development use.  However, you can right click on the express VI and select "Open Front Panel", which will allow you to convert to a normal VI and view the front panel as well as the values that are passed.  For the Sensor Mapping Express VI, it looks like you should be able to pass a model file and change sensor position programatically by unbundling/bundling and wiring the desired values.  Give that a try and see if it works out for your application.

Message 2 of 2
(2,208 Views)