¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Homeworks QS individual load control - Ro2 module question


 

a little off topic, R02 feedback sorting module gives me many overflow errors but it is password protected and I cannot open it to increase the declared size.

Anybody seen this and/or have a fix?

From: <Crestron@...> on behalf of "Joseph Vossen jkvossen@... [Crestron]" <Crestron@...>
Reply-To: <Crestron@...>
Date: Wednesday, September 9, 2015 at 8:19 AM
To: <Crestron@...>
Subject: Re: [Crestron] Homeworks QS individual load control

?

I have several projects that are controlling quite a few individual loads using the R02 versions, no issues so far.

> On Sep 8, 2015, at 11:57 AM, tim@... [Crestron] <Crestron@...> wrote:
>
> I wanted to see if anyone has done individual load control of the Lutron Homeworks QS system and what kind of experience it has been. In the past, I have done basic keypad emulation, but I'm looking to get more detailed on a project. Does everything seem to work smooth? How big of load is this going to put on the processors (this project is going to be about 100 loads)?


 

Just finished implementing this today. ?I found that the module didn't seem to process all feedback correctly especially when a keypad press came in with the current level. ?I had to add a serial gather to make it work properly, which was also tricky because the login process doesn't use delimiters. ?The gather might help with the overflow if it isn't processing it correctly like mine was. ?

I was fairly unimpressed with this module as well because the ramping feature is not a true ramp. ?It gives the impression of ramping on the interface, but waits until you release the button to actually send the ramp command. ?I imagine they are trying to avoid an overload of values/commands being sent to and from the Lutron. ?Can anyone verify this?


Joseph Vossen
 

I have seen this and have already contacted Lutron about it; I¡¯ll let you know if I hear anything

On Sep 14, 2015, at 4:05 PM, Kol Johnson kol.mstc@... [Crestron] <Crestron@...> wrote:



a little off topic, R02 feedback sorting module gives me many overflow errors but it is password protected and I cannot open it to increase the declared size.

Anybody seen this and/or have a fix?

From: <Crestron@...> on behalf of "Joseph Vossen jkvossen@... [Crestron]" <Crestron@...>
Reply-To: <Crestron@...>
Date: Wednesday, September 9, 2015 at 8:19 AM
To: <Crestron@...>
Subject: Re: [Crestron] Homeworks QS individual load control

I have several projects that are controlling quite a few individual loads using the R02 versions, no issues so far.

On Sep 8, 2015, at 11:57 AM, tim@... [Crestron] <Crestron@...> wrote:

I wanted to see if anyone has done individual load control of the Lutron Homeworks QS system and what kind of experience it has been. In the past, I have done basic keypad emulation, but I'm looking to get more detailed on a project. Does everything seem to work smooth? How big of load is this going to put on the processors (this project is going to be about 100 loads)?


Joseph Vossen
 

you can ¡°fake¡± the feedback a lot better if you use an analog rate limiter

<analog out from module> -> <analog rate limiter> -> <analog join on TP>

On Sep 14, 2015, at 10:40 PM, tim@... [Crestron] <Crestron@...> wrote:



Just finished implementing this today. I found that the module didn't seem to process all feedback correctly especially when a keypad press came in with the current level. I had to add a serial gather to make it work properly, which was also tricky because the login process doesn't use delimiters. The gather might help with the overflow if it isn't processing it correctly like mine was.

I was fairly unimpressed with this module as well because the ramping feature is not a true ramp. It gives the impression of ramping on the interface, but waits until you release the button to actually send the ramp command. I imagine they are trying to avoid an overload of values/commands being sent to and from the Lutron. Can anyone verify this?