LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you access the DIO pin of sbRIO

Solved!
Go to solution

Hi,

 

How do you access the DIO pin of the sbRIO.

I have attached the code. According to the code the DIO2 indicator is suppossed to blink, but this is not happenning. Can anyone please look into it and let me know (ASAP) where I went wrong?

 

P.S Its URGENT!

Download All
0 Kudos
Message 1 of 2
(2,795 Views)
Solution
Accepted by kdm7

Your FPGA code is more complicated than it needs to be.  Something like this will do what you want.

 

Now your RT code...You are simply blinking that LED fater than you can see it.  As some waits between your setting of the output.  I would also use a shift register to hold the current value and then just invert it.  That way you only have 1 write per loop.


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
Download All
Message 2 of 2
(2,751 Views)