LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Xcontrol is only updating on timeout

Solved!
Go to solution

Hi

I am using the timeout on an event listener to monitor a network publish shared variable via an xcontrol.

 

I had to change the timeout on the xcontrol, it appears it not recognising the passed data as new data.

 

Why is the data not triggering the xcontrol to update?

 

Thanks,

Seán

0 Kudos
Message 1 of 2
(2,677 Views)
Solution
Accepted by topic author SeanJ

Oops!  The true value was not wired to the loop when the value changed.  Also, I had to act on data in instead of waiting for data change which didn't seem to work..

 

It had to wait for the timeout to complete in order to get another variable.  Interesting that the xcontrol queues the values, I going round the bend trying to disable queueing of the Netwok Publish Shared Variable.

0 Kudos
Message 2 of 2
(2,647 Views)