LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send IR signal

excuse me if i am wrong, when i did some research on the format of IR codes, it looks like it is in HEXADECIMAL format. how can i output it from NI usb 6008?
0 Kudos
Message 11 of 26
(2,033 Views)

hexadecimal is just another way to format binary codes with  2 characters as opposed to 8 1's or 0's.

Message 12 of 26
(2,029 Views)
Okay. So how do i output this binary data? Just by giving output high and low and delay in between? Please give me a solution. I am not so good at this.
0 Kudos
Message 13 of 26
(2,027 Views)
Yes, that is exactly how to do it.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 14 of 26
(1,999 Views)
is it possible to do with pwm?
0 Kudos
Message 15 of 26
(1,982 Views)
This will work with anything that uses a series of digital on an off states. But I thought you were controlling a fan?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 16 of 26
(1,961 Views)
I am. The device that i control is a fan. Do you have an example code to send this kind of data?
0 Kudos
Message 17 of 26
(1,959 Views)
No, but I have already told you how to proceed.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 18 of 26
(1,945 Views)

I am still thinking of a way to make it work. But i have another concern? How do i modulate the IR signal at 38 KHz in labview?

0 Kudos
Message 19 of 26
(1,921 Views)

You won't be able to do that within LabVIEW.

 

USB-6008 has software timed digital I/O.  No way you can guaranteed the changing of a digital output at 38,000 times/second with software.

 

You need a DAQ device that has hardware timed digital outputs.  You' then set its clock for 38 kHz and would write a digital waveform for its digital output channel.

0 Kudos
Message 20 of 26
(1,919 Views)