LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timer on myRIO-1900

Solved!
Go to solution

Hi,
I have a question that how do I know the Timing blocks (wait until next ms, wait, time count, ...) or other blocks related to Timer (Timed-Loop, ...) use the CLOCK SOURCE from the microcontroller (I use myRIO-1900) or my laptop (window).
Thank you.

0 Kudos
Message 1 of 5
(1,062 Views)
Solution
Accepted by topic author ToanTranBK

Hi Toan,

 


@ToanTranBK wrote:

how do I know the Timing blocks (wait until next ms, wait, time count, ...) or other blocks related to Timer (Timed-Loop, ...) use the CLOCK SOURCE from the microcontroller (I use myRIO-1900) or my laptop (window).


The myRIO is a computer on its own and so it uses its own clock sources!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(1,043 Views)
Solution
Accepted by topic author ToanTranBK

Expandling on @GerdW's point, the myRIO runs the NI Linux Real-Time Operating System (definitely not Microsoft Windows) and is the Real-Time Target of a LabVIEW Real-Time application, with the PC acting as the "Host" computer, doing all of the interaction with the User through its Front Panel as the point where a (human) Operator can interact with Controls and Indicators on the Front Panel of the top-level VI.  The Host code is responsible for interacting with the Operator and with non-time-critical actions (such as reading and writing data to file systems), while the Target code, running on the Real-Time OS on the myRIO, are capable of precise (and accurate) timing measurement (including allowing true concurrent data processing through its FPGA running as a third processing component).

 

Bob Schor

0 Kudos
Message 3 of 5
(1,004 Views)

Ohh, thank you so much 

0 Kudos
Message 4 of 5
(980 Views)

Thank you for your helpful answer. I really appreciate it.

0 Kudos
Message 5 of 5
(979 Views)