Comfort Automation/ Security System Forums

Full Version: SCS SensorRegister
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a comfort ULT5.121
Comfigurator 2.2.3
A SCS with 6 buttons, however on back of it is written SCS02??

I am trying to get the temperature out of SCS using SensorRegister but when I try to
edit the response I am getting this message out of Comfigurator.

\"1: Invalid sensor register number \"8\"\"

I have only one SCS.
I have tried with all numbers from 1 to 20 but no luck.
As per manual should be register no 8.

What I am doing wrong here?

Regards

I dont understand where you see the error? Can you copy and paste the Response which is giving this error?

I see the problem now. Get Sensor Register goives an Error
However you can use If Sensor Register which does not give an error
This appears to be a bug in Comfigurator which should be fixed in the nesxt release

Yes, now is working.

Unfortunately as I see CCL does not support things like
 For int x = 1 to 100
  Do ....
 Next x                       (or it does support and I do not know?)

So I had to write a long response to transfer RT8 into one counter using if\'s

At least is working.

Thank you.
Comfigurator does not support the FOR N = 1 to ..structure.

In low level action codes there is a Branch action which may be able to do this but it cannot be programmed with Comfigurator. you would have to enter the actions codes into the Response uisng the keypad - beyond the scope of this reply