|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools |
Rating:
|
Display Modes |
|
#16
|
|||
|
|||
|
Re: Cannot deploy code
Kind of covered this, but thought I'd add a data point.
Our main code computer is a laptop running Windows Vista. We use LabVIEW. We also get sporadic disconnections and other network issues. Particularly we get the stop waiting and disconnect panel while running or deploying. Usually it goes away after several minutes. Perhaps you need to wait longer. Others have had good ideas, just thought I'd throw out a possibility. |
|
#17
|
|||
|
|||
|
Re: Cannot deploy code
We have been having this problem a lot lately as well. We tried the following:
- power cycle power - reset cRIO - restart LabView - reboot the computer On a hunch we checked for services. We restarted the services and power cycled the robot. This seems to be an effective work around for the problem. I am attaching a simple batch file you can run to restart the services. NOTE: You will need to rename the batch file to remove the .txt extension. I hope this works for you as well. |
|
#18
|
||||||
|
||||||
|
Re: Cannot deploy code
Quote:
|
|
#19
|
|||
|
|||
|
Re: Cannot deploy code
After working successfully for a few weeks, I could not deploy code.
I re-imaged the CRIO and it would deploy once and then the robot code would never load in the dashboard. Using wireshark to capture packets I could see that all the CRIO would do was to send an RST (reset) packet back to the driver station. Looking at the netconsole CRIO app (Must be selected when re-imaging CRIO) I saw a whole bunch of memory allocation errors about 10 seconds after CRIO reboot. Startup Application: /c/ni-rt/startup/startup.rtexe 0xb75698 (Main Application Thread): memPartAlloc: block too big 108 bytes (0x8 aligned) in partition 0x32ddf8 0xb75698 (Main Application Thread): memPartAlloc: block too big 580 bytes (0x8 aligned) in partition 0x32ddf8 0xb75698 (Main Application Thread): memPartAlloc: block too big 108 bytes (0x8 aligned) in partition 0x32ddf8 0x80a7d8 (Exception Handler Thread): memPartAlloc: block too big 80 bytes (0x8 aligned) in partition 0x32ddf8 0x80a7d8 (Exception Handler Thread): memPartAlloc: block too big 80 bytes (0x8 aligned) in partition 0x32ddf8 0x80a7d8 (Exception Handler Thread): memPartAlloc: block too big 1024 bytes (0x8 aligned) in partition 0x32ddf8 0x80a7d8 (Exception Handler Thread): memPartAlloc: block too big 84 bytes (0x8 aligned) in partition 0x32ddf8 Turned out to be an FTP session that I started in the begin.vi was the issue. It somehow used up the heap, still looking into it. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot Download Code | mandalorethx | C/C++ | 5 | 15-01-2010 12:44 |
| Cannot get Code to Download to cRIO | greekgod8591 | C/C++ | 25 | 09-03-2009 22:10 |
| unable to deploy | SL8 | NI LabVIEW | 1 | 17-02-2009 21:02 |
| Cannot Download Code to our Robot | jcvd | C/C++ | 9 | 27-01-2009 13:09 |