PLC-2 Ladder Logistics - 3.43S

ADoozer

Member
Join Date
May 2013
Location
Albury,NSW
Posts
40
Hi again.

I'm having trouble creating a parallel branch in the above mentioned software. I've followed the manual (1772-pm003_-en-e) but just end up with a single rung with little pips hanging off it.

[commands]
1) F3->F9 insert rung
2) o 02703 create output with address 02703
3) F3->( insert open branch
4) F3->i 07415 insert n/o contact 07415
5) F3->/ 02703 insert n/c contact 02703
6) F3->) insert close branch
7) F3->F9 insert rung
8) F3->( insert open branch
9) F3->/ 07415 insert n/c contact 07415
10) F3->i 02703 insert n/o contact 02703
11) F3->) insert close branch

This just creates 2 rungs which aren't connected
I tried without step 7 and this just created a single rung with pips hanging off
[/commands]

Really stuck now, 3 hours to add 1 rung is embarrassing...

Any help greatly appreciated

Regards
Dave
 
Never mind... just solved it

1) F3->F9 insert rung
2) move to previous rung
3) F3->/ 07415 insert n/c contact 07415
4) F3->i 02703 insert n/o contact 02703
5) move to previous rung
7) F3->( insert open branch
8) move to previous rung
9) F3->( insert open branch
10) F3->i 07415 insert n/o contact 07415
11) F3->/ 02703 insert n/c contact 02703
12) move to end of bottom parallel branch
13) F3->) insert close branch
14) move to output area
15) o 02703 create output with address 02703

Simple really...o_O 🔨
 
Congratulations. That brings back painful memories. I don't miss the old PLC2/Function Key software at all.
 
Lancie1

I hear that. Fingers crossed they "upgrade" to a PLC5 soon so I don't have to support this dinosaur.

:cry:

Regards
Dave
 

Similar Topics

Does anyone know what “DT Errors” mean when verifying a program after downloading in Ladder Logistixs software?
Replies
6
Views
2,526
I have a machine which is undergoing upgradation. As part of the process two SEW drives are being replaced., existing Gen B with new Gen C. The...
Replies
3
Views
192
Dear all, I don't know why setup of password became challenging and weird. After setting up the password and try to upload the ladder from the plc...
Replies
3
Views
171
Dear All, I have an Mitsubishi PLC (FX1N-40MR) and PLC backup was taken and i compiled the program and its showing 0 error. then I tried to...
Replies
8
Views
272
Hi everyone I am using Winproladder software for programming FATEK FBs PLCs and in programming, we often use Timers for activation of the...
Replies
4
Views
568
Back
Top Bottom