Hello all,
I am currently created a myRIO PC, RT, and FPGA project where I use an external Xbox One controller to communicate to the PC vi, then have this written to the RT through STM TCP/IP. I would like the joystick position to be communicated from the PC to the RT, then have this RT value written to the FPGA to control onboard myRIO LED's.
However, my current iteration generates Error 74 on the RT after passing through the "Unflatten From String" vi.
On the PC side, I obtain Error 62:
Possible reason(s):
LabVIEW: Serial port overrun error.
=========================
LabVIEW: The system caused the network connection to be aborted.
This occurs at "Write Message TCP".
I have attached code for my project. The PC vi is called "PC.vi", the RT is called "RT ControllerMain.vi", and the FPGA Target (which never obtains new data since the RT Host doesn't) is called "FPGA_ControllerLED.vi".
Does anybody here know what may be the issue with my code?
- Best regards, Justin Burzachiello