Lutron HWI Feedback on NXI Serial Port
glr-fti
Posts: 286
I've been spending a lot time trying to figure out why I am not receiving LED or dimmer feedback from a Lutron P5 system using RS232 back to an NXI port eventually connected to a NI3000. I can send commands without a problem but no feedback. I've determined that everything (monitoring) is set up properly on the Lutron side because I verified it with Hyper Term but I receive nothing back from the STRING EVENT. My next idea will be to hook up the P5 to a NI3100 and see if I can get feedback to it but I thought I'd see if anyone else has any ideas. I have tried setting the baud rate down to 9600 as well. No luck.
I have also started the switch to IP and will probably stay with IP but this is one of those things that I can't leave alone now until I understand why.
TIA.
I have also started the switch to IP and will probably stay with IP but this is one of those things that I can't leave alone now until I understand why.
TIA.
0
Comments
Setting up a driver and then assigning it to the HomeWorks serial port being used is essential in maintaining comms after program uploads or power outages since they tend to default to 115200 I think if a driver isn't assigned. For the driver you only need to set the comm port settings and don't need to create any commands or strings. (this is in HomeWorks)
Now if that is set up and you're getting strings in hyper terminal see if you created a buffer for that serial port. If not create one since IMHO every real device requires a created buffer.
I also had a problem yesterday as a matter of fact talking with HomeWorks. I'm using IP comms for lighting control but I set up a serial port to talk with the master strictly for audio control from the Lutron keypads through AMX and I created a buffer for my serial port but some times I would get feedback and other times I wouldn't so I added the SEND_COMMAND dev 'RXON' as shown above and that seemed to work. Of course when you create a buffer that is supposed to be explicitly set or at least I think it is but now a days things don't seem to be work as advertised.
Hope that helps!
Today I spent some addt'l time with an NI3100 instead of the NXI. I needed a longer cable to reach the NI3100 so I needed to make a couple new ends. I had no problems receiving feedback with the NI3100 so I kept the same cable config and moved it over to the NXI. The NXI now works just fine with or without the AMX module. Very odd. There had to be something wrong with the receive wire on the old connector.
Bottom line, follow the hints as described by Vining and you should have no problem.
Now I can move on to IP.
Jeff