Thank you so much. From the text books to this is really night and day. Makes way more sense!
@PLCMentor8 жыл бұрын
Glad it helped!
@ardentdfender41169 жыл бұрын
Great presentation. I'm learning Ladder Logic working in Automation with a very senior programmer who this stuff is a piece of cake for. I'm in the deep end of the pool leaning this stuff so everything helps. That Normally Close Contact j(Non-Exempt) just twist the hell out of my brains understanding things. Anyway great presentation and very understandable with what i know so far.
@MightyAutomation Жыл бұрын
ago kzbin.info/www/bejne/imbMo5KlebqsbtE SINGLE PUSH BUTTON ON OFF LOGIC IN STUDIO 5000 AB PLC
@coreydelgado57998 жыл бұрын
This was a great tutorial, just subscribed and plan on watching a lot more. I'm learning PLC programming this summer.
@VietNamUp Жыл бұрын
5:43, why do many documents note stop is NO. please help answer
@bmiller21034 жыл бұрын
Awesome video! I watched to see if this will be a good video to have my entry level techs view for learning L-logic.. It is one of, if not the clearest, stay on point, easy to understand and well explained logic videos on KZbin in my opinion. So thank you for taking the time to make it. I noticed the start button shown from 1:47 on is actually a stop button placed by mistake, I'm guessing. Great video regardless.
@PLCMentor4 жыл бұрын
I appreciate the comment! We have much more content on our PLCMentor website and it was designed around maintenance techs that need to learn but where it's hard to do without them for a week.
@MightyAutomation Жыл бұрын
ago kzbin.info/www/bejne/imbMo5KlebqsbtE SINGLE PUSH BUTTON ON OFF LOGIC IN STUDIO 5000 AB PLC
@chineduobinwa19775 жыл бұрын
Always the best Mr White. Thanks kindly
@hugoduartefigueredo615110 жыл бұрын
Thanks! wonderful introduction of PLC ladder logic.
@bselectricals68357 жыл бұрын
Nice video
@PLCMentor4 жыл бұрын
Thanks! I appreciate the nice comment.
@marlonmaddix20336 жыл бұрын
at 2:04 isn't that a stop push button based on where connections are on the PB?
@Space_Tour1 Жыл бұрын
My question is how you can use XIO instruction to address the NC stop button, stop button is normally close and always conducting in normal position and should be addressed with a XIC instruction to be true.
@PLCMentor Жыл бұрын
Well it does depend on the logic, but with a standard seal in circuit you would expect the NC stop pushbutton to be addressed with an XIC.
@mfgriggs9 жыл бұрын
At 17:21 you said "If you look at this frame you will see that the start pushbutton is pressed." How do you know it is pressed by looking at the frame?
@PLCMentor9 жыл бұрын
Mark Griggs You can tell it is pressed by its highlighted state. And yes it is a valid point that you cannot always rely on the highlighted state while online, I feel that topic would get into a more advanced discussion than necessary in an introduction.
@Videos-td1nb Жыл бұрын
In the beginning of this video the stop button is shown as NC, push to open, the logic later in the video shows the logic using a XIO for the stop PB function. The stop PB should be XIC if the logic is to mimic a standard three wire start/stop PB station. The stop PB's should always be wired NC, push to open so that if a wire is broken in the circuit, the output in the logic will shutdown if running or be unable to be started if not running. If unable to start or shutdown occurs, the circuit can be troubleshot at that point and repaired. This is the failsafe method to wire this type of circuit as some "stop" PB's are in place to be used in critical shutdown situations. I was wanting to use this video in my class at the community college because the graphics and explanations are clear, but I can't because of the error mentioned in my comment.
@michaelknight404111 ай бұрын
Yes stop bits, like their hardwired counterparts should always be N.C., or "XIC" in ladder logic software for "fail safe" operation. But when I would explain Ladder logic programming to people with little or no electrical background i would usually try to dispense with most of the Normally closed, examine if closed, on, off, Hi, Low, ones and zeros, etc. All of that language, while useful can be very confusing to those without the background in electrical switching, relays etc, and they tend to, in my experience, get hung up on these concepts when much of it is unnecessary to learning to read the logic. I would instead present it like this: I would tell them to divide the screen into left and right. On the left side you have a set of "conditions" and on the far right you have an "outcome" based on those conditions. If the conditions are "true" then the outcome will then be true and of course if they are false the outcome will also be false. I would tell them to forget about all of the N.C., N.O. stuff for the moment and pay attention instead to the green highlights. If it is green then its true regardless of anything else. It is of course an oversimplification but I found it to be effective in getting people, with little and sometimes no experience, reading and understanding ladder logic without getting hung up on the whole Normally closed, on, off, concepts.
@michaelknight404111 ай бұрын
Yes stop bits, like their hardwired counterparts should always be N.C., or "XIC" in ladder logic software for "fail safe" operation. But when I would explain Ladder logic programming to people with little or no electrical background i would usually try to dispense with most of the Normally closed, examine if closed, on, off, Hi, Low, ones and zeros, etc. All of that language, while useful can be very confusing to those without the background in electrical switching, relays etc, and they tend to, in my experience, get hung up on these concepts when much of it is unnecessary to learning to read the logic. I would instead present it like this: I would tell them to divide the screen into left and right. On the left side you have a set of "conditions" and on the far right you have an "outcome" based on those conditions. If the conditions are "true" then the outcome will then be true and of course if they are false the outcome will also be false. I would tell them to forget about all of the N.C., N.O. stuff for the moment and pay attention instead to the green highlights. If it is green then its true regardless of anything else. It is of course an oversimplification but I found it to be effective in getting people, with little and sometimes no experience, reading and understanding ladder logic without getting hung up on the whole Normally closed, on, off, concepts.
@michaelknight404111 ай бұрын
Yes stop bits, like their hardwired counterparts should always be N.C., or "XIC" in ladder logic software for "fail safe" operation. But when I would explain Ladder logic programming to people with little or no electrical background i would usually try to dispense with most of the Normally closed, examine if closed, on, off, Hi, Low, ones and zeros, etc. All of that language, while useful can be very confusing to those without the background in electrical switching, relays etc, and they tend to, in my experience, get hung up on these concepts when much of it is unnecessary to learning to read the logic. I would instead present it like this: I would tell them to divide the screen into left and right. On the left side you have a set of "conditions" and on the far right you have an "outcome" based on those conditions. If the conditions are "true" then the outcome will then be true and of course if they are false the outcome will also be false. I would tell them to forget about all of the N.C., N.O. stuff for the moment and pay attention instead to the green highlights. If it is green then its true regardless of anything else. It is of course an oversimplification but I found it to be effective in getting people, with little and sometimes no experience, reading and understanding ladder logic without getting hung up on the whole Normally closed, on, off, concepts.
@michaelknight404111 ай бұрын
Yes stop bits, like their hardwired counterparts should always be N.C., or "XIC" in ladder logic software for "fail safe" operation. But when I would explain Ladder logic programming to people with little or no electrical background i would usually try to dispense with most of the Normally closed, examine if closed, on, off, Hi, Low, ones and zeros, etc. All of that language, while useful can be very confusing to those without the background in electrical switching, relays etc, and they tend to, in my experience, get hung up on these concepts when much of it is unnecessary to learning to read the logic. I would instead present it like this: I would tell them to divide the screen into left and right. On the left side you have a set of "conditions" and on the far right you have an "outcome" based on those conditions. If the conditions are "true" then the outcome will then be true and of course if they are false the outcome will also be false. I would tell them to forget about all of the N.C., N.O. stuff for the moment and pay attention instead to the green highlights. If it is green then its true regardless of anything else. It is of course an oversimplification but I found it to be effective in getting people, with little and sometimes no experience, reading and understanding ladder logic without getting hung up on the whole Normally closed, on, off, concepts.
@michaelknight404111 ай бұрын
Yes stop bits, like their hardwired counterparts should always be N.C., or "XIC" in ladder logic software for "fail safe" operation. But when I would explain Ladder logic programming to people with little or no electrical background i would usually try to dispense with most of the Normally closed, examine if closed, on, off, Hi, Low, ones and zeros, etc. All of that language, while useful can be very confusing to those without the background in electrical switching, relays etc, and they tend to, in my experience, get hung up on these concepts when much of it is unnecessary to learning to read the logic. I would instead present it like this: I would tell them to divide the screen into left and right. On the left side you have a set of "conditions" and on the far right you have an "outcome" based on those conditions. If the conditions are "true" then the outcome will then be true and of course if they are false the outcome will also be false. I would tell them to forget about all of the N.C., N.O. stuff for the moment and pay attention instead to the green highlights. If it is green then its true regardless of anything else. It is of course an oversimplification but I found it to be effective in getting people, with little and sometimes no experience, reading and understanding ladder logic without getting hung up on the whole Normally closed, on, off, concepts.
@durairaj-qn7es8 жыл бұрын
Actually I m having experience in electrical field so I don't know about PLC but I am having so much interest to learn about PLC.only one thing I know about PLC that is DI,DO,AI and AO...whatever u said in this I understood easily...
@plctechworld2 жыл бұрын
PLC tutorial kzbin.info/www/bejne/Y4C4d5hpp9aoiMk
@MightyAutomation Жыл бұрын
ago kzbin.info/www/bejne/imbMo5KlebqsbtE SINGLE PUSH BUTTON ON OFF LOGIC IN STUDIO 5000 AB PLC
@ravindradesai50074 жыл бұрын
Hello sir I have Allen Bradley plc5 .. when communicating with plc for trouble shooting online cross reference is not enabled so let me know the solution on this ..?
@PLCMentor4 жыл бұрын
Sure - go to system options/ xref tab and enable cross references online is a check box. (You get to system options by going to Tools Menu/Options)
@ravindradesai50074 жыл бұрын
@@PLCMentor all ready I checked there but that icon is not activating .. when click on that one ..
@ravindradesai50074 жыл бұрын
Hello sir .. How to set preset time for timer online in PLC5 allen Bradley and download the same only that rung into the PLC5
@PLCMentor4 жыл бұрын
@@ravindradesai5007 First you cannot selectively download in the PLC5. All or nothing. To change the preset on a timer in the PLC5, you just need to go to the instruction and change it right there. You could also change it in the data table.
@mrdecent-mc7qx2 жыл бұрын
Can U explain Ladder diagram For to 2 way railway Gate Control at a Time By Automatic Mode
@Astuslinux4 жыл бұрын
Please how can I make M1 0.2 coil works with M1 O.2 contact. I am having an issue making both goes a the same time. ( When M1 coil gets energy it would automatically close M1 contact Which is actually an NO contact. Please how to make both communicate.
@PLCMentor4 жыл бұрын
You'll have to give me a little more to go on there.
@benjaminjoseph44037 жыл бұрын
What coding tells the PLC that certain symbols are inputs and outputs?
@benjaminjoseph44037 жыл бұрын
If that's the compiler, what coding told the compiler how to code??
@PLCMentor7 жыл бұрын
If you are asking about real world inputs/outputs versus internal inputs and outputs then that dependent on the address used. Certain addresses are tied to real world inputs, some real world outputs and others internal elements.
@pmurray8065 Жыл бұрын
Isn't the start button shown improperly as it is shown Normally Closed? Shouldn't it be N.O.?
@zenpa-cto1682 Жыл бұрын
very useful..how can i download this program plz
@graziemerci9 жыл бұрын
Great tutorial, but the I/O wiring diagram at 1:51 shows a normally closed start button which you would never do, as a broken wire would initiate a start command. Also, the program shown later is using an "on" signal to activate the start condition in the logic, which would be fed from a N/O contact. The stop button would be wired normally closed as shown at 1:51 but the PLC input would be looking for an "on" signal to keep the coil output energized, not an "off" signal like the logic shows. I see how you are trying to relate the code to a hardwired circuit, but this might confuse someone if they are trying to compare the logic, the hardwired circuit, and I/O connection diagram.
@PLCMentor9 жыл бұрын
graziemerci Yes that is true! Never noticed that before and I dont think anyone has ever brought that up here. I will point out that the discussion is on how real world devices get into the PLC and that discussion is still valid.
@Moshealthtips9 жыл бұрын
+automationnc where can i download or use a plc simulator online to practice logic/writing programs?
@PLCMentor9 жыл бұрын
Master... feel funny replying like that - check out our PLCMentor site and we have information on that in the announcements on our front page. It is actually the real RSLogix500 software that you would use to program on the job and the RSEmulate that we use periodically to test our programs. In short, its the real software so learning to use it is actually useful. Our link is to the Rockwell site where they give out a micro lite version that is legal and approved.
@Moshealthtips9 жыл бұрын
+automationnc m using a CTD count down counter in my plc program. how do i stop it from going past 0? it ends up going -1.-2 etc?? its a parking lot application s. thanks for your help
@PLCMentor9 жыл бұрын
+Master Mo You can address the accumulator (.ACC) and add a GRT statement to check and see if the accumulator is greater than 0. So (C5:0.ACC > 0) ahead of your counter would only allow it to count down if the accumulator is greater than 0. Keep in mind if there are more cars leaving the parking lot than came in then you should have some sort of alarm. So the attendant knows there is something wrong.
@goldfish56064 жыл бұрын
Great video, please do more of these vids.
@salvadorarroyo37427 жыл бұрын
This is good knowledge. Thank you so much for the class you guys are super intellectual, Thank you guys .. and good Bless America
@Venkatesh.Selvaraj3 жыл бұрын
Please refer our website to know more about the PLC SCADA DCS training programs, www.excelautomationsolutions.com/plc-training-in-chennai/
@jeromenote97395 жыл бұрын
I need some information on RS Logix programming for AB Micrologix 1200. If suppose, we have a sensors in field connected to the Digital Input of the controller. This sensor is connected to a conveyor, this gets signal ON and OFF contentiously every second or less than a second. I need to activate an output relay port only if the input is constantly ON for more than 5 seconds. Please advise how this can be done.
@GauravPatel-mt8vl5 жыл бұрын
develop a ladder logic diagram for a car door/seat belt safety system.when the car door is open or seat belt is not done up,the ignition power must not be applied.if all is safe then key can start the car?
@worriedcat18118 жыл бұрын
I'm using TIA Portal v13, and I cannot make a seal- the program creates two seperate lines instead. Know what I'm doing wrong?
@momarmbow82654 жыл бұрын
Can you help me install Rslogix5000 on window 10 ?. I have a problem to install microsoft net framework 1.1
hi..i use this microsmart plc model FC4A-C24R2 100-240V AC, what type of data cable i need to used to modified my old programing inside PLC
@PLCMentor8 жыл бұрын
I am not familiar with that IDEC PLC but it looks like it has an RS232 serial port. Judging from the round connector, you will probably have to get the cable from your IDEC rep. You also may need a USB to RS232 adapter for your PC as most PC's now days dont have comm ports. You can just google the model and microsmart and come up with lots of information on it. The manuals are located here: us.idec.com/Catalog/ProductDetails.aspx?ProductId=FC4A-C24R2&FamilyName=Family&SeriesName=MicroSmart
@contrologicoplccontrolador40083 жыл бұрын
really good video!
@MightyAutomation Жыл бұрын
ago kzbin.info/www/bejne/imbMo5KlebqsbtE SINGLE PUSH BUTTON ON OFF LOGIC IN STUDIO 5000 AB PLC
@vinodvasekar39296 жыл бұрын
Sir I didnt getting software ...Which one is this ...Plz provide a link to download software ...
@manueld61809 жыл бұрын
how can i get RSlogic 500 pro? i cannot find it at torrentz
@abdiazizomar65018 жыл бұрын
where can I learn plc
@adnanabeer6 жыл бұрын
Hi, I want FUJI Flex PC NB2U56R-11 data sheet can you help me plzz
@GobeshonaBD5 жыл бұрын
Waht is functional block diagram?
@TohidAlizadeh3 жыл бұрын
It is another standard graphical PLC programming language. The code is constructed using blocks/function blocks, which are connected to each other properly.
@ammartahir66904 жыл бұрын
Can we apply reverse engineering? May I get know what really happened if I have a ladder program?
@PLCMentor4 жыл бұрын
To do that we usually go to a SCADA system that allows pulling information from the PLC, storing history, and presenting the information to users.
@mayurchile23067 жыл бұрын
How to Get M code - adress- R bit for searching fault in execution of particular m code in ladder in fanuc controll cnc.
@raxitprajapati78849 жыл бұрын
how to make it ladder diagram in water level indicator with plc plz send me some gidance
@roneldov4 жыл бұрын
Awesome video
@gjaeigjiajeg8 жыл бұрын
how come your relay contacts are drawn with two parallel lines? wouldn't that be confused as capacitors?
@PLCMentor8 жыл бұрын
Good question! The only answer being a matter of definition. If we were drawing an electronic circuit for a circuit board then you would expect the parallel lines to be a cap. When you move to the industrial drawings and standards there, particularly relay logic diagrams, the parallel lines are accepted as contacts.
@gjaeigjiajeg8 жыл бұрын
+automationnc how very interesting. I'm actually in the railways where relay logic is used to design interlocking systems. we still use contacts similar to the conventions seen in a circuit board. I'm pretty sure my circuit books are defined "industrial". anyway, more than one way to skin a cay, I suppose. i guess it's easier to draw it that way than the actual contacts and if there's no conflict with capacitors, then it will be okay.
@fatmachinistfataman53608 жыл бұрын
is the purchased video include any simulation of PLC for further practice?? I mean what if i want to create some other ladder circuit, i want to know it work or not, do you provide the simulator software??/
@PLCMentor8 жыл бұрын
+fatmachinist fataman No we do not, but we use some freebie software provided by Rockwell. It is not some silly simulator, but the actual software that you would use to program in industry. They also offer their emulator for free to test the software. We have more information on our site.
@autome43746 жыл бұрын
when the plc make the scan cycle he will find that the stop button is closed he will go to the programe and apply 1 to the stop button input it wil be no "the scan cycle confused me"
@d.dominquez42238 жыл бұрын
Thanks for the tutorial. I'm a beginner in PLCs and a local JC instructor has allowed me to sit in on classes although I'm not an enrolled student (no $$ for tuition or books) but I'm trying to get a grasp on things. The class is on to using masks on program. Do you have any tutorial of pdfs that I can use to learn masks with sequencers? Thanks again.
@shravangautam3256 жыл бұрын
Plz tell how to make push button program using NC and NO switches
@mazharsaeed78854 жыл бұрын
Russell, Its really awesome training, can you please suggest an educational free simulator to practice ladder logic programming?
@mohammedhammad21134 жыл бұрын
RSLogix Micro Starter Lite. I just downloaded it yesterday from Rockwell's website.
@allygaming71316 жыл бұрын
where can i get the simulator software?plz help
@deewhy55266 жыл бұрын
how can write logic ladder that work with two sensors ,two valves and mixer?
@robertonogueira98747 жыл бұрын
PLEASE anyone save me. I've made PLC test with a Micrologix 1500 and I could not use the standart addreess like B3:0/0. Instead, I was able to insert a memory bit like B3/0. WHY? Why all address was changed in Rslogix?
@PLCMentor7 жыл бұрын
You really should be able to use either. How they show up in your program is defined by how you setup your RSLogix500 options. Both mean the same thing, and only bit data files have this flexibility in addressing. Your first example is a method that includes the word and bit in the address (B3:0/0 - first 0 is word - second is bit). The second example is addressing without the word (B3/0 - where the 0 is the initial bit in that data file). With the B3/0 type of addressing you can address without using the word and get addresses like B3/16 (same as B3:1/0) or B3/200. It can be a little confusing as you have to understand words and bits and such to really understand how it works. Check out our video on numbering systems to help with that.
@robertonogueira98747 жыл бұрын
Numbering Address I know how to do it, What I didn't know is how to set up this feature in Rslogix 500. After 15 years, today I spent all this morning and Thanks God I could find how to set up this options in RS logix 500. VIEW-->PROPERTIES-->ADDRESS DISPLAY TAB-->BINARY BIT DISPLAY MODE-->BIT. Even so, thanks so much for your help.
@khouryjohn79239 жыл бұрын
Could you please share examples of the different ways that different processors work on the logic when the logic is scanned? Does Allen Bradley Compact Logix modules have different data handling schemes compared to Allen Bradley's MicroLogix modules or compared to Siemens S7 plc card modules?
@victorvasquez5418 Жыл бұрын
Thanks for your help Good job
@bipinpatel25018 жыл бұрын
hello sir i plz give me A LOGIC OF PLC IN ANALOAG VALUE OF 4-20 MA OF HEATING
@ashishrchandekar92867 жыл бұрын
can anybody please help me with LD for staircase bulb duel switch program...
@mechazyproduction54705 жыл бұрын
where can I download STEP 7 software freely ?
@ohnobo144 жыл бұрын
Watching this cause I got a job offer. Fake it til you make it will only get you so far ladies and gentlemen.
@PLCMentor4 жыл бұрын
Best plan there is to be honest with your employer or interviewer. Show your willingness to improve and learn like you are doing here and it will go a long way towards your success.
@cliedocladidahopper30949 жыл бұрын
please use the define a data table, what is a data table I was confused
@araki91610 жыл бұрын
Very good intro! I'm looking into getting a plc trainer (Allen Bradley?) Very helpful info.
@dougwarner5910 жыл бұрын
You weren't kidding about it being an introductory to PLCs. if you are brand new to PLCs this would be very helpful, but if you are like me and need a refresher course in PLCs then you should look else where. Anyways good job on the presentation.
@PLCMentor9 жыл бұрын
Allen Warner Very introductory - yes. The information on our site goes into much greater detail. I believe we are the only site that will review student's programs as well as a live web class. Not to mention our material was put together by Engineers that are actively designing, programming and commissioning control systems.
@goodboy44647 жыл бұрын
why we had put M1 parallel with START contact?
@dnprice37 жыл бұрын
singh singh it's a seal-in circuit. Think of it like relay logic and it'll make more sense to you.
@kirandewoo539010 жыл бұрын
well looks like its very helpfull but cant have it with sound on
@adaneasfaw9759 Жыл бұрын
Thank you so much!!!!
@frediwanimbo10139 жыл бұрын
great tutorial i'm beginner to learn plc i need so much tutorial to make project with plc any one of you can give some website or link to can visit learn plc for beginner...
@PLCMentor9 жыл бұрын
+fredi wanimbo Look in the description and we mention our website that has the majority of our videos as well as training courses. PLCMentor.com
@VikashKumar-yx5su8 жыл бұрын
excellent best process understand to students
@plctechworld2 жыл бұрын
For PLC Learning in easy way..please watch kzbin.info/www/bejne/Y4C4d5hpp9aoiMk
@2652bondisback10 жыл бұрын
Very well you are the genius in teaching Sir! thanks now i can understand LD thanks
@plctechworld2 жыл бұрын
For PLC Learning in easy way..please watch kzbin.info/www/bejne/Y4C4d5hpp9aoiMk
@vsaktharhussain Жыл бұрын
Any simulator
@haniaboukassem60206 жыл бұрын
That was awesome thank you. However i am in college and the professor their can not explain and give information as you did thanks.
@stanleykania71845 жыл бұрын
Good job..
@NaeemKhan-vz6qz6 жыл бұрын
Nice knowledge
@stevhandingwall20284 ай бұрын
Very good
@rahulgangwar5296 жыл бұрын
sir timer sikhna h
@AutomationacademytvАй бұрын
Nice
@amitnayak-bk2lq8 жыл бұрын
hi..I use this Microsoft plc
@PLCMentor7 жыл бұрын
Im not aware that Microsoft makes a PLC.
@jojogregg44188 жыл бұрын
I don't understand the ladder.This is not the basic explanation fo PLC on how this laddering created.
@user-rw9tv9dj6r8 жыл бұрын
I really wanted to watch this, as it seems like a good presentation, but the constantly moving about pencil icon was just too annoying. A couple minutes of that was it for me!
@PLCMentor8 жыл бұрын
Yeah this was one of our earlier videos and it took a while to calm down the happy cursor.
@realtalkgrace9 жыл бұрын
Thank you
@Teslamatic7 жыл бұрын
Nice!!
@christopherlasha16475 жыл бұрын
Thanks
@andrewrolfe42632 жыл бұрын
STOP instruction from a typical NC stop contact should be an XIC contact not XIO
@PLCMentor Жыл бұрын
But.. it doesnt really matter with a plc. It's electronic. There is no loose wire to come off if it comes from an HMI. Of course if you want to have hardwired inputs into the PLC you can make the point for a NC stop PB. Thanks for the comment!
@andrewrolfe4263 Жыл бұрын
@automationnc safety, safety, safety. If you use a normally open stop to an XIO instruction and the wire breaks or contact doesn't seal you'll never get it to turn off minus e-stop circuit. Showing this leads people to a mojor error
@PLCMentor Жыл бұрын
@@andrewrolfe4263 As I mentioned, no wires from an HMI. I agreed that it would be prudent in a wired system. Doesn't matter for an HMI with comms.
@ishansandaruwan99027 жыл бұрын
Good introduction..,,%%
@killouazoldyck3877 жыл бұрын
Find step7 high level exercises-solutions on notesale
@jkj14599 жыл бұрын
nice
@codyharfield69849 жыл бұрын
Go watch the ron beaufort introduction videos. A lot of what this guy says is wrong and tho it seems to work is false information.
@PLCMentor9 жыл бұрын
Cody Harfield Interesting. What exactly is wrong? Ron and I have some different ways of presenting the material. I have found my methods work well for most. I am sure Ron has good results too and I also recommend his videos. In fact we also show his videos on our site as they are good information.