Seven Segment Display in Rockwell Software Studio 5000
Seven Segment Display in Rockwell Software Studio 5000
Ladder logic program that is able to display single digit numbers from 0-9 using RS Logix 5000 (Allen Bradley Software) and Factory Talk View (HMI Software). It consists of 7 LED segments named as A, B, C, D, E, F and G.
A ladder logic is designed to display the number which is given as input. The input will be given in the numeric display. It consists of a combination of logic gates such as AND and OR gates.
The ladder logic consists
of move blocks which moves the corresponding LED segment decimal value to the
respective LED’s.
When segments
A,B,C,D,E,F,G is 1 is taken and those are mapped using EQU block in ladder
logic diagram.
And when A,B,C,D,E,F are
1 or the combination of them being 1 gives us 0,1,2,3,4,5,6,7,8,9 in display.
Using this logic, the display is designed.
Logix 5000 routine
Similar logic used for rest segments D, E, F and G where the occurrence of a segment for a particular digit is mapped by using EQU blocks.
HMI in FactoryTalk View Studio
Comments
Post a Comment