01-23-2025 02:05 PM
Made multiple attempts to configure sub VI to call Main VI but unable to configure user inputs to change settings. Need help setting up sub VI to call from Main VI that can vary with user inputs? Please refer to attach VI's, current VI calls sub VI but unable to change USER inputs or change variable.
Solved! Go to Solution.
01-23-2025 03:03 PM
I would look but I'm on LV21. Maybe save the VIs for previous versions of LabVIEW.
01-24-2025 06:32 AM
A sub should never call the main. If you want it free running (as now) you'll send information through Events, Queues or possibly a Global variable.
01-24-2025 08:33 AM
What I would like to achieve is having an option to choose between infuse and withdraw to also change position of valve? how do I go about achieving this?
01-24-2025 12:19 PM
I figured it out by using case structure sequence as you mention. Thank you!!!
01-24-2025 12:25 PM
@Manny904 wrote:
I figured it out by using case structure sequence as you mention. Thank you!!!
Nobody here mentioned any "case structure sequence". I don't even know what that means, but it is certainly not something to communicate between VIs. 😄