NXI IR port problem
Clinser
Posts: 2
in AMX Hardware
I'm integrating a NXI with an ME260 card. IR ports 8 and 9 work fine, but I can't seem to get anything out of 10 - 15. I've tried changing the port# in Define Device and sending commands via Terminal. Everything else is working great, but I need a third IR port. Any clues?
0
Comments
Try: SEND_COMMAND 5001:10:0,'SET MODE IR'
And to enable the carrier: SEND_COMMAND 5001:10:0,'CARON'
Best regards,
I'll try that. I can't imagine why they would be set that way, but who knows?
I'll post an update.
I wish I had a free lunch every time I have found a problem that fell in the category of "I can't imagine how it got that way."
But besides that, I consider it good practice to explicitly set both IR mode and carrier for all IR ports in use in their online event. It makes life a lot easier if you ever have to sway out a master, or upgrade it.