LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timed Loop Incorrect Behavior

Hi,

For several applications (LV15, 18 and 21 executables), some of which have been running reliably for years, unexpected Timed Loop behavior appeared on the same day. A Windows 10 update deployed by our IT department could be the cause, although this remains unconfirmed.

 

TL.png

From the help :

Actual start.png

This property of the timed loop returns now a constant and impossible value of -4294967298. If the Loop Timing Source is configured for absolute time, this incoherent timestamp is returned :

Actual Start Absolute.png

The Expected Start [i] property of the timed loop, which according to the documentation uses the same time base and units as Actual Start [i], returns coherent values.

Please let me know if anyone has already encountered this issue. The problem is systematic and can be reproduced very easily.


Many thanks in advance for any help

0 Kudos
Message 1 of 3
(72 Views)

Hi JB,

 

Here's a thread discussing the same issue:

https://lavag.org/topic/18757-timed-loop-actual-start-timestamp-gives-erroneous-value/

 

Timed Loops might not be the best choice for non-RT targets.

 

Questions for further investigation:

- Does "Error" from the data node give an actual error when that happens?

- Have you tried other timing source types? (pre-configured ones, custom ones (hardware/software))?

 

Regards,

Raphaël.

0 Kudos
Message 2 of 3
(48 Views)

@JB wrote:

Hi,

For several applications (LV15, 18 and 21 executables), some of which have been running reliably for years, unexpected Timed Loop behavior appeared on the same day. A Windows 10 update deployed by our IT department could be the cause, although this remains unconfirmed.

 

TL.png

From the help :

Actual start.png

This property of the timed loop returns now a constant and impossible value of -4294967298. If the Loop Timing Source is configured for absolute time, this incoherent timestamp is returned :

Actual Start Absolute.png

The Expected Start [i] property of the timed loop, which according to the documentation uses the same time base and units as Actual Start [i], returns coherent values.

Please let me know if anyone has already encountered this issue. The problem is systematic and can be reproduced very easily.


Many thanks in advance for any help


Feels like something to do with Epoch time.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(12 Views)