AR logo.png

ANNIN ROBOTICS

0
  • HOME

  • TUTORIALS

  • DOWNLOADS

  • THIRD-PARTY SOFTWARE

  • ROBOT KITS

  • FORUM

  • BLOG

  • CONTACT

  • More

    Use tab to navigate through the menu items.
    To see this working, head to your live site.
    • Categories
    • All Posts
    • My Posts
    Alaeddine Brahem
    Apr 07, 2021

    Wiring up the Alarm output on CL57Y Driver Stepper Motor

    in Questions

    Hey ALL,


    I'm wanting to double check I've got this right before wiring it up.


    The CL57Y driver has an alarm signal output that triggers when the driver goes into a fault state. The object here is I want that signal to be picked up on one of the Arduino mega inputs so Mach can trigger an stop and halt the other drivers.


    Can someone work on it can help me

    5 answers1 reply
    0
    6 Comments

    Share Your ThoughtsSign up to leave a comment.

    C
    Chris Annin
    Apr 10, 2021

    the ARCS software isnt setup with any interrupt functionality for reading IO but the source code is open and could be modified if needed.

    2

    C
    Chris Annin
    Apr 09, 2021

    you could wire the output to an arduino input and then in your program loop either at the end of your routine you could use "if input on" and have it stop if the input is high.

    1
    A
    Alaeddine Brahem
    Apr 10, 2021
    Replying to

    @Chris Annin thanx for replay

    It should be add wait input on after each move

    What about request interruptions in

    Like

    A
    Alaeddine Brahem
    Apr 08, 2021

    No im using for AR2

    I want to get signal from ALM then use it to stop the robot

    1

    A
    Alaeddine Brahem
    Apr 08, 2021

    No im using for AR2

    I want to get signal from ALM then use it to stop the robot

    1

    C
    Chris Annin
    Apr 08, 2021

    Are you working on a CNC machine? I havnt used the CL57Y on the robot but I have used and tested them. I dont completely understand what you are tying to wire up to but as I recall it should just be a 5v output when it alarms.

    1
    6 comments