We are trying to push a button on our joystick to make the spike remain on. I am assuming that this is a toggle function. We have searched for ways to toggle using LabView but there are some conflicting methods as to which one was best.
Can anyone help point us towards a sample code that will do this?
Basically, with a re-entrant VI, LabVIEW will allocate each instance of the VI like an independent sub-VI. This allows you to run all of the instances simultaneously without them interfering with each other.
To make a VI re-entrant, go to File»VI Properties (or hit crtl + I) and select “Execution” from the drop down menu.