|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: FRC2014 problem deploying with UDP write
Adding two attachments:
begin.png: Shows the modification to a default arcade drive robot project. I just added two VIs. Adding UDP Open is no problem. Adding UDP Write exhibits the rpoblem. screenshot.jpeg: Shows the error message from Labview. The body of that says: Deploying RT CompactRIO Target(successfully deployed target settings) Deploying FRC Robot Boot-Up Deployment (failed to deploy) LabVIEW: The network connection was closed by the remote peer. If you are using the Open VI Reference function on a remote VI Server connection, verify that the machine is allowed access by selecting Tools >> Options >> VI Server on the server side. |
|
#2
|
|||
|
|||
|
Re: FRC2014 problem deploying with UDP write
The error message is somewhat clumsily telling you that you should verify that the TCP interface to the VI Server is opened. I don't really think that is the problem, but it is worth a try.
Also, did your project build successfully? If you perform the smaller steps of build, connect, deploy, which steps work and which fail? Also, what is the IP address of the target in the project? Greg McKaskle |
|
#3
|
|||
|
|||
|
Re: FRC2014 problem deploying with UDP write
After beating my head against the wall for a few hours, it "mysteriously started working". Right now I can't get it to fail. See some comments below
Yes, built successfully no problem. I don't have a screenshot handy to prove it. The example begin.png was the smallest possible testcase that reproduced the problem. I could start with a default project, deploy fine, add two VIs, and deploy would fail with that screenshot. Quote:
We tried various things like cycling the power, rebooting the laptop, multiple known good laptops, and trying to deploy multiple times. Quote:
Like I said it "mysteriously started working" after a couple hours of testing different things. What I'm monitoring right now:
I've got my fingers crossed right now that this keeps working. |
|
#4
|
|||
|
|||
|
Re: FRC2014 problem deploying with UDP write
Is this an eight slot? They have less RAM, and we have seen teams run out and have odd behaviors. You may want to watch the memory count on the deploy dialog or in the DS Charts tab on the right side.
Greg McKaskle |
|
#5
|
|||
|
|||
|
Re: FRC2014 problem deploying with UDP write
Yes it's an 8 slot, and thanks -- that is a great idea. We've never checked RAM or flash memory consumption in the past.
|
|
#6
|
|||
|
|||
|
Re: FRC2014 problem deploying with UDP write
If you are indeed running out of memory, it is most likely corrupted by the time the VIs finish loading. The easiest solution is most likely to change the ini file to leave out vision processing libraries from the startup list.
Greg McKaskle |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|