GE Durus program Question

Malador

Lifetime Supporting Member
Join Date
Jan 2012
Location
Pacific Northwest
Posts
60
I can only put 3 inputs on each line before i have to put an output. Is there anyway to continue the instruction on to the next rung? Right now I'm using the "m" internal memory relay to do this, but it seems like there might be a better way.


I apologize if this is an obvious, but I'm new to PLCs.
 
This is typical of controllers in the "smart relay" category. The GE Durus is a re-badged TECO SG2.

My experience is with the A-B Pico, which has a similar rung platform where only three Input instructions and one Output instruction are allowed. I can't see any method for "rung wrapping" like you can do with virtually all medium and small PLCs.

So you're already on the right track: use an "M" or "N" internal bit to hold the status if your first three instructions, then use the status of that M or N bit as the first element in a new rung.
 
This is typical of controllers in the "smart relay" category. The GE Durus is a re-badged TECO SG2.

My experience is with the A-B Pico, which has a similar rung platform where only three Input instructions and one Output instruction are allowed. I can't see any method for "rung wrapping" like you can do with virtually all medium and small PLCs.

So you're already on the right track: use an "M" or "N" internal bit to hold the status if your first three instructions, then use the status of that M or N bit as the first element in a new rung.

Hi Ken,
Almost all the smart relays are the same.
you start to hope you don't run out of programming room.
I haven't seen an available memory graph
 

Similar Topics

Dear All I have following Problem. 1)I am using Durus Controller IC210DDR024, I connected Expansion module with it, which is Durus Profibus...
Replies
1
Views
4,908
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
104
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
73
So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
269
Hi, i am using DVP-14SS2 PLC, after program written to plc, when power is reset, plc doesn't run. always need to connect to pc for the run mode.
Replies
0
Views
39
Back
Top Bottom