help with apex programming

WOW just watched a vid on how to create VO's with the new apex and it's way easier then on the classic.

In fusion on the upper left hand side, click the outlet icon. Then on that screen on the upper right hand side click the cloud icon. You should have an option to create a virtual outlet.
 
if I write set off. then my sensor turns off right away. I've already tried
You have to have the SET OFF statement or the outlet will never turn off after the coding statement is false. With the SET OFF command the outlet will turn back to AUTO once the coding statement is false, but will remain on until the coding statement is false.
 
While I'm not great at screenshopts I will post my coding for my VO temp alarm and the coding in the actual Alarm.

So in my VO name Temp_Alarm:
Set off
If temp > 83.5 then on
If temp < 75.5 then on

Now in my Alarm code:
If Output Temp_Alarm = on then on

But of course I have several lines of code in my email alarm, but even if every one goes off at the same time, only the last line of code will send me an email. I will not get one for every true statement.

EDIT:
Just remember that capitol's count in naming. So ig you name your sensor "Obratk" then "obratk" will not be recognized
 
I did so. But the reaction is zero

Screenshot_20191225-091512_Apex Fusion.jpg Screenshot_20191225-091457_Apex Fusion.jpg Screenshot_20191225-091545_Apex Fusion.jpg Screenshot_20191225-091552_Apex Fusion.jpg
 
Well thats the proper coding. No idea why your not getting the alert.

Only other thing I could think of, is making sure the VO and the email alert are set to AUTO.

Now I keep seeing in every screenshot that you have a notification from the apex. If you don't clear that it could be why your not getting the alert. Just spitballing but it's the only other thing I could think of as the coding is proper.
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top