Hello,
I've started to study NI Labview 1 week ago (I've just learned some basical instructions from this forum) and I hope you can help me.
I'm programming a VI as SCADA that is going to collect some values through MODBUS from several controllers and, in order to create something graphical that can be repeated, I created a VI Template that is called in the main page through a Subpanel.
My problem is, when I run the Main VI continuously, the VIT is displayed but is not reading the value that I'm giving from the main page (from Numeric Control "INPUT1" I should immediately write inside "NUMBER1" and "INPUT2" in "NUMBER2"). Only when I stop the 2 SubVI the software is passing the values inside.
I tried several configuration, but no one was working.
You can find an example that must be fixed. It is possible to call a VIT inside a Subpanel and integrate them inside a While Loop Cycle? Thank you for the support.