CLICK PLC with SureStep and Linear Actuator

Sdílet
Vložit
  • čas přidán 13. 07. 2024
  • This is a 30 minute video which has (most) of the steps to setup a linear actuator with Stepper motor, Surestep driver and Click PLC. If you have any questions - put them in the comments and I'll do my best to answer them.
    All rights are reserved. Using these designs and content does not give you ownership or intellectual property rights to the content presented on the website, forums, or in the related materials. By using this content, designs, or services you agree to the terms specified in this disclaimer.
    All designs and products were created for the CollaborATE project, which received funding through a grant provided by the National Science Foundation’s Advanced Technological Education program (award number: 1601172).
    The Low Cost Mechatronics Trainer website, design and resulting products, drawing files, solid work files, videos, and forum are designed to be educational in nature and are not intended for resale, commercial use, or to be used in any manner other than its published design.
    The CollaborATE team, including its partner institutions (Anne Arundel Community College, College of Lake County, and Florida State College in Jacksonville) assume no liability for the use or misuse of these designs and files by the end-user. Mechatronics, working with tools, devices, pneumatics, and electricity can be dangerous. It is the responsibility of the end user to assure that all safety requirements are met and that they work safely. The content owners assume no liability for any injury resulting from its use.
    The website, all designs, and files are made available for fair use and the owners assume no obligation to host, maintain, and update this website and its content beyond a time that they determine. The website owners are under no obligation to provide this content in any other format, delivery method, language, or to provide technical support for the use of the content.
    Requests made to, replies received from, or any other communications between the user and content owners or forum hosts are non-binding, and no expressed warranty or other assurance provided constitute a contract between the owner and requestor.
    The forum is hosted by Google Groups, and all users registered with Google are expected to follow all rules, terms of service, and the privacy policy of that site.

Komentáře • 15

  • @TandaMadison
    @TandaMadison Před 3 lety +2

    Thanks! Useful information as I'm about to buy one of the Sure Step motors. BTW I think the "problem" with the software is actually that the drive hardware sends out a short confirmation string with model and firmware revision when It's first powered up. The software is waiting to see that string to know the drive is connected. When you power cycle the drive it sends that string and the software then knows it's alive and connected.

  • @ghanshyamzambare8252
    @ghanshyamzambare8252 Před rokem +1

    To save money use a cheaper version of the stepper motor drive which takes pulses and use Arduino to generate those pulses, it does the job.

  • @eclecticmakerspace
    @eclecticmakerspace Před 5 lety +1

    Another question Tim - what inductive prox did you use that mounts so nicely on the extrusion?

  • @mostafasohrabi5634
    @mostafasohrabi5634 Před rokem

    good video

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

    Thumbs up

  • @eclecticmakerspace
    @eclecticmakerspace Před 5 lety

    Good information Tim. AutomationDirect has four different SureStep Drivers. How did you determine what one to buy to match up to the OpenBuilds actuator? From what I can tell, Amperage and steps per rev is what changes on each SureStep Driver model.

    • @eclecticmakerspace
      @eclecticmakerspace Před 5 lety

      Nevermind Tim - I watched it again and see you have the STP-DRV-4850 SureStep Driver

  • @mitchbaker8022
    @mitchbaker8022 Před 3 lety

    Can this programming of the Click PLC be used on any Click PLC?

  • @travisroseberry5585
    @travisroseberry5585 Před 3 lety

    Mr.Callinan- Great video, I am setting up a similar system from automation direct and I am having issues with multiple ASCII commands in 1 Send statement. Example: In your video you combine JS1,DI1, and CJ all in 1 send command. When I do this the driver and motor do not respond at all. If I seperate them into their own send commands it works great. Any tips on what I might be doing wrong?

    • @noneyabusiness1226
      @noneyabusiness1226 Před rokem

      Little late to the party but did you ever figure out how to send the commands together in one instruction? Thanks!

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

      I need a video with the programming explained in the same manner. This is really the best resource and I'm so thankful.

  • @EitriBrokkr
    @EitriBrokkr Před 5 lety

    the clicks now have high speed I/o :)

    • @chriscummings8907
      @chriscummings8907 Před 4 lety +1

      It is my understand that Click can only do HSI , not HS output, do you know of a guide that shows you how to do high speed output?
      Thanks!

  • @schoonymopar
    @schoonymopar Před rokem +2

    one to many cooks in the kitchen on this video.

  • @arbjful
    @arbjful Před rokem

    Why don’t you know what step you are on? It’s pretty easy if you use a PLC to keep track of the counts and the step numbers, also you can implement some buttons to jog the carriage to the desired position, then record the positions executed.
    If you get rid of that automationdirect stepper driver and go for a Nanotec make stepper with integrated controller and encoder, you can eliminate the PLC and the positioning calculations as well