PLC-5/15 SFC's are retarded

Mad_Poet

Member
Join Date
Feb 2017
Location
Virginia
Posts
375
Dear Sirs,
I have no doubt, they only seem retarded because I lack understanding of them. I'm having a good time building up circuits and using timers and relays to build things like latching circuits and cascading timers to make my output lights 'walk' sequentially.

(I need to get into the tutorial, and learn about 'MOV' instructions and doing arithmetic.)

Anyway, I have another tutorial about making and using SFC's. So I built one, and started putting logic in the ladders.

In ladder 3 I put a rung with I:0/2 turning on relay B3:0/0. On the next rung I put relay contacts B3:0/0 turning on output O:3/7. That part worked good.

In ladder 5 I tried putting in a rung taking relay contacts B3:0/0 and using them to turn on O:3/17. Did not work.

Back to the tutorial where, in the example, they used a (L) (latch) type relay to lock in the relay so I can use the contacts in a different rung . . . then a (U) type relay someplace else to unlatch it. I make that work OK.

A thing that is puzzling me, often my latched output looks solid, but while monitoring the program in RSLogix5, I will see the output relay 'green' blinking on and off. Is that something to do with the scan time and the laptop monitoring program, or does that mean my output is actually blinking on and off? (Usually the relay is in one ladder, and the contacts I'm using for the output is in a different ladder.)

Mad Poet.
 
I have no doubt, they only seem retarded because I lack understanding of them.
They're not as retarded as SQO/SQI.

(I need to get into the tutorial, and learn about 'MOV' instructions and doing arithmetic.)
Definitely. The MOV instruction is ubiquitous and powerful so it's important to know its operation.

A thing that is puzzling me, often my latched output looks solid, but while monitoring the program in RSLogix5, I will see the output relay 'green' blinking on and off. Is that something to do with the scan time and the laptop monitoring program, or does that mean my output is actually blinking on and off? (Usually the relay is in one ladder, and the contacts I'm using for the output is in a different ladder.)
Once a bit is latched you should see it 'ON' steadily anywhere else in the program. UNLESS :oops: other logic you haven't accounted for is manipulating it.
 
Thankfully I am in the lucky position that I only develop and use new kit and never have to visit site to fault find on old stuff. I count my blessings daily (Mon to Fri that is)
 

Similar Topics

Q(1) Design a controlling system using DVP-40ES Delta PLC for a threestory Elevator Prototype as shown in the figure below. Show in details the...
Replies
4
Views
2,181
I haven't done much with SFCs so I am trying to make sure all my bases are covered for a recent upgrade (and SFC conversion) I did from a PLC-5 to...
Replies
2
Views
1,341
I admittedly have used SFC very little over my career so far, but need to convert a PLC-5 program which has a decent amount of SFC code to Logix...
Replies
1
Views
2,150
Hi, I’m having a problem swapping out a plc-5/40 1785-L40E series D revision A for a revision L.3. Rev A has been running fine for years, but now...
Replies
1
Views
1,436
I have a program that currently runs in SFC on PLC5. Can i add jsr into one of the routines that are always scanning? I never worked with sfc much...
Replies
2
Views
1,726
Back
Top Bottom