lutron communication fails
yanbin
Posts: 86
I have a luton HRP5 processor controlled by a Ni3100 through RS232 control, the port baud rate is 9600, after some time 5 minutes or 48 hours I load the program to the AMX master, I lose feed back from the lutron processor, I still can turn the light on/off from the amx , but just no feed back, I have to recycle the lutron power to get the feed back, is there any solution for this kind of problem?
Thanks
Thanks
0
Comments
Use what you need and comment out the rest.
The above example has 13,10 (CRLF) which is needed for IP comms but for RS232 only 13 is needed, although the extra 10 may not cause any problems.
send_string dvHWI, "'DLMON',CRLF"//enable dimmer monitoring
send_string dvHWI, "'KBMON',CRLF"//enable keypad monitoring
send_string dvHWI, "'KLMON',CRLF"//enable keypad led monitoring
send_string dvHWI, "'VMD',CRLF" //disable vaction mode
send_string dvHWI, "'VMR',CRLF" //start recording vacation mode
but after 1 day, the AMX and lutron (HRP5-120) lose communication again, i can turn the light on/off, just no feed back from lutron, i check the TX/RX led from the lutron processor, it is flashing when the light is on or off, i connect the lutron processor to the hyper terminal, i can see the feed back string from the lutron processor, BTW, i am using the RS232 control of the lutron. any other suggestion?
Thanks a lot
Press the programming tab and then select the interface tab and highlight the Serial Equipemnt line. An "Add" tab should appear directly above and so click on that. Fill in the fields as appropriate. Also if you changed the default baud rate it will reset to default everytime the system is restarted or power cycled unless this driver is created and assigned to the appropriate port. Any way once filled in exit this set up and go to address assignment tab, top left. You should see your un addressed RS232 device in the table on the right. Select the appropriate RS232 port and assign that device. Save & upload and hopefully that will do the trick.
Name: AMX
Driver: Burgess
baud rate: 9600
data bits:8
parity: none
stop bits: 1
handshaking: none
i check all the monitoring at the right hand side.