EEEnthusiast
EEEnthusiast
  • 83
  • 6 032 279
Click PLC Unboxing & Programming / Getting Started Tutorial - Wiring & EtherNet Communication
CLICK PLC programming has been on my mind forever. These affordable controllers are the perfect way to get into PLC programming & learn how to work with industrial automation systems. In this video, we will be unboxing a special package sent to me by Automation Direct; the manufacturer of the CLICK PLC series.
We will be looking at how to establish the wiring as well as ethernet based communications to the controller. Furthermore, we will be downloading a simple “Hello World” type of software onto our controller.
Contribute to the channel:
www.patreon.com/EE_Enthusiast
Hardware Used/Shown:
C0-11DRE-D: goo.gl/g9crXr
C0-12DD2E-D: goo.gl/omut87
C0-01AC: goo.gl/fwmUpU
EA3-T4CL: goo.gl/AbGv44
Software Used:
CLICK PLC Software v2.2: goo.gl/Ftk1w5
Get in touch:
Facebook: EEEnthusiast
Twitter: EE_Enthusiast
Instagram: ee_enthusiast
Website: eeenthusiast.com
GitHub: github.com/VRomanov89
Personal website: vladromanov.com
Relevant Search Terms:
Click PLC, Click PLC tutorial, Click PLC programming, Click PLC EtherNet, Click PLC Programming Examples, Click PLC Wiring
zhlédnutí: 30 699

Video

