Recent content by olech

  1. O

    Some help programming :)

    Im just wondering.. Is it possible to see posistion off my garage and door? like if its open or not? Do someone know where to buy these switches? if motion sensor, does it work with CAI? is there something called 5 volt relay to 12 volt? :) i do not know what voltage my garage opener is.. but...
  2. O

    Some help programming :)

    Thanks :) This works well- START TSTGE T3 240 CALLSUB VIF1_ON TSTLE T3 235 CALLSUB VIF1_OFF TSTGE T3 236 CALLSUB LIGHTS TSTEQ IP8 1 CALLSUB BUTT_NF TSTGT T3 265 GOTO ALARM END VIF1_ON: SET OP4 1 SET OP5 1...
  3. O

    Some help programming :)

    And the OP7 keeps flashing when i hit refresh button on webcontrol. Site.. Need more power`?
  4. O

    Some help programming :)

    Exactly. :) Today i have added 3 lights into the picture and a Alarm. But i can't make any god alarm setpoints.. and i do not understand the RET and NOP commands. Need help to make it better. Fans Turns on 24DegC Fans Turns off 23,5DegC When the TEMP/DegC hits 23.5 my first LED light will...
  5. O

    Some help programming :)

    This Works.. But it sound like the relays hurts.. It loops so fasr. START TSTGT T3 240 CALLSUB VIF1_ON TSTLE T3 235 CALLSUB VIF1_OFF TSTEQ IP8 1 CALLSUB BUTT_NF END VIF1_ON: SET OP4 1 SET OP5 1 RET VIF1_OFF: SET OP4 0...
  6. O

    Some help programming :)

    TSTGT T3 240 i do not want to make this TSTEQ. It will solve the problem from my point off view. But it will not start again, if the temp gets higher then 240 = 24 degc. :/
  7. O

    Some help programming :)

    Hei, im trying to program 2 fans to cool my room. The 2 fans are controlled by 2 relays. i have a push button to, to turn off the fans. The push button is momentary, or RESET button for a old computer :) The fans turn on when the value is higher then 24c and turn off at 23,5. But if i turn...
Back
Top