Asking For Question

IACET

Member
Join Date
Mar 2008
Location
OZAMIZ CITY
Posts
4
Im a student of a one good universities here in the philippines and im taking up industrial automation control and 1 of our majors is taking up PLC programming specially S7 200 software and im very interesting answering some industrial problems..im using now CPU 212 and CPU 222 in our laboratory and sad to say i dont have industrial problems now because i answer it everytime we have laboratory in school...can i ask for industrial problems so that i can expand my knowledge in PLC.....i hope you give me one or two or more much better...thanks and God bless..
 
Lancie, IACET is looking for a challenge

What is the most difficult PLC trick/question you can think of? I can't think of a lot of things but they get more into PLC or PLC applications.

IACET.
Do you know how to make a low pass filter?
Do you know how to find the least significant bit set efficiently?
Can you count the number of bits set in a register or multiple registers efficiently?
Do you know about indirect or indexed addressing?
Do you know hot to make a state machine? Moore and Mealy diagrams. Could you make a combination lock?
Do you know how to use a Karnaugh map?
Do you know DeMorgan's theorems? ( I find this much handier than Karnaugh maps ).
Do you know the proper way to use a encoder counter? Do you know how to make a 32 bit counter from a 16 bit counter?
Do you know the limits of floating point numbers? For instance a floating point number can count by 1 to what number?
Do you know the purpose and proper use of the sign, carry and overflow bits?
 
Another problem

How about this? How do you make a one shot (rising edge trigger) on a plc that does not support that instruction specifically? Hint: it only takes two rungs.
 
IACET can answer all the questions

mcafone said:
How about this? How do you make a one shot (rising edge trigger) on a plc that does not support that instruction specifically? Hint: it only takes two rungs.

That is trivial for one that can

i answer it everytime we have laboratory in school...

Students that want to even harder questions are rare. I say good on him. I like his 'F U, challenge the world' attitude. If he can do all the things that I mentioned above then great. So lets try to stump the student. What do you guys think are the toughest PLC questions? IACET is challenging the world is waiting for a challenge.

I can think of difficult applications but not PLC problems.
 
Scan based lesson

The idea of creating a one shot from rungs instead of a canned instruction is that it teaches you how to use the PLC scan to your advantage. This knowledge also helps in the debuging process. Didn't you ever inadvertantly create a one shot and then spend a bit of time back-tracking for it?
 
mcafone said:
The idea of creating a one shot from rungs instead of a canned instruction is that it teaches you how to use the PLC scan to your advantage. This knowledge also helps in the debuging process.
PLC101

Didn't you ever inadvertantly create a one shot and then spend a bit of time back-tracking for it?
No.

I have had to debug others people code when they used the same one shot many times. It was a mess because the original programmer didn't know how to make a proper state machine.
 
wow that is a hard question for me as a beginner but still i try to solved that one....that is challengeable prob....tnx....and by the is that problem can be supported in a CPU 222 in S7 microwin??

 
IACET said:
Im a student of a one good universities here in the philippines and im taking up industrial automation control and 1 of our majors is taking up PLC programming specially S7 200 software and im very interesting answering some industrial problems..im using now CPU 212 and CPU 222 in our laboratory and sad to say i dont have industrial problems now because i answer it everytime we have laboratory in school...can i ask for industrial problems so that i can expand my knowledge in PLC.....i hope you give me one or two or more much better...thanks and God bless..


Laborary in school is different in the realword application of PLC`s. School gives you the idea and basic things in programing but in industrial real word it all depends on what type of application and program you are doing.

Just a piece of advice don`t be so drastic about saying that you know every thing and you solve all the problem in your laboratory exercise thats good for you!, maybe the laboratory exercise is to simple and basic that any one knows how to solve it.

Me until now im still studying the PLC`s, education in PLC`s should be a continue cycle if you want to specilize in this type of field. Try to go on the job training in different industrial company that uses PLC`s for their application, then thats the thing that you call it a challenge!!!

Regards:

Sherwin
 
I do agree with all that has been said here. mainly about the continuing education. As SCADA systems, DCS systems and more evolve so does the instructions and functionality of the PLC and of course the PC. So why college education is a good starting point, plan on continuing learning and a very good way is to get in with a company where they have plenty of seasoned staff and see about doing mentoring. There is a lot that can be learned, if you are willing, from the older generation. Some simple rules:

Never be afraid to fail.
Never be afraid to admit problems.
Never be afraid to ask questions.
Never be afraid to learn.
 

Similar Topics

Hey guys, i am a little confused on this and was looking for some help. I was trying to configure a sequence output. Everytime i try and enter a...
Replies
13
Views
3,199
Hey guys, from the reading I've done here you mostly seem to dislike the one button scenario, because it's brought up by students who should be...
Replies
17
Views
5,268
hello guys this is the first time im posting here as im drawing a blank, my lecturer at college keeps mentioning this site and over the past few...
Replies
19
Views
4,853
Happy Friday, I am trying to log scan errors related to Modbus Comms for a G306. I am able to use the system function GetDeviceStatus(x) to...
Replies
4
Views
1,923
Getting a trend of the control output, target position and actual position is a must. For a velocity control application substitute velocity for...
Replies
8
Views
2,328
Back
Top Bottom