Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

DBC deployment sometimes gets stuck at 0%

Using CVI, I've had this issue from time to time when I try to programmatically deploy a DBC to an RT box, it will simply sit at 0%.  The deploy function does not return any error codes or anything.  Has anyone experienced this issue?

0 Kudos
Message 1 of 3
(6,053 Views)

Hi Kaveh,

 

What is your system setup? What version of CVI are you using? Are you using the CVI Realtime Module? If so, what version? How frequent does this issue come up?. What operating system are you developing on and deploying to? Let me know.

 

Regards,

 

Perry S.

Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(6,043 Views)

I think I found the problem.  There was an open reference to the DB (using nxdbOpenDatabase) that was never closed on the RT system.  When I tried to nxdbUndeploy I wasn't seeing an error, nor was I seeing an error with nxdbDeploy.  Seems like both of these should return an error since they were unable to complete their operation properly.

0 Kudos
Message 3 of 3
(6,035 Views)