Problem with Latching bits, not unlatching.

ajmmal55

Member
Join Date
Jun 2006
Location
Powder Springs, GA
Posts
1
I am having a problem with unlatching bits locking up. This on a SLC 500 series 5/04 processor.This is not happening all the time. I was wondering if there was any sugestion in what to check? I was wondering if this was a scanning problem and how to fix it?
 
Sounds like you're latching them in more then one place. Do a find all. I try to use seal in circuits instead of latches. Solves alot of problems like these.
 
most common problem seam to be double coils. if this is not your problem, open datatable for those bits and click on usage. used bits will have "X" instead of "." but this only shows if bits are used in program (contacts, coils). if you look on the left side and see "F" "W" or "FW" then you know that the whole word (including every single bit in it) could be changed somewhere else in a program by instructions like MOV, COP, FLL, CLR etc.
even if you don't find anything like that, you have to check if this plc is connected to other devices (HMI, PLC or PC for example). This connection is not always obvious if the PLC is on a network. ANY node on a network can write to plc and set or clear bits. if that's not what you want, you can go offline and change setting for that particular table (click on properties and look at the bottom of the form, you will see something called protection).....
 

Similar Topics

On all pages of my project i have a lot of information, texts and details that should not not be shown. I can remove them for each part apart from...
Replies
0
Views
33
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
157
Hi, I am having a challenge installing a new drive ACS355-03E-44A0-4 as it keeps on displaying Fault code F00018 even when the load is not...
Replies
3
Views
134
I have an issue on my vessel, we have water tight door system created in China, company is no longer operating. We have 7 doors each with their...
Replies
4
Views
142
Hi all. Simple as simple can be, I don't understand what's happening. I'm toggling he OSR on, GX_LUB_PUMP1_LEAD should switch. It doesn't. The...
Replies
27
Views
664
Back
Top Bottom