LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

about real time control in labview2013

Hi there,

  I saw a new modules about "Real-Time" added in labview2013. For example, timed-loop and wait next. I wonder if those modules are dependent on the real-time device or could be used for any device? Is that any example to use those functions? Thanks.

0 Kudos
Message 1 of 3
(2,072 Views)

Hi PKIM,

 

"wait for next ms multiple" has been a LabVIEW function since the beginning (I think so, as I already used that function in LabVIEW3.1 nearly 20 years ago)!

TimedWhileLoop is a LabVIEW function since LabVIEW8 (?) and it's not bound to RealTime targets...

 

You may cross-check the LabVIEW8.0 help for references...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,040 Views)

The LabVIEW RealTime Module adds the ability to take advantage of the Determinism offered by a RealTime Target such as the cRIO. These functions will operate in a non RealTime system but they will not function deterministically. In a system such as Windows, the Operating System could preempt a timed loop causing it to deviate in its timed execution while on a RealTime system this will never occur and the loop will execute at the time specified. 

Alex D
Systems Engineer
Academic Research
National Instruments
0 Kudos
Message 3 of 3
(2,001 Views)