PDA

View Full Version : Can someone check my commands for Alarm please ?


drew930
01/02/2014, 06:09 PM
Set up most of my stuff yesterday , but now Im trying to do the alarms and email set up. Will this work for the alarm ? Want it to come on if temp and ph is out of range , and if the eb8 or wxm module shuts off for some reason.

Set OFF
If Temp < 76.0 Then ON
If Temp > 82.0 Then ON
If pH < 07.80 Then ON
If pH > 08.50 Then ON
If Power EB8_3 Off 000 Then OFF
If Power WXM_4 Off 000 Then OFF

drew930
01/02/2014, 06:11 PM
Also, I dont understand what the Snd_Wrn I7 is used for ? Is this just another alarm ?

drew930
01/02/2014, 06:19 PM
For some reason on those last 2 statements , I typed ON but they changed to off and added the 000

aquamanic
01/02/2014, 07:15 PM
The 'If power WXM...' is not valid syntax. You can only monitor power on an EBx module.

You can change the remaining If Power statement now that you have the proper syntax. There's a single page syntax cheat sheet in the back of the Ref Manual - suggest you print and keep by your PC for reference. Also, suggest you change the time delay from 000 to 001 to make sure you get the alarm after power is restored.

The SndWrn is just another sound outlet - you have 2 and you can/should use them as you wish.

drew930
01/02/2014, 07:21 PM
Thanks ! I was curious about the 000 and 001 thing . I understand it now