Don't know what I did...
vegastech
Posts: 369
System with an NI3100, 3 RF Gateways, an NXC-IRS, and Mio R2s. Earlier the R2s were sending RF codes, the NI was responding, and sending IR to the TVs connected to ports 14 and 15 on the NI. Now, even though I can see the Gateways receiving the RF commands, the IR is not working on the TVs. I power cycled the NI, the IRS, and the gateways. Nothing seems to get the IR to send. I don't have the compiled code, but I do have the SRC file...I'm planning on rebuilding the project, but it's not going to happen tonight. Anything I can check?
0
Comments
Kevin D.
You can pulse the IR channels with NetLinx Studio and with IREDIT. Find out if the problem is your code or the hardware....
Good to know. Thanks. I always assumed they wouldn't work.
Kevin D.
You don't need to know what's in an IR bank, or have anything on the PC side to blink an IR bank with NetLinxStudio. Just CONTROL A DEVICE from the DIAGNOSTICS menu. Whatever's in that bank will blink.
From IREDIT, what you have in the PULSE dialog work buffer when you go to PULSE will try to get through, despite whatever else is in the bank already. I say try because I find this function to be about 85% functional. You will never get a false positive, but you may get a failure without apparent cause.... particularly if what is in the bank is NOT what is in the pulse dialog buffer.
Also note the delightful nature of IREDIT to NOT use what is in the editing work area, but instead what was last saved to disk. Be careful.
Removing the card from the shell and putting it back in solved my problem