Allen-Bradley Servo Motor Controls - Setting Up the PLC Program from scratch

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

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

  • @ShaneWelcher
    @ShaneWelcher  ปีที่แล้ว +1

    Subscribe: th-cam.com/channels/3B7gA1HAcbuPZOkBklFwuA.html
    Other socials:
    Facebook: facebook.com/OnlinePLCSupport
    LinkedIn: www.linkedin.com/in/shane-welcher-sr/

  • @topun07ify
    @topun07ify ปีที่แล้ว +1

    Thanks!

  • @lanthonyperdum6430
    @lanthonyperdum6430 ปีที่แล้ว +1

    I see you’re posting late night videos…Thanks once again !!!

    • @ShaneWelcher
      @ShaneWelcher  ปีที่แล้ว +1

      Normally I post around 9:30am, I must have got the time wrong on this one.
      Either way, glad I could help.

  • @ΚυριάκοςΚλέττας
    @ΚυριάκοςΚλέττας 5 วันที่ผ่านมา +1

    Thank you so much 🙂

    • @ShaneWelcher
      @ShaneWelcher  5 วันที่ผ่านมา

      @@ΚυριάκοςΚλέττας Welcome

  • @malcolmandthebends2914
    @malcolmandthebends2914 ปีที่แล้ว +1

    Thank you very much Shane!!! I'm using sercos and the 6000s as well

  • @lucairsara471
    @lucairsara471 ปีที่แล้ว +1

    Good stuff!

  • @YunWang-qk7up
    @YunWang-qk7up ปีที่แล้ว +1

    great information

  • @spidergt80
    @spidergt80 ปีที่แล้ว +1

    good job

  • @mekbots7607
    @mekbots7607 ปีที่แล้ว +1

    Hi Shane, thanks a lot for your page,I learned alt from your page and Udemy courses.i did SYNCH two motors using MRP and then MAG following your video, which command would deactivate gear match? thanks, a lot

    • @ShaneWelcher
      @ShaneWelcher  ปีที่แล้ว

      A Motion Axis Stop then choose Gearing
      MAS (select Gear)

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

    Hey Shane, I am programming my servo in studio5000 and am having some troubles. I am trying to include an option for my servo to move .1mm and .5mm forward and backwards. When I give it a motion direct command it moves right to the spot. However when I put it in my PLC code it activates the move and tries to move, then stops and give the PC bit, however the servo doesnt move, or barely moves in the direction, not making it to the right spot. Any idea why that could be? I turn the motor off after the PC bit is active, could I need a timer in there?
    Thanks

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

      Depends on the type of movement you are commanding, meaning MAJ or MAM, then is depends on the way the instruction is setup. The direction could be wrong as an example.
      Also double0check the servo attributes.

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

    Any significance to the seemingly arbitrary number of 47 ms?

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

      I use 47ms as a start of a program for the task just for timing and machine functions.
      47 is an odd number and reduces the chance of overlap.