Hi Trodruiguez,
This is pretty basic stuff, but there are a few details...
- Create another VI - call it Meter.vi - with just a meter-control on the front panel.
- Associate the meter-control with the connector-pane
- right-click on connector-pane icon, choose "show connector"
- click on connector, click on meter-control
3. Change meter.vi to "show front panel when called"
- right-click on connector-pane icon, choose "VI Properties"
- Category "Windows Appearance"\Customize
- Select "Show Front Panel When Loaded"
- OK, OK
4. Use positioning tool (plus-sign or arrow) to select the connector-pane, copy it to clipboard (Ctrl-c), paste it on your "Main" VI's diagram (Ctrl-V)
5. On the main diagram, wire the current meter's data-source to the connector of meter.vi
When you open/load the main VI, Meter.vi should pop-open, and when you run Main, the meter-control should update just it does on Main.
Cheers!
"Inside every large program is a small program struggling to get out." (attributed to
Tony Hoare)