Hi, I need your help next time. I'm making ball balancing platform. So, I have a program running on PC, where camera observes the ball, finds his position and sends it via TCP to a myRIO, which read the messages and controls the engine using PID regulator. The problem is, that to read the message there is needed timeout in reading block, and it makes my system not stable. I need to run the program with regulator and not wait for coordinates. I need something like an interrupt but I've no idea how to do it on myRIO.
On the photo below I show the part of program receiving the message. First block check if received coordinate "x" or "y" and second get the value.