Niagara Edge Controller Programming

Niagara Edge Controller Programming





  • Niagara Edge Controller Programming


    Hello,

    Its been a while since I messed with Niagara edge programming. ICan anyone help with an issue I am having. I am trying to write a alarm sequence where if status doesnt match Command to lock the Alarm on for 1 hr then release. A screenshot would be helpful. Thanks







  • I aint never dun edge programming, but I heard it is like wiresheet programming with kitControl. If so, you want to make your fan vs status comparison output to a oneshot. And make the oneshot fire for 60 min.

    Hmmmm….smells like numbatwo to me.







  • Add maybe a boolean switch that takes the fan vs status in outputFalse and the oneshot to outputTrue. Have the oneshot throw the boolean switch. Then – as long as the oneshot is firing, the output of the boolean switch will be that alarm true from the oneshot. When the oneshot gets done firing, the boolean switch will pass the fan cmd vs status – that part may be happy (false) or alarm (true).
    Clear as mud?

    Hmmmm….smells like numbatwo to me.













  • Here is numba’s first suggestion. If I’m understanding. Would have to add a boolean change of state alarm to the alarm point .No this isn’t how I would name that. Just making it clear in description for show and tell.

    Attached Images


     



















  • Ha! Just saw where you said you go it. I was on the computer doing it when you figured it out! LOL






  • Quote Originally Posted by Norriski Tech
    View Post

    Ha! Just saw where you said you go it. I was on the computer doing it when you figured it out! LOL

    It’s the thought that counts buddy.

    Hmmmm….smells like numbatwo to me.