LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, Need help with myRIO basics

Hi, I am new to the myRIO. I need help understanding why most of the sample code/program use a flat sequance for myRIO?

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

@MUB0346HAA wrote:

Hi, I am new to the myRIO. I need help understanding why most of the sample code/program use a flat sequance for myRIO?


Flat Sequence Structures are often needed in the FPGA in order to force execution order (there are less things to force data flow in the FPGA) and you are more worried about how much hardware space you are using.  I cannot speak for the Windows and RT sides.  Those should probably be state machines.  But since the myRIO was geared towards academics, the FSS was probably used as a simpler example to get students started.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,487 Views)

So I need the FFS when I am programming the FPGA? what about when I want to just do simple digital/analogue I/Os ?

0 Kudos
Message 3 of 3
(2,467 Views)