Jump to content

Recommended Posts

Posted

Hi all and thanks in advance, 

I have a program running un a Uni stream USP-070-B10. Using software version 1.25.61 UniLogic studio.

I am trying to find a bit that will tell me if any Alarm is active, I have looked thru the help file, system variables, and searched this forum. 

I did find a comment from Saragani posted July 1, 2015 stating:

"

On the next version (1.15), it is planned to have a tag that contains:

* An array of 32 bits (one per group

* An array of 1025 Bits ( 1 spare bit + 1 bit per alarm)

* A bit that indicates that 1 or more alarms are active

* An interger with the total number of active alarms"

 

Am I just blind and missing something? or did it not get added?

The reason I am looking for this is I have a client with a remote cabinet with the PLC in it (no network connection or outside connection but power), they want a light added to the top of the cabinet and turne don if any alarm is active so they can see they need to go out there...

 

Thank you for any assistance you may be able to provide,

Bob

Posted

after some more searching I was able to find  "Alarm Status Struct.Num of Active Alarms"

I can use this for my needs now, but I would like to know where the documentation is I am missing to read about this and what else might be in there?

 

 

Edit: for spelling

Posted

hi Rinehartrr,

are you talking about "generic PLC alarm" or "generic alarm of your project"?

If it is the first one...if I well remember a tag about ERRNO is present in the General struc...maybe others tags...but I don't remember exactly.

if it is the second one ...how are you managin the alarms in your project?...by the builtin alarm manager or by something done by you?

in my projects I don't use the builtin alarm manager (that is good) but something done by me... in this way,in the struct that I use for the new/actual alarm, I include many information for each alarm and what the PLC has to do for each of them...obviously if an alarm is present I have included an OR bit for the alarm that enable the horn and the red lamp.

Posted

Hi Bob

Once an alarm has been configured you should see an ALARMS STATUS STRUCT under global tags at the bottom.

Click on alarms status struct and you should see a bit for any alarm active.

Regards

Denis

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.