FactoryTalk Alarm Scrolling

cmac2425

Lifetime Supporting Member
Join Date
Jul 2012
Location
Pittsburgh
Posts
48
I am using FT 7.0 to show alarms on a main display screen (in addition to the alarm banner on the bottom). What I have done is sent my inputs (alarm bits) to an alarm word. For example if I have the first two bits on then I have a 3 in my alarm word and I know that the first two alarms are high. I am trying to figure out a way to parse the alarm word and show multiple alarms on my FT screen scrolling every second. I have shown my progress thus far but it just doesn't work out correctly.

My final result will be to have to have a scrolling number that I can compare to an array of ASCII alarms. Anyone have any thoughts for me? Thanks in advance!

Untitled.jpg
 
Alarm Scrolling Discovered

I have discovered how to fix my problem and I have exported the rungs and attached them. It was a pain staking process but it works perfectly. As long as you put your ASCII text in what I call BOX_FOAM_ALARM_TEXT[array], then whatever your pointer comes out to be, it will display the text listed in that element. Any questions I will be glad to elaborate. Thanks!:site:

example1.jpg example2.jpg
 

Similar Topics

Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
129
FactoryTalk View ME running on PanelView Plus 7, connected to Compact GuardLogix 5380 PLC Customer is asking for a physical push button to be...
Replies
6
Views
181
Hi all. I´ve got a little problem with my FT View SE alarm window. On my PLC program, I have 200 SINT for alarms, in which every bit is for one...
Replies
2
Views
176
Hello everyone, I am experiencing a strange issue with machine using a PanelView Plus 7 and a CompactLogix 1769 PLC. I am using FTView ME V13...
Replies
1
Views
331
I'm trying to set alarm as DWord where each bit is individual alarm. So far I have tryed with DWord.0, DWord.1, DWord.2, etc. DWord.L0...
Replies
8
Views
821
Back
Top Bottom