Burning State Question

JeremyM

Lifetime Supporting Member
Join Date
May 2014
Location
Dallas, Texas
Posts
1,233
Hi all,

My question is about an AOI and specific output bools. They're readable by anything external, HMIs, and so on:
- Sts_Active or
- Sts_Inactive or
- Both available

I think it's generally only necessary to have "Sts_Active" but I'm scraping to find that "gotcha" moment where it becomes necessary (or convenient) to have both.

A granular set of statuses might be Active (running), Inactive (not running, not faulted), Down (not running, faulted), but this may confuse the idea when dealing with an AOI that doesn't have a fault state.

Can I hear opinions either way?

Thanks and Happy New Year! 🍺
 
Last edited:
Looks like PlantPax. I don't see the need for both. For PLC code, you can negate to get the other state. In HMI, basically the same, but I guess it depends on what HMI you use.
 
As "ndzied1" mentioned, it appears that you are using Rockwell Software.
I usually make a "status" word (usually a DINT) and write a number into it depending on the result of the AOI. i.e. Motor Unknown Status = 0, Stopped = 1, Running = 2, Fault =3, or it can be expanded Running Forward = 21, Running reverse = 22, so 20<Status>29, then it's running regardless of direction. This can be expanded to add 100 to the status if the motor is in "Manual Mode". The same can be applied if you need to differentiate between faults. I find this method convenient if using different coloured symbols & text on the HMI or to display different alarms in the Alarm log.

I hope this helps
 

Similar Topics

Hi All, System Intro: We have a labelling system running on the production line . For controls, B&R PLC (X20CP1584) is used and HERMA 400 for...
Replies
8
Views
2,353
I am using a Micrologix 1400 with 5 IO cards and i have done all Input and Output Connections properly,But when i Powered up the Panel for the...
Replies
7
Views
2,620
Hello we have KINETIX 6000 and for power supply/servo drove model we have 2094-B0C7-M05. Running alone is fine but when I connect another drive...
Replies
5
Views
2,481
I received a call from and old friend who is trying to get his system up and running. His company recently updated an older PLC to a new PLC. He...
Replies
9
Views
3,887
Ok this is Off Topic, but there is a PLC controlling the solenoid... So maybe that counts for a PLC forum. Forgive me for my lack of hydraulic...
Replies
25
Views
6,281
Back
Top Bottom