I'm working with a small system we put in this week, and I've got a scenario I can't logically think of a way round.
We're using an input to trigger the alarm function block to arm the alarm with a 30 second delay. This allows the home owners to set the alarm, and exit the house without it going off.
This is all well and good in most scenarios. However my client has asked about disarming the alarm within that 30 second countdown time, for a "just in case" whereby they might have forgotten an item, etc.
I thought this would be a fairly simple thing to do, by just sending a signal to disarm the alarm. In this case I've tried using the R input as "Single pulse disarms the alarm", as well as the TR input to do similar.
What I'm finding is that the alarm block doesn't take this input signal and do with it what it's supposed to do. The alarm delay countdown still remains active and ultimately sets the alarm. It's like there's not a way to stop the delay timer.
Does anyone have similar experience or an alternative way to do what I'm trying?
I'm sure I could create my own countdown timer, and just arm the alarm after that has reached its end point, but that seems a little convoluted when the alarm function block should be able to handle this.
Thanks for any help.
David
I actually found my issue was a bit of bad logic on my part.
I am now on to page 2 of logic to try and keep things tidy, but I think I need to spend a good few more hours to get it to a fully useable state.
I think the main issue with the alarm function block at the moment, is the TR input will directly arm and disarm the alarm, but with no delay on the arm. This, I'm sure you're aware, means you have to use the V and R inputs. This would be fine if you're using separate routines, switches or buttons for each, but the issue is compounded if you're using one trigger to both arm and disarm the alarm.
David
We're using an input to trigger the alarm function block to arm the alarm with a 30 second delay. This allows the home owners to set the alarm, and exit the house without it going off.
This is all well and good in most scenarios. However my client has asked about disarming the alarm within that 30 second countdown time, for a "just in case" whereby they might have forgotten an item, etc.