Arduino Delay Function - Tutorial on Software Interrupts, Timer Library & Alternatives to Delay
zhlédnutí 14KPřed 6 lety
An Arduino delay can ruin your code. Knowing how to leverage software interrupts as well as Arduino timers as alternatives to Arduino delay calls critical. We will be looking at the Arduino Timer Library as well as examples of Software Interrupts and how you can eliminate the pesky Arduino delay function. The demo in the tutorial is an LCD screen which receives data sent by the microcontroller ...
Arduino Interrupts Button Tutorial Example - Pin 2 Hardware Easy Guide
zhlédnutí 22KPřed 6 lety
Arduino Interrupts are powerful. In this tutorial, I will be showcasing an example on how to tie Pin 2 of the Arduino to a hardware interrupt with the use of a button. This simple guide illustrates the functions of an interrupt, how it triggers different software states as well as the configurations you need to make. We will also take a deeper dive into the intricacies of interrupts, where they...
PLC Programming Tutorial 3 - RSLogix 500 Emulate on Local Machine Walkthrough - Learn & Test PLC
zhlédnutí 11KPřed 6 lety
In this episode, we’re looking at how you can emulate your projects within a local environment. RSLogix 500 Emulate allows you to load your complete programs and run them just like they would on a real PLC system. This tool is particularly useful for those who can’t get their hands on expensive Allen Bradley equipment. I highly recommend to use this environment for learning as well as developme...
PLC Programming Tutorial 2 - Hardware Connections & Basic Program Controlling a Valve through an HMI
zhlédnutí 20KPřed 6 lety
In this episode, I wanted to dive deeper into a small PLC project and cover the creating of the circuit as well as the program from A to Z. The tutorial covers the connections you will need to make in order to setup your PLC for sink or source inputs. Furthermore, I also cover the connections you need to make in order to connect a simple push button to one of the inputs. On the software side, I...
PLC Programming Tutorial 1 - Allen Bradley MicroLogix 1100 w/ RSlinx RSLogix500 BOOTP
zhlédnutí 46KPřed 6 lety
If you're curious about some of my ventures since the start of the channel, I've recently launched a newsletter with my thoughts on technology, business, entrepreneurship and more. You can check it out for free and subscribe if you're interested on my personal website: www.vladromanov.com/ PLC Programming has been my main focus for the last 5 years. I wasn’t able to find the quality of tutorial...
Q&A #3 - Unboxing more Items, LCD Display Questions, Arduino Follow-ups - LED Strip, Logic ICs
zhlédnutí 1,1KPřed 7 lety
Contribute to the channel: www.patreon.com/EE_Enthusiast I'm answering some more of your questions in this episode. We talk about the LCD menu tutorial I made now too long ago, installing libraries on Arduino and more. At the end, I'm unboxing a few more electronics products. I’m also unboxing some of the items I purchased on eBay, Amazon and other websites. They will be used in the following t...
Arduino Tutorial #22 - EEPROM & Servo Memory Tutorial - Storing Servo Motion through I2C & Playback
zhlédnutí 13KPřed 7 lety
In this episode we are looking at how to store Servo Position Readings into an external EEPROM IC (24LC256) through I2C Communication & playing them back repeatedly. We will take a step back on a previous video I did in which I implemented a similar functionality, but stored the positions on my Arduino. This prevented myself as well as the users to extend the program and use more servos or have...
Arduino Tutorial #21 - MAX7219 LED Matrix Display Walkthrough & Test Code - Scrolling Text Code
zhlédnutí 102KPřed 7 lety
Today we are playing with the MAX7219 Driven Dot LED Matrix display. I was extremely surprised by how simple it was to get this running through the use of two libraries covered in the video. We go through the multiple test examples which allow you to display text, variables, scrolling text and much more. Contribute to the channel: www.patreon.com/EE_Enthusiast Relevant Materials: Library: parol...
Q&A #2 - Floating Voltages, Motor Drivers, Arduino Settings & Mail Items - LED Display, EEPROM
zhlédnutí 1,8KPřed 7 lety
Contribute to the channel: www.patreon.com/EE_Enthusiast In the second Q&A I’m answering more of the viewer questions. The topics include floating voltages, arduino settings and a discussion on the 12v rail for the motor driver. I’m also unboxing some of the items I purchased on eBay, Amazon and other websites. They will be used in the following tutorials. Get in touch: Facebook: E...
Arm Development #2 - STM32 Cortex-M0 I2C Tutorial using ADS1115 Analog to Digital IC - Keil & CubeMX
zhlédnutí 18KPřed 7 lety
Contribute to the channel: www.patreon.com/EE_Enthusiast In the second tutorial on ARM Development, we are looking at an I2C implementation which allows us to connect to the ADS1115 Integrated Circuit from Texas Instruments. The processor we will be using is still the STM32 Discovery with a Cortex-M0 Core. The ARM Development board will be programmed using STM32 Keil as well as STM32CubeMX envi...
Arm Development #1 - STM32 Discovery Hello World Tutorial on CubeMX & Keil 5 uVision Getting Started
zhlédnutí 32KPřed 7 lety
Contribute to the channel: www.patreon.com/EE_Enthusiast A couple of you requested some ARM Development tutorials. I’ve recently acquired an STM32 Discovery board which I will be using extensively over the next few months, so I decided to throw together a few tutorials for you guys. In the first tutorial, we are looking at the initial setup of the board and go over the “Hello World” application...
Ep. 60 - Arduino RFID Tutorial & Implementation, RC522 Module Read Example Project
zhlédnutí 13KPřed 7 lety
Contribute to the channel: www.patreon.com/EE_Enthusiast In this tutorial we are playing with the RFID-RC522 Module in order to implement an RFID tag scanner / reader. I walk you through an example which allows the user to create an array of “master” cards which would open the door. Other cards are read by the system and give an appropriate output as well, indicating that the card was not corre...
Java #2 - Queue & Stack Implementation Tutorial - Linked List Programming Explained from Scratch
zhlédnutí 8KPřed 7 lety
Your contributions made this content possible! www.patreon.com/EE_Enthusiast In the second video of our Java Development series, we are looking at Stacks & Queues. Both implementations are done with the aid of the Linked List we saw in the previous tutorial. We go over both data structures and follow-up with an example of how a stack can be used to reverse a String through the use of push() and...
Ep. 59 - Arduino LCD Display Menu System Tutorial, Scrolling Menu, Changeable Variables for Projects
zhlédnutí 179KPřed 7 lety
If you're curious about some of my ventures since the start of the channel, I've recently launched a newsletter with my thoughts on technology, business, entrepreneurship and more. You can check it out for free and subscribe if you're interested on my personal website: www.vladromanov.com/ Your contributions made this content possible! www.patreon.com/EE_Enthusiast In this tutorial we are using...
Q&A #1 - Noise Reduction, Code Comments, MPU-6050 Datasheet & More Viewer Questions
zhlédnutí 3,7KPřed 7 lety
Q&A #1 - Noise Reduction, Code Comments, MPU-6050 Datasheet & More Viewer Questions
Java #1 - Singly Linked List Tutorial w/ Implementation & Problem Solving - Reversing & Element Find
zhlédnutí 25KPřed 7 lety
Java #1 - Singly Linked List Tutorial w/ Implementation & Problem Solving - Reversing & Element Find
Ep. 58 - Arduino Advanced Input & Button Control, Debouncing, Counters & Multitasking
zhlédnutí 49KPřed 7 lety
Ep. 58 - Arduino Advanced Input & Button Control, Debouncing, Counters & Multitasking
Vlog #3 - Channel Revamp & Request for Viewer Feedback
zhlédnutí 565Před 7 lety
Vlog #3 - Channel Revamp & Request for Viewer Feedback
Vlog #2 - Asking Technical Questions the proper way, troubleshooting & solving challenging issues
zhlédnutí 953Před 7 lety
Vlog #2 - Asking Technical Questions the proper way, troubleshooting & solving challenging issues
iOS Dev. #3 - UIPageViewController & UIPageControl Tutorial in Storyboard Swift 3.0 Xcode 8
zhlédnutí 35KPřed 7 lety
iOS Dev. #3 - UIPageViewController & UIPageControl Tutorial in Storyboard Swift 3.0 Xcode 8
Boolean Logic & Bitwise Operators Tutorial and Walkthrough in Swift
zhlédnutí 2,7KPřed 7 lety
Boolean Logic & Bitwise Operators Tutorial and Walkthrough in Swift
iOS Dev. #2 - Grand Central Dispatch Multithreading Tutorial, Stack Views & Image Fetching Swift 3.0
zhlédnutí 8KPřed 7 lety
iOS Dev. #2 - Grand Central Dispatch Multithreading Tutorial, Stack Views & Image Fetching Swift 3.0
iOS Dev. #1 - UITableView Tutorial & Design Swift Xcode
zhlédnutí 1,7KPřed 7 lety
iOS Dev. #1 - UITableView Tutorial & Design Swift Xcode
How does it work & what's inside - Force Ball
zhlédnutí 71KPřed 8 lety
How does it work & what's inside - Force Ball
Ep. 57 Arduino Accelerometer & Gyroscope Tutorial MPU-6050 6DOF Module
zhlédnutí 442KPřed 8 lety
Ep. 57 Arduino Accelerometer & Gyroscope Tutorial MPU-6050 6DOF Module
Vlog #1 - Getting Started in Electronics Perspective
zhlédnutí 1,6KPřed 8 lety
Vlog #1 - Getting Started in Electronics Perspective
Ep. 56 Arduino based Solar Tracker - Stepper Motor & Light Resistor Tutorial
zhlédnutí 78KPřed 8 lety
Ep. 56 Arduino based Solar Tracker - Stepper Motor & Light Resistor Tutorial
Ep. 55 First Look at the Arduino MKR1000 IoT and Initial Installation
zhlédnutí 27KPřed 8 lety
Ep. 55 First Look at the Arduino MKR1000 IoT and Initial Installation
Ep.54 Analog Input Multiplexing with the 74HC4051 - 8 Sensors on 1 Pin
zhlédnutí 156KPřed 8 lety
Ep.54 Analog Input Multiplexing with the 74HC4051 - 8 Sensors on 1 Pin

