I like this method! It was easier for me to understand than the SQI and SQO instructions. I like to be able to see what "step" I am in. Thanks for posting
@SolisPLC2 жыл бұрын
It's an easier approach, but I've seen a lot of people having trouble with it as steps are added, modified, etc. The SQI / SQO is more complex to setup, but it's a lot more reliable in applications with many steps - in my experience.
@SolisPLC3 жыл бұрын
If you have questions, comments, or suggestions make sure to drop them in the comments below👇 If you're new to PLC Programming, make sure to download our free book. This book with help you learn everything you need to know to get a job. If you can confidently talk about the topics covered within this book you will come out above 90% of candidates. Download now --> www.solisplc.com/plc-programming-essentials-book If you're looking to take your Allen Bradley PLC programming knowledge to the next level. Make sure you check out this course --> bit.ly/3kOB26P
@D2020-w2b3 жыл бұрын
Also to add on this you should probably build your sequence as a datatype with paramters for steps, messaging, step times, step descriptions, bools for driving outputs etc. then you only need to create a selection tag using that datatype. using the datatype makes it much cleaner. good video btw👍
@SolisPLC3 жыл бұрын
That's a good point. You can improve the code in many ways and make it much more readable / usable. Thank you for bringing it up.
@karimtraiaia45633 жыл бұрын
Great video! Thanks :)
@kinikinrd2 жыл бұрын
@9:36, "notice you could use the logic to actuate any valves......." How? show maybe just one output please.
@h12xaddl3 жыл бұрын
👍 excelent!
@jeffnery84543 жыл бұрын
Very good!!
@SolisPLC3 жыл бұрын
Glad you found it useful Jeff! Let us what topics you want us to cover next.
@ignaciomederos2 жыл бұрын
Hi mr. Solis, I watched you sequence video and noticed that you use the ONS bit more than once, I was taught that the ONS bit is used only one time.
@SolisPLC2 жыл бұрын
You're correct, it's best not to use it more than once. It's not a big deal in simple programs, but may become an issue in larger ones.
@kinikinrd2 жыл бұрын
Slow it down please and zoom out a bit. Great video.