![]() |
|
SCS SensorRegister - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Products (https://www.comfortforums.com/forum-3.html) +--- Forum: Scene Control Switches (OBSOLETE) (https://www.comfortforums.com/forum-57.html) +--- Thread: SCS SensorRegister (/thread-1056.html) |
- pimpim32 - 05-12-2008 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 - admin - 05-13-2008 I dont understand where you see the error? Can you copy and paste the Response which is giving this error? - admin - 05-13-2008 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 - pimpim32 - 05-13-2008 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. - admin - 05-13-2008 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 |