Hello,
I want to run two Vis in parallel, essentially a motor program will start and after 60 sec the motor will run. I want to simultaneously start another Vi that will be collecting current data. The idea is that once the motor program finishes it sends a true to the other Vi, which will stop the data collection loop inside that program, save the data and stop running. It doesn't seem to work. Any ideas? I have attached the separate Vis and theyre compiled program idea for better clarity.