LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dequeue Element Function: If it times out, what value is sent on the "element" wire?

Solved!
Go to solution

Hi,

 

If you use a Dequeue Element function with a time out and if the function times out, what value is sent on the "element" wire?  Is it the default value for the element type?  Or something else?

 

Thanks.

Message 1 of 2
(3,772 Views)
Solution
Accepted by topic author InternationAL

Yes, it's the default value of the data type. That's the default behavior for any terminal which has undefined behavior (such as what would happen if you try to index a negative element from an array).


___________________
Try to take over the world!
Message 2 of 2
(3,771 Views)