How do I scroll strings from different programs on ONE LED message display board

mattbdb

Member
Join Date
Feb 2003
Posts
16
Currently I have 14 different programs for 14 different assembly lines. In each program if a knob is turned, then an integer is sent via a MSG function to a seperate PLC for the LED display. How do I scroll multiple strings on the message display?

Example: Line 1's downtime knob is turned. Therefore, on the LED display the message is: (4:58=downtime in minutes and seconds)

Line 1 4:58 (4:58=downtime in minutes and seconds)

If I turn on Line's 1 AND 2 then the message is:

Line 2 2:37 (it never shows Line 1)

How do I get the LED display to scroll all the Line #'s that are down and their indvidual downtimes?
 
Let me see if I understand. Each machine that is down sends a message to one central PLC which then handles the message display. If so, make sure that each PLC writes to a diffent area in the target PLC. Then in that PLC, step through the areas for valid 'down time' messages. Display that message for a given amount of time, then step to the next area. If there is no valid message then immediately step to the next. This way all valid messages are shown for a minimum amount of time. While this wouldn't technically be a 'scroll' it would show all the messages.
 
Check out this old post.

Here

This post is basically about what Bernie is talking about, it sounds like your program is taking whatever the most recent change is and sends it to the PLC, it's not continually checking for inputs to be on, just looking for a change.
 

Similar Topics

Hello Thank you all for your support. I am actually experience same issues with TIA portal V17 update5 as well as V18. The problem is with the...
Replies
0
Views
799
Say I take some MODBUS registers and pull into my Logix plc DINT array (sequential). Now, I get a little fancy… using FactoryTalk View SE 13.00...
Replies
18
Views
3,197
Hello Friends I have a ML1400 program with 10 message faults aprox. and a PV800 program with a Multistate Indicator showing the faults. When...
Replies
1
Views
1,736
I'm testing an FTView SE application on a Windows 7 machine, and I've got scroll bars appearing for a display, but not initially. The SE Client...
Replies
1
Views
2,452
Hello. I have 130 Inputs in my application, so I would like to create a scroll list with 2 columns. Any ideas? I have FT View ME 7.0 Thanks.
Replies
3
Views
1,614
Back
Top Bottom