Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,391 members, 7,815,834 topics. Date: Thursday, 02 May 2024 at 07:09 PM

Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube (4266 Views)

Can I Learn Programming With My Smartphone / Can I Learn Programming With A 32-bit Operating System? / You Would Better Start Programming With Java Or C# (2) (3) (4)

(1) (2) (Reply) (Go Down)

Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 10:47am On Feb 26, 2021
A tutorial series on programming microcontrollers with LDmicro for the absolute beginner who may not be familiar with electronic principles and components is currently running this YouTube Channel: https://www.youtube.com/channel/UCPzl5JwVpGQCCup5YDP0mPw

The tutorial series will take you through the steps of downloading, setting up LDmicro on your computer, use of different program element to create a simple to advance electronic solution

LDmicro is a lightweight, open-source application developed by Jonathan Westhues. It is for the programming of microcontrollers ranging from
Atmel AVR to Microchip PIC. Unlike the traditional programming languages such as assembly, BASIC and C, LDmicro uses a graphical programming language called ladder logic or ladder diagram. It was developed to function like most commercial PLC programming systems. With L-D-micro, you can create, develop & edit ladder diagrams; simulate the functionality of a ladder diagram and compile it into microcontroller native hexadecimal firmware code. LDmicro can also compile ladder diagrams into Arduino sketch for Arduino boards. These and more you will learn in the tutorial series.

Subscribe to the channel so you don't miss out on newly uploaded tutorials.


https://www.youtube.com/watch?v=5KJDsoLiIcM

2 Likes 1 Share

Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 1:28pm On Feb 26, 2021
This first tutorial will introduce you to LDmicro application and take you through the steps of downloading and setting it up on your computer. Please don't forget to LIKE and SUBCRIBE to the channel for more tutorials.


https://www.youtube.com/watch?v=0BxIl03vJb8
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 7:11am On Feb 27, 2021
Learn the basic of programming with ladder logic.


https://www.youtube.com/watch?v=Kuc2-qpdu78
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 7:36pm On Feb 28, 2021
LDmicro is used to program PIC Microcontrollers like the PIC16F628A and Arduino boards like the Arduino Nano.


https://www.youtube.com/watch?v=7qYqJCZumCQ

1 Like

Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 1:16pm On Mar 01, 2021
Get to know the basic components of electronics programming.


https://www.youtube.com/watch?v=v3-b7gd4hYo

1 Like

Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by RepoMan007: 1:33pm On Mar 01, 2021
This is a good idea.

2 Likes

Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 2:10pm On Mar 02, 2021
This is how you set up the electronic components to start programming the PIC16F628A microcontroller.


https://www.youtube.com/watch?v=BBvsul-KwZ8
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 11:15am On Mar 05, 2021
Arduino board can also be used to build a Programmable Logic Controller. See how.


https://www.youtube.com/watch?v=eK_VfUqTnS4
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 4:21pm On Mar 06, 2021
You can create a simple intruder alarm by following this tutorial.


https://www.youtube.com/watch?v=tl-XLwY5ZBY
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 4:44pm On Mar 11, 2021
Enhance the performance of an intruder alarm with timers functionality

https://www.youtube.com/watch?v=5TeUY_gip-E
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 3:02pm On Mar 12, 2021
Creating a A car parking counter with LDmicro can help to manage the space in a car parking lot.


https://www.youtube.com/watch?v=NXcMbQtDOW0
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 3:46pm On Mar 15, 2021
Understand how Analog to Digital Converter works when you build an incubator temperature regulator.


https://www.youtube.com/watch?v=oqQ7qX5dMRk
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 11:40am On Mar 18, 2021
Use a serial Liquid Crystal Display (LCD) to efficiently interface with your device for temperature control.


https://www.youtube.com/watch?v=Wcaa8mUf51U
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 8:42am On Mar 22, 2021
You can upload directly into Arduino Boards without exiting LDmicro


https://www.youtube.com/watch?v=1ooMWbz8Zzs

1 Like

Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 1:31pm On Mar 24, 2021
Learn how to build and control stuff with your mobile phone.


https://www.youtube.com/watch?v=4WziEYhaNHY
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 10:25am On Apr 02, 2021
Build a very accurate real-time clock with DS3231 and I2C LCD module that retains date and time when power is off.

https://www.youtube.com/watch?v=Mj5K6ZTT21Q
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 4:49pm On Apr 13, 2021
Real-Time Clock with PIC16F876 Microcontroller, demonstration of C mode programming in LDmicro.


https://www.youtube.com/watch?v=55Bk0BAX8P8
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 9:30pm On May 09, 2021
Now you can also display temperature and set alarm function in addition to displaying the date and time all organized by a menu function.


https://www.youtube.com/watch?v=vbq3zlObp7c
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by telim: 5:51am On May 10, 2021
Really like this thread my elder bro son will learn alot from you

1 Like

Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 10:32am On Jun 09, 2021
telim:
Really like this thread my elder bro son will learn alot from you

Sure! The software & knowledge is open source.
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 10:34am On Jun 09, 2021
Here are some tricks in editing ladder logic


https://www.youtube.com/watch?v=zKEY-NVEBhQ
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 9:46am On Jun 30, 2021
Build a Global Positioning System (GPS) Alarm Clock for Accurate timekeeping.

https://www.youtube.com/watch?v=RxUBoHtY6t8
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 11:45am On Jul 01, 2021
Navigate the menu structure of the Temperature Controller with an Incremental Rotary Encoder


https://www.youtube.com/watch?v=gz8GNsL21nA
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 4:38pm On Sep 02, 2021
A new series on building your own PLC with Arduino nano and programming it with LDmicro has begun.

https://youtube.com/playlist?list=PLjkzNLFcHTFDEdMaHeJVP2nJ7NE33N00K
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 9:53am On Sep 20, 2021
LM35 Temperature Controller and DS3231 Real-Time Clock display on an I2C LCD


https://www.youtube.com/watch?v=Tr6mZwcGyh8
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by wane01(m): 1:06pm On Sep 20, 2021
Hello,

I'm enjoying your thread on IoT.
I plan to get a Raspberry pi within Lagos. Do you know where I can get one?
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 1:28pm On Oct 26, 2021
I am sure you can get it from Jumia.com
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 1:33pm On Oct 26, 2021
You need Arduino Mega2560 when you are running out of inputs/outputs and memory in your project.


https://www.youtube.com/watch?v=jRJ-DItW3FE
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 1:46pm On Nov 25, 2021
Program Arduino Boards without the IDE using AVRDUDESS


https://www.youtube.com/watch?v=rIM_MqW729U
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 12:26pm On Jan 25, 2022
Real-Time Clock timer base Start-Stop Controller

https://www.youtube.com/watch?v=CFwJpHDYJDc
Re: Learn Microcontroller PLC Ladder Logic Programming With Ldmicro Free On Youtube by onostech(m): 9:30am On Mar 10, 2022
Arduino Nano wirelessly connects to a mobile phone app - Roboremo with ESP-01 WiFi module.


https://www.youtube.com/watch?v=VHPNcWJ23aw

(1) (2) (Reply)

Any Assembly Language Programmer Here? / Internships With Google / Processing Games And Tangible User Interface

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 23
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.