ABB unlatch coil with its own bit

JuanPLC74

Member
Join Date
Feb 2017
Location
Houston
Posts
23
I have a program that goes like this
contact latches a coil and unlatches itself
b1
--l l----------(l)c1
(u)b1

then C1 does this
C1 C1
----l l-----(u)

it unlatches itself?
can someone explain this to me?
 
If there is logic in between, it could be related to a HMI pushbutton or something similar.

With a HMI's momentary pushbutton, it's not like a physical PB which holds an input high as long as you hold the button on. When you press the button, the HMI sends a message to the PLC, saying "set bit x to 1". Then, when you release the button, the HMI sends another message to the PLC, saying "set bit x to 0". If that second message gets dropped, your button is now stuck on. For this reason, any time I use a button on a HMI, I have the PLC immediately turn the button back off, and set a different bit for one scan - and that's the bit I use throughout my code for "button pressed".

This could be something similar: when B1 is activated, turn it straight back off and turn on bit C1. After the rest of the logic does whatever it needs to do, with the knowledge that B1 was activated, C1 gets turned off as well.

Of course, if there's nothing in between those two rungs, then as robert said - seems pretty pointless.
 
thanks a lot guys, I figured out it should be related to wanting the input only momentarily available independent of the time the user pushes the button (there was logic in between the two lines) . I was troubleshooting a system that is programmed in India, and they make quite bit of mistakes, so many that sometimes I have to doubt If something is programmed on purpose or by mistake.
 

Similar Topics

does anyone have an install or know if/where i can download it for the following "ABB PS501 Control Builder Plus V2.3 " the software was a free...
Replies
2
Views
89
Hello, It is mandatory to use VFD IF i use IE5 electrical motor? What happens If connect it directly as delta without VFD? Please look at motor...
Replies
1
Views
136
Hi hoping someone can assist me with current issue I am experiencing with an ABB drive. Problem I’m experiencing is a ABB drive supply a large...
Replies
4
Views
210
Hello all, I have an ABB PLC (PM573) and it has without MC card. I need to take backup from PLC to PC (in automation builder v2.7 ). My...
Replies
10
Views
432
Folks, I have a client with an old ABB Advant / MOD300 system (v14.4). Around y2k I installed the ABB Industrial IT MOD300 OPC Server 1.1/2...
Replies
1
Views
178
Back
Top Bottom