07-10-2018 11:34 PM
I have two computers both which run a LabView program simultaneously. I want to be able to send signals back in forth which will pause the program that the other is running temporarily. For example, when the program on computer A is started, it will complete a few tasks and then send a signal to computer B. At this point, LabView on computer A will pause and the program on computer B will start performing actions. When those actions are complete, it will send a signal back to computer A to resume while computer B pauses. This will go back and forth over and over until enough iterations are complete.
I have looked into the TCP stuff, and think the listeners might be able to help me with this problem, but have not had luck working with them.
Thanks for any help.
07-11-2018 12:44 AM
07-11-2018 07:23 AM
@ReisbS wrote:
I have looked into the TCP stuff, and think the listeners might be able to help me with this problem, but have not had luck working with them.
As already stated, have a good look at the examples. There is a Simple TCP project in the examples that will get you 95% of the way there. If you are still having issues, post your code and we will likely get you there.