02-23-2026 05:20 AM
Hi,
I'm having an issue with running a vi on the cRio in startup. The UDP communication works fine when I run the RT program from the host PC (remote) but as soon I deploy it on the cRio and run it as startup the UDP open nodes return error 54. What is causing this problem? I'm using cRio 9034 with RT-linux and labview 2025. I have included the Host and RT VIs.
Thanks in advance
Best regards
ahmalk
Solved! Go to Solution.
02-23-2026 06:58 PM
Error 54 in TCP Connection.vi in LabVIEW
The network address is ill-formed. Make sure the address is in a valid format.
Please attach your code so that we can advise.
02-24-2026 01:25 AM
03-03-2026 01:26 AM
Putting a delay before the UDP open nodes solved the problem. Apparently the network initiation in cRIO is not complete before the VI starts. Strange I must say 😕
03-03-2026 02:13 AM
03-03-2026 02:22 AM
Hi GerdW,
I wish I did, it's not always that easy to use the right key words in your search 😕 After all I wouldn't have come up with that would been an issue.
Best regards
03-03-2026 03:38 AM
Hi ahmalk,
@ahmalk71 wrote:
I wish I did, it's not always that easy ..
You also should implement some error handling.
This way your code could react on errors, like trying to re-open the UDP connection after an error occurs...