Certification

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with CLED Sample Exam Question About "Stop Waiting For Disconnect" dialog

Solved!
Go to solution

Here's the question:

Q30: While running a VI interactively from the development environment on a LabVIEW Real-Time target you get this dialog. What is NOT a possible cause of this dialog?

 

Waiting for Real-Time target (myRT-Target) to respond.

Stop Waiting and Disconnect

 

  1. A  Real-Time target rebooted

  2. B  Real-Time OS network thread starvation

  3. C  Network cable disconnection

  4. D  Real-Time application allocated too much memory

It seems like A and D would be the same because D would cause a reboot right?

B and C also seem similar because that would disable network comm.

0 Kudos
Message 1 of 4
(5,787 Views)
Solution
Accepted by topic author AbandoningCausality

A is not the same as D, as there will be no automatic reboot, if memory is full
(only the application will stop, but system will be able to communicate)

So, D is the desired answer.

Hint for the exam:
The Compact RIO Developer Guide will be extremely helpful (more than other course content) for passing the theoretical part
http://www.ni.com/compactriodevguide/

0 Kudos
Message 2 of 4
(5,770 Views)

Interesting!

 

I'm thinking on my past projects, I've had a watchdog and that's what was doing the reboot when memory was full.

 

Thanks for the info.

0 Kudos
Message 3 of 4
(5,755 Views)

@AbandoningCausality wrote:

Interesting!

 

I'm thinking on my past projects, I've had a watchdog and that's what was doing the reboot when memory was full.

 

Thanks for the info.


Simple test case:

Drop in a "Data Queue PtByPt.vi" with "Sample Length" wired to +Inf.  

 

Trust me, you won't see the 

Waiting for Real-Time target (myRT-Target) to respond.

Stop Waiting and Disconnect

DialogSmiley Embarassed I know from experience


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(5,748 Views)