07-01-2009 08:51 PM
Hello,
I have made a VI that will telnet to a controller box and I want to deploy this on an RT and the VI was built successfully. However, as I right click to set it "Run as startup", it would try to deploy, connect to the RT, and then it seems to hang during this process and post the message "Waiting for Real-Time target (CR3) to respond".
The RT is a desktop computer connected through a router and the firewall is turned off on the host computer.The connection worked just fine during this process. The Distributed System Manager shows the updates of system resources on the RT, which indicates that it is able to communicate with the host computer. How do I fix this problem? are there any services that need to be enabled? I have attached a screenshot here.
Thank you,
Max
07-04-2009 05:37 PM
07-09-2009 08:30 PM
Hi MaxXx,
The VI you have running on your Target is a while loop with nothing that provides the control time for its network communications. Just add a Wait function inside the While loop and wire in 10 ms or so. This will keep it running fast but will give the controller time to communicate with your host.