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

The project on the operator workstation keeps disconnecting, even though I have an installation server and operating station set up through...
Replies
0
Views
55
I have a problem, I'm running an AE Licence Manager on a Windows 2016 Server, and my Window Maker is on another separate Windows 2016 Server. My...
Replies
0
Views
79
I have one old Ansaldo VFD from 37kW and it have only sign OFF on the display after put it on the 3x400VAC. Is there any idea, how to solve this...
Replies
1
Views
80
Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
23
Views
595
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
72
Back
Top Bottom