1. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  2. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  3. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  4. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules

Cytron shield MDD10

Discussion in 'Motor actuators and drivers' started by Squarebob, Dec 27, 2024.

  1. Squarebob

    Squarebob Member Gold Contributor

    Joined:
    Mar 26, 2020
    Messages:
    48
    Location:
    Georgia USA
    Balance:
    77Coins
    Ratings:
    +30 / 0 / -0
    My Motion Simulator:
    DC motor, Arduino, 4DOF
    I currently have one of my Arduinos running my new seatbelt setup. I am using two Cytron MD13S motor drivers and one of them crapped out on me. So I have a spare Cytron Shield MDD10 that sits right on top of an Arduino and should run the two seatbelt motors just fine. My questions are:
    Do I use Mode One or Mode Two when setting up the SMC3 sketch.
    I can't seem to locate the correct wiring and jumper settings to get this project back into action.

    Any suggestions would be appreciated.

    Bob
  2. Colmilluke

    Colmilluke New Member

    Joined:
    Jan 15, 2025
    Messages:
    1
    Balance:
    16Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    DC motor, Joyrider
    Mode One is typically used for setups where the motor driver allows for direct PWM and direction control without needing to manage the reverse direction with PWM signals. It often uses separate pins for PWM and direction signals (SimulatorMotorController, 2017).

    Mode Two is designed for cases where PWM must be inverted when changing the motor direction, requiring a more complex configuration where one switch acts as a direction control pin, and the PWM signal is fed to this pin (SimulatorMotorController, 2017). This mode is beneficial if your project requires more intricate control over each motor depending on its direction.