E-Designer: Block Jump

Join Date
Oct 2004
Posts
51
How can I jump from one block to another when a bit is set?

I am programming a E100 terminal and would like to jump from a general status message block to an alarm block when 'B0' is set.

I thought this would be straight forward but it isnt.
 
Can you not do it in the block header using the display signal?

If not then I think you will have to use the control registers in the system signals.

make B0 write a value to your display register.

eg.

---[B0]------------[ mov K1 D90]--

assuming D90 is the new display register and you want to jump to page 1
 
E-100 programming

hi dear
to accomplish the task u have do following things

go to message library
add on message
edit the text of message
now the there would be serial no like 1,2.3 where u have edited text message.
in ladder programming take a data register D250
mov the valve 1 if u have written emergency pressed (for eg)
mov the valve 2 if u have written some fault message
i.e whatever messages u have written for serial numbers 1,2,3,etc
u have move this valves in data register.
 

Similar Topics

How do I organize the template for my controls. I am new to Logix Designer but have used RS500 and RS5000. My new Logix Designer has Toolbars...
Replies
8
Views
234
Hi, I have questions. I have Analog Input that need to put into Ignition Designer. But I don't know how to put?
Replies
1
Views
119
Good Day all. I am currently busy with a schneider HMI design in vijeo designer and i want to know how you can animate an image to move on the x...
Replies
2
Views
176
Hello, Im building project with 1756-L82ES controller and 1756-IB16S card but i cant find it when trying to add the card to IO configuration...
Replies
3
Views
135
Does anyone know how to set the background colors of instuction blocks (TON, MOV, etc)?
Replies
1
Views
131
Back
Top Bottom