Moeller programmable relay

faehigkeit1

Member
Join Date
Jul 2007
Location
virginia
Posts
77
Hello All,
I have a moeller relay that I am trying to figure out the logic. There is only one input that is "on" all the time.
Output Q1 will come "on" about every 20 seconds and then stay on for about 10 seconds. Then, output Q2 will do the same thing. Can some one explain this code to me?

I1........M1
M1........TT1
T1........Q1
M1........TT2
T2........M2
M2........TT3
T3........Q2
M1........TT4
T4........RM1

Thanks for any help. Really not sure what TT4 is doing.
Dean
 
It is very difficult to know what the circuit is doing because we don't have information about the function of the timers. They could be anything from on-delayed to flashing. Also as M1 is never Set I don't know why the program Resets in the final line. Best way would be if you can post the program so that we can run it in Simulation.

Bryan
 
Hello All,
I have a moeller relay that I am trying to figure out the logic. There is only one input that is "on" all the time.
Output Q1 will come "on" about every 20 seconds and then stay on for about 10 seconds. Then, output Q2 will do the same thing. Can some one explain this code to me?

I1........M1
M1........TT1
T1........Q1
M1........TT2
T2........M2
M2........TT3
T3........Q2
M1........TT4
T4........RM1

Thanks for any help. Really not sure what TT4 is doing.
Dean
Since Input is always on M1 is active at the first line and starts picking up the timers below.
At the end of the scan, M1 is reset and it goes active immediately at the beginning of the program again.
I'd say they toglle the M1 to re-initiate the "sequence" (it acts as a loop).
As mentioned, not sure what the timers do (TON, Retentive, etc).
A bit more info will help.
 
I agree with bkottaras (beat me to the post!).

The TT timers are basically TON devices.
If the input condition is ON the timer is energized and timing.
When the input condition is OFF the timer is reset.
 
I didn't think that resetting M1 would work to reset the sequence, but I tried it and it does. Though I have to say it is a ugly bit of coding, you can make the sequence work incorrectly by putting in wrong values in the timers.

Bryan
 
Also as M1 is never Set I don't know why the program Resets in the final line.​


I didn't think that resetting M1 would work to reset the sequence, but I tried it and it does.

I believe programmable relays scan differently than most PLC's. I think it's "kind of like" a single network on modicon. The relays scan the first column top to bottom, then the next column top to bottom, Then the next column top to bottom, finally they scan the output column.

I tried this on an AD DL06 and it would not work until I moved the first rung and placed it just above the last. By doing this it scans the logic similarly (but not exactly) as a programmable relay.
 

Similar Topics

Hi group, We have a bit of an issue which I am sure you guys have heard before, I did look at the previous threads but could not see if there...
Replies
0
Views
533
I am looking for leads on getting a manual in English for the Klockner Moeller VTP HMI software. The software is VTP and was DOS based. From what...
Replies
0
Views
558
Hi, First i'm a beginner and not a very good in english so i will try my best to be clear ! I work on an used installation and me and my team has...
Replies
0
Views
670
Hello! I have a friend who now lives on his boat in a different country and he has reached out to me for some help. I am familiar with the PS4...
Replies
1
Views
1,659
Hello, I recently got my hands on a moeller ps4-341-mm1, I do not understand this plc it won't boot. In the manual on page 65 says "The Run” and...
Replies
2
Views
1,292
Back
Top Bottom