Pass from FactoryTalk View to RSLogix

athdru

Member
Join Date
Apr 2008
Location
USA
Posts
14
So i've been racking my brains out for the last 2 days.

I setup a few (over 200) digital alarms in RSLogix5000. I'm using FactoryTalk View Site Edition for MMI Programming.

Now, i want to also illuminate a desk Lite if there are any alarms that are unacknowledged. I can do so on the MMI via the 'AE_InAlmUnackedCount()' function and tie that to an expression (if count > 0 then 1 Else o) and that's the Color expression for a circle.

Now i'm looking for a way to set an output bit in the PLC that turns on a lite somewhere else along the line.

possible?
 
can you explain the "pair of events"?

I haven't had any formal trainng with View, it's been mostly trial and error to get things to work.

Thanks again.
 
Attached is a sample event file to do what you asked. Unzip it, then in Studio, right click on "Events", and select "Add Component Into Application".

Find the file, and add it.

Note, this one assumes you have a tag called "\HMI\HMI_Unacked_Alarm_ST" which connects to the PLC.

In your startup macro, (or at the command line, or in startup options), add the command "EventOn Alarm_ST"
 
Thank you so very much.

It seems so obvious now, but when you are handed an install cd and activation key and told to run....that isn't the case.

thanks again.
 

Similar Topics

Hello, I am still new to PLC programming and I just got this job two year out of school so I don’t remember much. I was given a task were I have...
Replies
1
Views
174
So I'm having issues with a certain rung and one of my coworkers mentioned it may not allow the signal past the latch coil. For example in the...
Replies
27
Views
3,758
I’m a bit stuck on HMI (KTP-1200) programming… See the picture attached. The PASS or FAIL box should only appear when the toggle switch is...
Replies
7
Views
1,082
I've been given a line that has several sysmac c200Hx PLCs. The First station Im trying to wrap my head around has a NS8 HMI. I'm using Cx-one...
Replies
2
Views
752
See image below. Look at line 95. I tested all data type, but none of them works. https://ibb.co/H2Csr15 See this. TEMPDATA2 is used only...
Replies
3
Views
2,708
Back
Top Bottom