HOW-TO: Motor Controller for NEMA Motors SMC01 Endstops and Arduino Part 4

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 35

  • @holzgasse9214
    @holzgasse9214 3 หลายเดือนก่อน +2

    Das das beste Video, dass ich zu diesem Controller finden konnte. Viele Dank dafür. Das Verstehe alles, ohne ein Experte zu sein. Sehr gut!

  • @vdubs4life1964
    @vdubs4life1964 6 หลายเดือนก่อน +1

    Thank you my good sir. I needed this to build a machine to make this specific part that we sell at my job.

  • @patrickduchene3007
    @patrickduchene3007 6 หลายเดือนก่อน +1

    Hello, Thanks a lot for this 4th Video that I was suggesting in previous.
    It's really what I was looking for. It will open projects for me.
    I will try your code with an Arduino?
    Man, you are really Great 👍

    • @onegeekguy_yt
      @onegeekguy_yt  6 หลายเดือนก่อน

      You are welcome! I hope the small Arduino code I prepared is useful!

    • @PatDuch58
      @PatDuch58 6 หลายเดือนก่อน +1

      ​@@onegeekguy_ytI will try it as soon as possible...
      Did you investigate other errors in memory parameters.
      I need the 2 speeds and the travels...

    • @onegeekguy_yt
      @onegeekguy_yt  6 หลายเดือนก่อน +1

      I did not took a look to the travels, but...., when you send the command to change the parameters, they change in real time so you see the numbers changing, what can be done is a small code in Arduino which change address by address, and when the number change you know that address is the one you need....just as idea. @@PatDuch58

    • @PatDuch58
      @PatDuch58 6 หลายเดือนก่อน

      ​@@onegeekguy_ytOK I will check when I will mamage to be connected to the module with an Arduino...
      I'm still learning Arduino programming...
      Thanks anyway for your reactivity...
      I have checked your Instagram... and I'm follower now...

  • @arduinomaquinas
    @arduinomaquinas 6 หลายเดือนก่อน +1

    Excellent video, very cool 😉👏👏👏

  • @88pockets
    @88pockets 5 วันที่ผ่านมา +1

    Your videos are the best Geekguy! Just wondering is there a way to trip the motor to go full speed with a button or switch without Arduino?

    • @onegeekguy_yt
      @onegeekguy_yt  3 วันที่ผ่านมา

      Thanks! Could you explain to me a bit more what exactly you want to do? What is full speed?

  • @torsiondell
    @torsiondell 4 หลายเดือนก่อน +1

    Thanks for the video adding limit switches but my controller is the SMC-02

    • @onegeekguy_yt
      @onegeekguy_yt  4 หลายเดือนก่อน

      You will need to solder the cables, same position as SMC01 but in the upper PCB.....(Driver PCB)

  • @nikolauspuck742
    @nikolauspuck742 5 หลายเดือนก่อน +2

    Thank's a lot for this video.
    Does this with the endstops also work with the SMC-02?

    • @onegeekguy_yt
      @onegeekguy_yt  5 หลายเดือนก่อน +1

      It works in the same way! You can use endstops in both

    • @nikolauspuck742
      @nikolauspuck742 5 หลายเดือนก่อน

      Thank you very much.

  • @PatDuch58
    @PatDuch58 6 หลายเดือนก่อน +1

    Hello OneGeekGuy, This module is really great to make autofeed control of the table of a small milling machine.
    The problem is that we need on a milling machine a SS (slow speed) for machining and a HS (high speed) for fast moving from one point to the other without having to change the SS setting that you set for your machining operation.
    The problem of this module is that you need to turn the button a big number of rotation to go from SS to HS and back.
    My idea would be to use a very small Arduino (Mini, Nano, Tiny...) with on Digital Input (Push Button "HS") and connected to serial link of module.
    When PB pressed, Arduino read the actual value of SS ( param F-03 register 0002h), store it in a memory and load the HS value (from a memory location).
    When PB relased, the previous SS is relaoded in register 0002h.
    What do you thing about that...😊
    As you have already all in place for this video... and that you seem to be good in Arduino (which is not yet my case), would you be so kind to test this...
    Thanks in advance...
    K. R.
    Patrick.

  • @Adam-Builds-It
    @Adam-Builds-It 4 หลายเดือนก่อน

    Thank you for the video. This set up is almost exactly what I need but I need to activate the controller with a trigger. When 5-12v is present I need to move the motor in forward direction, and when the 5-12v is taken away, I need it to move in reverse direction. Do you know if the controller can take that kind of input?

  • @dumbravatraian198
    @dumbravatraian198 3 หลายเดือนก่อน +1

    Hi there in forward and reverse pin can be imput to signal and not whing ani com for hand wheel encoder encoder had A,B witch is reverse and forward ????

    • @onegeekguy_yt
      @onegeekguy_yt  2 หลายเดือนก่อน

      Could you re formulate your question? I dont get the part of the encoder sorry...

  • @Trashedfc7
    @Trashedfc7 3 หลายเดือนก่อน +1

    I'm new to step motors and the controllers, do i have to connect the external driver to use the end stops?

    • @onegeekguy_yt
      @onegeekguy_yt  2 หลายเดือนก่อน +1

      No, the endstops do not depend on using external driver or not.

  • @patriciodesouzasilva317
    @patriciodesouzasilva317 5 หลายเดือนก่อน +1

    great job, endstop npn , pnp , no, nc ?

    • @onegeekguy_yt
      @onegeekguy_yt  5 หลายเดือนก่อน

      You need to use NO mechanical switches.

  • @valentinvoicu663
    @valentinvoicu663 26 วันที่ผ่านมา +1

    hey, can i controll Smc02 with esp32 on the mobile app? i have the smc 02 unit and i'm trying to make this working wirelessly for a cablecam device.

    • @onegeekguy_yt
      @onegeekguy_yt  24 วันที่ผ่านมา

      Yes, would be same as with Arduino, you can also use GPIOs to directly act on the switches.

    • @valentinvoicu663
      @valentinvoicu663 23 วันที่ผ่านมา

      @@onegeekguy_yt awesome, cam u please help me make the connection between smc02 esp and blynk?

  • @trivu2878
    @trivu2878 หลายเดือนก่อน +1

    I have 2 SMC01 and 1 SMC02. I would like they are start or stop at the same time. Please help.

    • @onegeekguy_yt
      @onegeekguy_yt  หลายเดือนก่อน

      If you connect them in parallel with external switches, they can start the motors at same time

    • @trivu2878
      @trivu2878 หลายเดือนก่อน

      @@onegeekguy_yt Can you help me with the diagram how to connect them? Thanks a lot.

  • @trivu2878
    @trivu2878 หลายเดือนก่อน +1

    Can we link one SMC01 to another SMC01 so we can start or stop 2 motor at the same time? Please help. thanks in advance.

    • @ccleadge
      @ccleadge 24 วันที่ผ่านมา +1

      I have the same question. My basic understanding is the signal from the controller can be daisy chained between two drivers.

    • @onegeekguy_yt
      @onegeekguy_yt  24 วันที่ผ่านมา

      As @ccleadge said, yes you can chain two drivers with the same controller. Also you can put two controllers in parallel, should work

  • @chanchalsakarde2768
    @chanchalsakarde2768 5 หลายเดือนก่อน +1

    how to control steps movements, like lets say we have 400 circular points to move one by one and i need to move pointer in following example sequence starting from 0->10->240->45->28-> .......... -> 400 . How can we automate this ..

    • @onegeekguy_yt
      @onegeekguy_yt  5 หลายเดือนก่อน +1

      I think these modules have not enough flexibility to add that many steps, we would need to think about using something bit more powerful or specific.