exe made by labview can run more times just like VB program?
I have completed the program of display the state of my machine through serial port. The program was designed as show only one machine's state, and if more than one machine's state needs to be displayed, i hope the program can run duplicately or triplicately. Can it be realized?
Can dynamically called subvi(set ad reentrant vi) solve my problem?
When i try to run the same subvi with invoke (run vi method),the "Error 1000 occurred at Invoke Node" appeared.
If the dynamically called subvi can do, subvis of subvi need to be set as reentrant too? subvis of subvi don't need to share information between different machine.