07-17-2018 04:12 AM
What is best way to communicate between host and RT? I have boolean control on the host and want to control my case structre in the RT.
07-17-2018 04:16 AM
You can use either network shared variables or network streams to control your RT.
Though network shared variables is easier to implement, network streams is generally faster. So it will still depend on case to case basis.
07-17-2018 04:52 AM
07-17-2018 06:53 AM
I have found Network Streams to be quick and reliable. When I have tried using Network Shared Variables, I have eventually abandoned them, to my disappointment (as they are conceptually simpler, but appear less reliable during execution).
Bob Schor