Your Universal Remote Control Center
RemoteCentral.com
Custom Installers' Lounge Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
Any suggestions for rs-232
This thread has 13 replies. Displaying all posts.
Post 1 made on Thursday August 25, 2005 at 18:17
dipdog21
Long Time Member
Joined:
Posts:
February 2005
430
I am about to get into an rs-232 controlled Lutron lighting system and aprilaire hvac sysyem. They are going to be controlled with a B&K ct610 with rs-232 macros triggered by b&k ir commands . Is there any suggestions as to where to start learning about the programming. I have looked at at the Luntron protocol guide and the ct610 rs-232 guide but my knowledge is lacking. Any help would be great. This is not quite as easy as programming an mx-850!
:)
jc
Post 2 made on Thursday August 25, 2005 at 19:17
Audible Solutionns
Super Member
Joined:
Posts:
March 2004
3,246
Actually, at least the Lutron part of it is not very difficult but, yes, programming requires a bit more then just learning an IR code into a remote or dragging and dropping a remote code in some GUI program. Look at the command set for a keypad button press. It should have the syntax of processor#, Link#,Keypad#,Button#. Sending one way serial codes is not very complicated. The Lutron protocol is well documented, ASCII based ( so you will not need to learn Hex, binary, demimal, octal or some other numberic scheme ) and does not include any tricky calculations or check sums. Yes, I could write the string for you but see if you cannot manage it yourself. Oh, yes, make sure you have defined the keypad in the Lutron database before sending the string to the processor.

I do not know much about the Aprilaire protocol so perhaps Impacq will step in here.

Almost forgot: If you get stuck open the terminal emulator in the progamming utility and press a keypad in the system. Copy the string and try to send it via your control system.

Alan
"This is a Christian Country,Charlie,founded on Christian values...when you can't put a nativiy scene in front fire house at Christmas time in Nacogdoches Township, something's gone terribly wrong"
Post 3 made on Thursday August 25, 2005 at 21:16
augsys
Long Time Member
Joined:
Posts:
January 2005
442
On 08/25/05 19:17 ET, Audible Solutionns said...
( so you will not need to learn Hex, binary,
demimal, octal or some other numberic scheme )

Scheme? That seems a little nefarious.;-)
http://www.gmillerdesigns.com/ Propose-Design-Program

http://integrationpros.org Where the Pros Go!
Post 4 made on Thursday August 25, 2005 at 21:19
Impaqt
RC Moderator
Joined:
Posts:
October 2002
6,233
Aprilaire............ Hmmm..... One Way HVAC control......... THis is interesting...

THe Enerzone system uses a pretty straight forward protocal from what I remeber... If you dont have the Protocol, email me and I'll dig it up for ya.

I havent done a CT610 in a while (We have another programmer that takes care of those) so I cant comment much on the interfacing with B&K. I've controlled the B&K CT series with an AMX system before... Thats about the extent of it....

What I do know is that there is no way to parse info coming from the Lutron or Aprilaire brains. This is going to extremely limit the useability of the system.

THe B&K RS232 manual is not something thats going to help you. you just need to send strings OUT of the B&K, your not sending anything to it to control it.
Post 5 made on Thursday August 25, 2005 at 21:31
DavidatAVX
Founding Member
Joined:
Posts:
August 2001
440
Aprilaire has great tech support. 1-888-782-8638

I've used the B&K 600/610 but not the IR or RS-232 control from it. The Crestron system always take care of other devices. I wouldn't even attempt in trying to decode temp with the B&K.

Dave
Post 6 made on Friday August 26, 2005 at 09:18
Theaterworks
Founding Member
Joined:
Posts:
April 2002
1,898
On 08/25/05 21:19 ET, Impaqt said...
THe B&K RS232 manual is not something thats going
to help you. you just need to send strings OUT
of the B&K, your not sending anything to it to
control it.

