RX & TX Leds of NI3101 SIG always lit, wont work sometimes if not rebooted.
ajish.raju
Posts: 185
in AMX Hardware
My NI3101 SIG series controller has the latest master and device firmware but the RX and TX leds are always lit up. The client says that the system hangs every 2 weeks and requires a reboot, then it works fine again. Any suggestions?
0
Comments
That's the problem that has been fixed in the new firmware. So if you put the new device + master firmware on it you shouldn't be seeing that problem anymore.
Serves me right for not reading more than the title.
Are you using any (duet) modules?
Do you get anything in the log? (errors)
Do you get anything from telnet? (errors)
Does diagnostics return anything useful?
Did this happen before the firmware upgrade as well?
When it's in that state does it still send out codes? Or is it trying to?
But with this new behavior you may see systems where the LED's stay on solid if the port communication interval is less than .5 seconds.
LED's staying on solid is not an indication of a failure but rather continuous communication.
Further analysis of system state would be needed to diagnose any "lockup" condition
Cool, was this included in any of the release notes? I don't remember seeing it.
Boy oh boy! An RS232 poll every .3 seconds seems rather odd. Most devices I know don't like to get hit that much. I typically poll in the seconds range (2-5) but certainly never below 2.
I was sending chapter, play status and time status queries all within one second every second to Oppo blu-ray players before they updated firmware to send that information out without being solicited. It handled it quite well actually - I was surprised.
Generally whenever I receive a response I set the ready flag and send the next queued string usually without any consideration for timing. If I experience any issues, that's when I add a time buffer.