a little strange doubt question

crying_baby

Member
Join Date
Mar 2005
Location
earth
Posts
112
hello, its me again>> i had been cracking my skull figuring out y the outlet valve is related by f1, f2 and f6 while the rest of the state is related to the inlet valve. can som1 plz explain me this.. i cant ask my lectuer as he gave notice that he is not xpert in this area so he dunno anithing..

what i have now is teh forum to answer my doubts (hopefully) Respect



the flowchart is designed for the ladder attached. but y does the last 2 rungs relates to teh 3 state each. i cant find the reason y>> plz enlighten me!!
 
Each state (F1 - F6) has exactly one valve open and one valve closed.

F1 - Outlet valve open, Inlet valve closed
F2 - Same as F1 - no change yet
F3 - Outlet valve closed, Inlet valve open
F4 - Same as F3 - no change yet
F5 - Same as F3 - no change yet
F6 - Outlet valve open, Inlet valve closed

Then the flow chart returns to F1 which has the same valve conditions as F6

So, rewritten as valve open states

Outlet valve - F1, F2, F6
Inlet valve - F3, F4, F5
 
Project

The outputs at the top of the ladder logic are just internal I/O for the Real I/O at the bottom. Therefor the two rungs at the bottom are just a result of the conditions at the top. The onlt to real world outputs are the two outputs to open and close the valve.
 
Each state (F1 - F6) has exactly one valve open and one valve closed.

F1 - Outlet valve open, Inlet valve closed
F2 - Same as F1 - no change yet
F3 - Outlet valve closed, Inlet valve open
F4 - Same as F3 - no change yet
F5 - Same as F3 - no change yet
F6 - Outlet valve open, Inlet valve closed

Then the flow chart returns to F1 which has the same valve conditions as F6

So, rewritten as valve open states

Outlet valve - F1, F2, F6
Inlet valve - F3, F4, F5


The outputs at the top of the ladder logic are just internal I/O for the Real I/O at the bottom. Therefor the two rungs at the bottom are just a result of the conditions at the top. The onlt to real world outputs are the two outputs to open and close the valve.

thank u very much. now i understand :)
haf a nice day!!!
 
hello, 1 more question is that, physically, the outlet and inlet valves are the only physical real world output ,.. therefore i can use teh internal memory address ( such as %m001, %m002 etc for gefanuc or b2/1 b2/2 etc for omron cxprogrammer )of the PLC for f1,f2,f3 etc and the transition states for t1, t2 etc in the ladder.. practically, thats what we do during implementing teh PLC code am i right

plz enlighten me. thank u!!
 
A typical system also references input devices. Your flow chart mentions the button and (by inference) a 'full tank' sensor. Presumeably some other logic will be performing the logic decisions (represented in the flowchart as diamonds) using these inputs and the states (F1 - F6) to produce the transition triggers (T1 etc).
 
A typical system also references input devices. Your flow chart mentions the button and (by inference) a 'full tank' sensor. Presumeably some other logic will be performing the logic decisions (represented in the flowchart as diamonds) using these inputs and the states (F1 - F6) to produce the transition triggers (T1 etc).
thank u bernie for ur kind explanation . sry for being vague. i mean the transitions t1,t2 and f2,f1 etc i can assign them to internal PLC memory address since these r assigned based on my flowchart states,

the sensors etc ya that'll assigned external output relays

plz enlighten me further as i trying to implement the hardware on this onto omron ^^
 
bernie this solution is it logical since it doesnt use any of the input sensors like FULL tank and STOP pbutton?

is it still possible or is this ladder missing or incomplete?
 
I had assumed that you wer only showing part of a larger ladder logic diagram. Therefore, as I stated, I also assumed that the derivation of the state transition triggers from the start and stop buttons and 'tank full' inputs was being performed elsewhere in this larger diagram. Is the ladder diagram one you created or has it been given to you as it is to analyse? It may help to understand what the target PLC is.
 
Last edited:
ya this isthe approach to use flowchart to design the ladder. but there isnt another part of the program. actually, this ladder is translated directly by teh flowchart.

i find it just cant implement the hardware of this PLC tho.

there are other example in this book that use this method to convert flowchart into ladders, but odd the input triggers r hidden .

i'll go try this ladder in the labs and see what happen.

thank u bernie :)
 
hello, 1 more question is that, from the ladder diagram, all the outputs are put at the bottom of the ladder. is this a style by experienced PLC guru to put al the outputs at the end of the ladders, or is it just a coincident in this case.

plz enlighten me! ima goin to campus now ^^^
 
I have a feeling that the ladder which you presented is more of a suggestion as to the flow of logic and is not meant to be an actual functioning program. I have a feeling you are going to have a lot of work ahead of you. Fortunately, this is the kind of work where every mistake helps you learn.
 

Similar Topics

Hello, I am trying to replicate a piece of logic on the PLC5 onto an SEL RTAC. I am using ladder on SEL and FBD. I am having issue on the ladder...
Replies
13
Views
262
Hi, Need a little bit guiding using SISTEMA software. As I understand a subsystem consist of components and are the same category. I'm confused...
Replies
11
Views
2,669
Good morning everyone, I've got 2 servo driven axes that each use a Heidenhain glass slide to the motion controller for position and velocity...
Replies
4
Views
1,416
RSLogix 500, what is the little image next to the ladder in the project tree? it looks like a little blue bug with a red dot on its back. just...
Replies
5
Views
2,063
Hi everyone, trying to get data out of a digital encoder that is little endian into my Siemens S7-1200 controller that is big endian...it's an...
Replies
7
Views
3,434
Back
Top Bottom