Alarm output port

Things to come.
Post Reply
JonW
Site Admin
Posts: 1726
Joined: Sun Jul 18, 2010 7:51 am
Bot?: No
Location: Huntington Beach, CA
Contact:

Alarm output port

Post by JonW »

I'd like to see a system setup option where you could designate an output port as an "Alarm Output". Then within the state programming, you should have the option of selecting the alarm output port for pulsed or continuous output on state change. The "Alarm Off" button should also reset this port if an alarm is active. Normal on/off control of the port should be left as is so that the alarm could also be programatically controlled by states as needed.
User avatar
ECC
Posts: 676
Joined: Fri Sep 12, 2008 12:29 pm
Bot?: No
Contact:

Re: Alarm output port

Post by ECC »

This is a good idea. How about if we made the alarm available as a contact in the Ladder Logic programming? That way you could assign it to whatever output you would like.

Code: Select all

Alarm                    Out0
--| |--------------------( )--
Or, if you want to make it trigger a process (such that you could use timers to intermittently assert an output, something like this:

Code: Select all

Alarm                  ProcessX
--| |--------------------( )--
Would that work for you? Come to think of it, this also might be a good method for a solution to the Auto Ignition output assignments that you requested in a previous thread. i.e, make them available as contacts in the ladder logic.
JonW
Site Admin
Posts: 1726
Joined: Sun Jul 18, 2010 7:51 am
Bot?: No
Location: Huntington Beach, CA
Contact:

Re: Alarm output port

Post by JonW »

I can't tell you if that will work for me because I don't have a clue about ladder logic!

I've searched on the wiki and in the forum and I can't find any examples of how this works.

Point me in the right direction and I'll check it out.
User avatar
ECC
Posts: 676
Joined: Fri Sep 12, 2008 12:29 pm
Bot?: No
Contact:

Re: Alarm output port

Post by ECC »

yeah, good point. Documentation for Ladder Logic has been festering on my todo list for too long. Consider it bumped.
User avatar
ECC
Posts: 676
Joined: Fri Sep 12, 2008 12:29 pm
Bot?: No
Contact:

Re: Alarm output port

Post by ECC »

Implemented in v3.4
Post Reply