how to check if an ir code in send ?
cristibad
Posts: 69
hy.
i have uploaded an irl file to ni3000 to port 9 which is port 1 infrared.
the irl file i think it's ok. it's downloaded from amx site.
i have assign a button to send the function from channel 27 from irl file(power function)
send_command dvplasma1,"'CP',27"
the ir led from ni-3000 turns on but i think nothing it is send. i have measured the voltage from the ir port and it was 0 when the led was on. and the device that i want to control doesn't reacts
i have uploaded an irl file to ni3000 to port 9 which is port 1 infrared.
the irl file i think it's ok. it's downloaded from amx site.
i have assign a button to send the function from channel 27 from irl file(power function)
send_command dvplasma1,"'CP',27"
the ir led from ni-3000 turns on but i think nothing it is send. i have measured the voltage from the ir port and it was 0 when the led was on. and the device that i want to control doesn't reacts
0
Comments
Shouldn't the command be something like
PULSE[dvplasma1,27]
Of course the pulse command gives you a .5 second burst. you may want to shorten that up a bit. But it should work for testing.
SP queues a single pulse
CP clears any previously queued commands and then sends a single pulse.
Oops my mistake. I only ever use SP.
Paul
You won?t be able to measure a single IR pulse with a voltmeter. You would have to use an oscilloscope.
If you?re sure that the IR codes are correct then I would try reversing the polarity of the emitter. It?s not uncommon to find a brand new out of the package emitter that?s wired backwards. The placement of the emitter is also important. Try moving it around to find the sweet spot.
HTH