LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what is best in RT ?

I know that in RT critical loop doesn't have to display direclty but what is best

* define a few shared variables like booleans arrays for each digital inputs and display in another slower loop
or
* direclty display the value of my digital TOR ?.

Thank you


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

hi there

i would use a RT FIFO with size 1 to transport the data from the TCL (time critical loop) to a NPL (normal priority loop) and display the data in the NPL. the RT FIFO VIs can be found in the "Real-Time VIs" functions palette.

 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
Message 2 of 2
(3,160 Views)