Posted June 11, 201510 yr Hi First post, and hope this hasn't been asked previously. I have a keypad at an outside patio that controls 4 switches that in turn turn on/off some heaters. When the alarm system is armed, I would like to disable the keypads, like a vacation mode.. Really not sure how to go about it. Any info would be great!
June 11, 201510 yr Put a conditional in each of the button programs. ? If armed = disarmed Programming that exists
June 11, 201510 yr Author Ok sounds very simple... I didnt have any other programming on the keypad buttons, just a connection to the switch BUTin programming I added WHEN BUTTON 1 IS PUSHED? If>Security System>DISARMED_STATE is True And thats it..I'm VERY new to this as you can tell. I go for training next month but of course the boss wants me working on a system or two in the meantime.
June 11, 201510 yr Author Sorry I should have said I added this WHEN BUTTON 1 IS PUSHED? If>Security System>DISARMED_STATE is TrueTurn On the Heater 1 But should I be using Toggle? What would turn it off again?
June 11, 201510 yr Use a tracking variable. And nest another if inside. ?If heater1 = 0Turn on heater 1Set variable =1?If heater 1 = 1Turn off heater 1Set heater 1 variable =0
June 11, 201510 yr If your keypad buttons are bound to the switch that turns on and off your heater, then you will need to ask you dealer to remove the binding so you can control it via the programming. I am guessing the are bound in the connections tab because you say there is no programming on the keypad button clicks.
Archived
This topic is now archived and is closed to further replies.