Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Digital Pulse with PCIe 6509

Solved!
Go to solution

Hello everyone,

 

I'm trying to decode an Infrared signal from a remote control using the PCIe 6509, but I'm having no luck doing that. It seems that when I'm using the Change Detection VI it does generate the interrupt, but it can't produce it fast enough to create a pattern to use with the Daqmx Read VI. Does anyone know if something like this is possible? The idea is to make the PCIe 6509 generate a digital output signal for each differente key on the controller.

 

Thanks!

 

Kenny

 

 

0 Kudos
Message 1 of 4
(4,837 Views)

The 6509 is a software timed DIO.  What you need is either a high speed DIO (like the PCIe-6535), an FPGA card (like the PCIe-7841R), or use an Analog Input on a DAQ board and process the data.  The FPGA boards require LabVIEW FPGA and are on the expensive side, but they are very useful for waveform processing in the hardware instead of trying to process it all in a slow OS.


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
Message 2 of 4
(4,833 Views)

Thanks crossrulz!

 

So basically if I want to use the PCIe 6509 in my project the only function it will be capable of doing will be control my outputs, right?
Then, instead of buying another daq board, do you think a cheaper solution would be using a microprocessor, like the atmega, to do the decoding and then communicate with LabVIEW?

Thanks again!

 

Kenny

0 Kudos
Message 3 of 4
(4,824 Views)
Solution
Accepted by kennycaldas

Arduinos are often used.  There are a few software toolkits out there like LIFA and Lynx.  Then you just need a serial port in able to communicate.


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 4 of 4
(4,821 Views)