A good thing, that. The B&K sports one of the denser RS-232 protocols I've ever had the misfortune to need.
Carpe diem!
Post 7 made on Friday August 26, 2005 at 09:43
Impaqt
RC Moderator
Joined:
Posts:
October 2002
6,233
On 08/26/05 09:18 ET, Theaterworks said...
A good thing, that. The B&K sports one of the
denser RS-232 protocols I've ever had the misfortune
to need.

Your telling me...... 40 some odd pages and not one reference to Feedback for volume levels.......... Grrrr.. That was fun........
OP | Post 8 made on Friday August 26, 2005 at 13:06
dipdog21
Long Time Member
Joined:
Posts:
February 2005
430
Well after all your fine suggestions and doing a little or a lot of digging I think I am going to try to force the system designer to put in some elan via panels, a pvia4 and an sc4 serial controler. This way I should be able to pipe 232 commands to the 2- 232 picies and the ir commands to the ct610. Now we just got to figure out how to fill the huge holes that were cut in for the xantech touch panels (I know don't ask how this system was designed (sigh)). Thanks all for your help.
jc
Post 9 made on Friday August 26, 2005 at 15:12
2nd rick
Super Member
Joined:
Posts:
August 2002
4,521
Be aware that the Elan and Aprilaire combo does not work too well without some MAJOR workarounds that add quite a bit of expense and complexity to the system...

The current SC-4 does not have a clock to reference, so you cannot do timed setback on your t-stat, which is the #1 most requested automation in HVAC since electronic stats were invented in the 80s.

We found a way around this, but only on a home that also included a Lutron HWI processor. We had to set up contact closures from the HWI proc to trigger the SR-1 relay controller that was now required (at $500+ MSRP).

Let me recap... a shortcoming of the Elan "control" system forced me to add a $500+ black box and re-write a ton of code to allow the $350+ thermostat to offer the same functionality as a $49 stat from the hardware store, but only if I am also using a $2500+ lighting control processor....
Rick Murphy
Troy, MI
Post 10 made on Friday August 26, 2005 at 23:01
JBJ SYSTEMS
Advanced Member
Joined:
Posts:
January 2004
859
This is EXACTLY why Crestron is in business...use it or AMX, whatever.
Tact is for people who aren't witty enough to be sarcastic!
Post 11 made on Friday August 26, 2005 at 23:45
augsys
Long Time Member
Joined:
Posts:
January 2005
442
On 08/26/05 13:06 ET, dipdog21 said...
(I know don't ask how this system was designed
sigh))

Sounds like it wasn't:- )
http://www.gmillerdesigns.com/ Propose-Design-Program

http://integrationpros.org Where the Pros Go!
Post 12 made on Saturday August 27, 2005 at 00:41
rmht
Long Time Member
Joined:
Posts:
August 2003
295
Thank You!!!!

Reading this has concreted the conviction in sticking to my business plan of KISS.
"I am extremely skeptical about the role of fruit in Newton's life."
Post 13 made on Saturday August 27, 2005 at 20:47
2nd rick
Super Member
Joined:
Posts:
August 2002
4,521
On 08/26/05 23:01 ET, JBJ SYSTEMS said...
This is EXACTLY why Crestron is in business...use
it or AMX, whatever.

Yes, the example I gave was the straw that broke the camel's back, so to speak...

We are an AMX dealer now and I am sharing Impaqt's love of the NI controllers.
Rick Murphy
Troy, MI
Post 14 made on Sunday August 28, 2005 at 03:46
Audible Solutionns
Super Member
Joined:
Posts:
March 2004
3,246
If you use a real control system, and either Crestron or AMX manufacture such products, then you can keep it simple and make automation reliable. Try this with you favorite non control system whether from xantek, Niles, Elan or Sonance/Speakercraft and welcome to the world of kludge and megakluge.

Alan
"This is a Christian Country,Charlie,founded on Christian values...when you can't put a nativiy scene in front fire house at Christmas time in Nacogdoches Township, something's gone terribly wrong"


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse