No string RX?
gravityhammer
Posts: 65
Hopefully, this is just a brainfart. For some reason, I can't see any RX strings in diagnostics on my COM ports. I see the RX light come on on the front panel of my DVX-2155HD, but no data is updated.
Here's some snippets of code (the device is a RS485 lighting controller)
I know the light control is working from the Master to the lighting controller, because, well, the lights change. I have tried assigning a variable = to DATA.TEXT to monitor it in debug, but it stay empty, as well.
Any suggestions?
Here's some snippets of code (the device is a RS485 lighting controller)
DATA_EVENT[dvLighting] { ONLINE: { SEND_COMMAND dvLighting,'SET BAUD 9600,N,8,1, 485 ENABLE' SEND_COMMAND dvLighting,'RXON' } STRING: { SEND_STRING 0,"'Lights: ',DATA.TEXT,$0d" } }
I know the light control is working from the Master to the lighting controller, because, well, the lights change. I have tried assigning a variable = to DATA.TEXT to monitor it in debug, but it stay empty, as well.
Any suggestions?
0
Comments
You might check your other serial ports too. If they are dead to then this is your problem. If it is, then you should send it in to AMX and they'll solder on a new cap for you.
I suppose it might be the port itself is just dead by itself. You can test this by hooking up your laptop and sending strings to it to see if it sees it.in diagnostics.
Also, the Rx light stays off with the bad capacitor issue, right? Mine lights up.
Sent from my MB860 using Tapatalk 2
Sent from my MB860 using Tapatalk 2
If you meant Notification, is the port on another master? I'm not clear on the who-gets-what rules for Notifications, but I know that's been a problem for me in the past.
If you meant Diagnostics, did you try using "msg on" in Telnet?
When it doubt start off with the definition and make sure your DPS is correct.
Oh, well. I need to get Tech Support on the phone tomorrow anyway, so I'll run it up the flagpole there.