Komentáře

  • @AbdallahAhmed-qz6uu
    @AbdallahAhmed-qz6uu Před 11 dny

    Thanks for the detailed explanation!

  • @madmentat9596
    @madmentat9596 Před měsícem

    Это диагноз такой: Ардуино головного мозга.

  • @jamesmoon5632
    @jamesmoon5632 Před měsícem

    This has taken me ages to understand how this works. Very smart design of the software

  • @Dr4wfox
    @Dr4wfox Před 2 měsíci

    Thank you, I was trying to figure out why my multiplexers werent working. I didnt knew that pins 6 and 7 had to be grounded

  • @chadmckean9026
    @chadmckean9026 Před 2 měsíci

    2:14 if you have pins 6,7,8 on ground why does the table show pin 7 as supply voltage

  • @Hodebaba
    @Hodebaba Před 2 měsíci

    Can you demo to calculate and show For running activity to display Distance, speed, steps count Thanks count

  • @mistranobui70
    @mistranobui70 Před 3 měsíci

    Can you run RSLogix Micro Starter lite with Micrologix1100? Or will the processor not be compatible?

  • @glob.entertainment
    @glob.entertainment Před 3 měsíci

    Please, I need your email address.

  • @ndidikenneth5135
    @ndidikenneth5135 Před 4 měsíci

    I have bn looking for this thanks man

  • @aewcontrol2984
    @aewcontrol2984 Před 4 měsíci

    Today I found one of these on a forgotten box as part of a what it looks like a fleet management equipment. It looks like an abandoned project. I will gut it for another small project I have. Thanks for the intro my friend. It saved me some research!!

  • @ScalerWave
    @ScalerWave Před 4 měsíci

    If I have 2 of these on wifi, is it possible to use one as remote I/O for the other one? I want to use push buttons on one click and trigger outputs on the other Click.

  • @1996rblue
    @1996rblue Před 4 měsíci

    Can you teach me how to create a circuit map? Thanks!

  • @somerandomvideos645
    @somerandomvideos645 Před 6 měsíci

    don't put 5v

  • @YouKnowMyName-jt3ql
    @YouKnowMyName-jt3ql Před 6 měsíci

    Great video! however, I got a simple question: How I can display static text without flashing bespoke bitmap?

  • @AmruMagdy
    @AmruMagdy Před 6 měsíci

    A little over 5 years since this video was produced. First time viewer. Excellent tutorial. Thank you!

  • @johnbabu3640
    @johnbabu3640 Před 6 měsíci

    A very good video. The application of it can be found in Mr. Innovative you tube channel robot arm. czcams.com/video/F5U4b3zkau8/video.htmlsi=MU-7C2PfkGbkpCW5

  • @jackfrost4033
    @jackfrost4033 Před 6 měsíci

    Good morning When making a wide turn with pitch, does the plane only use a gyroscope for pitch or also an accelerometer for the curved trajectory? THANKS

  • @jj74qformerlyjailbreak3
    @jj74qformerlyjailbreak3 Před 7 měsíci

    You earned a new Sub today.

  • @minkloco619
    @minkloco619 Před 7 měsíci

    Can I do this in XOD? I’m trying to make a drum machine.

  • @oleksiikharkov1816
    @oleksiikharkov1816 Před 7 měsíci

    Not “degrees”, but “degrees per second”.

  • @arduinomaquinas
    @arduinomaquinas Před 7 měsíci

    SUBSCRIBED, VERY COOL 😉👍

  • @arduinomaquinas
    @arduinomaquinas Před 7 měsíci

    Great 😉👏👏👏

  • @keithschaub7863
    @keithschaub7863 Před 7 měsíci

    Can I use it to control direction of a car? Basically, if I want to turn the car 90 degrees? Can it do that?

  • @rva1945
    @rva1945 Před 7 měsíci

    Why do you connect INT pin of the MPU to a digita pin into the Arduino? I see many examples that don't use it. In fact I don't use it.

  • @GerardWassink
    @GerardWassink Před 8 měsíci

    Link to your www is broken/wrong.

  • @wilfriedpacomemenye739
    @wilfriedpacomemenye739 Před 8 měsíci

    Hello i wish to calculate position in space in real time with accelerometer and gyroscope values😢

  • @Impulse_Photography
    @Impulse_Photography Před 9 měsíci

    I could see where I could use this to control a relay board - each relay controls a high power motor or other device. Also, to control camera by selecting one camera at a time - but you can use many cameras around your property with only one Screen output. Love this video !!

  • @Codebyakshay
    @Codebyakshay Před 9 měsíci

    Hey by this tutorial i can also access the P4 led matrix or P10 led matrix

  • @kauamartiliano2962
    @kauamartiliano2962 Před 9 měsíci

    Qual o nome da lede que vc está utilizando???????

  • @cryptocsguy9282
    @cryptocsguy9282 Před 9 měsíci

    When I realised this thing existed in 2019 it was already disconnected , seems like an interesting microcontroller design board

  • @Cmdrlucky8
    @Cmdrlucky8 Před 9 měsíci

    Excellent tutorial, thanks!

  • @luckymwansa3183
    @luckymwansa3183 Před 9 měsíci

    Thanks alot for the video

  • @marializianichols648
    @marializianichols648 Před 10 měsíci

    i connect it with arduino and vb6 its supper easy

  • @danielcharles1086
    @danielcharles1086 Před 10 měsíci

    Hi, The content is what I am looking for but I have 12c connection on my LCD

  • @Sega-and-Mao
    @Sega-and-Mao Před 11 měsíci

    Really helpful! 👌👌👍👍👍I will exploit it!!! Thanks , plus you just got another subscriber😅

  • @kriminull8461
    @kriminull8461 Před 11 měsíci

    this video is a godsend, thank you. note to beginners (like me) who have little experience with arduino: make sure you solder the pins to the mpu6050 first, because the code won’t work otherwise i initially thought u could just use the components unsoldered but that isnt the case all the best :)

  • @sanjaybatra6593
    @sanjaybatra6593 Před 11 měsíci

    how much minimum voltage can be read ? what is the resistance between input and output ( e.g Z and y0). why I asking this is as I want to interface multiple sensor to be read.

  • @surenderkumar-yi1ig

    thank you

  • @BOSS2245Y
    @BOSS2245Y Před rokem

    BEST EXPLANATION ❤❤😊😊😊 I searched a lot but can't find a video that makes me understand . Until now make more videos like this ❤❤❤❤

  • @pcantele
    @pcantele Před rokem

    I was thinking of using this as part of an eight channel radio control transmitter. It should be easy enough.

  • @chandrashekhar-lj9qc

    Hi sir my onboard ICDI is not working, Can u please tell me how to update ICDI firmware using flash programmer

  • @andriusbal7558
    @andriusbal7558 Před rokem

    thank you

  • @bsketballsims22
    @bsketballsims22 Před rokem

    Do you have links for the cabling and power supply?

  • @malaykhare1006
    @malaykhare1006 Před rokem

    awesome explaintion! Thank you

  • @rojoinc
    @rojoinc Před rokem

    This was an amazing video! I'm new to using Arduinos and my only question is how to view the output? My Arduino IDE doesn't show the output when I click "Serial Monitor".

  • @stephenoluwule649
    @stephenoluwule649 Před rokem

    Sir please is it possible to reprogram the microcontroller after installing the external components

  • @hanswurst3811
    @hanswurst3811 Před rokem

    Can i copy the whole programming of the arduino with the isp mk2 from one to another arduino? Because I lost the Sketch files and i need a Backup of the arduino?

  • @sanjaybatra6593
    @sanjaybatra6593 Před rokem

    As you said using interrupt ,something can be nightmare ...... In ISR, I am Switching OFF a 220V 5RPM motor in ISR . interrupt trigger on FALLING edge through a npn proximity sensor. Motor is connected to a RELAY. Software part is switching ON motor after every two minutes. I found random behavior , something motor gets ON after 2 minutes, something its not. May be interrupt is triggering due to RELAY EMI/NOISE ? What is the safe way to use interrupt ?

  • @marlingodspeed1526
    @marlingodspeed1526 Před rokem

    I had a quick question. When setting the gyro full sclae range you used 0x0000 and when setting the accel full scale range you used 0b000 why?