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

FlyPT Mover 3.7.0.17

Discussion in 'FlyPt Mover' started by pmvcda, Sep 20, 2024.

  1. Opast

    Opast Member

    Joined:
    Jun 16, 2025
    Messages:
    35
    Location:
    Chicago, USA
    Balance:
    173Coins
    Ratings:
    +5 / 0 / -0
    My Motion Simulator:
    3DOF, Arduino
    After installing version .16 and starting from scratch, the motors began working. I guess there was some kind of bug before. In version 3.5.3, there was an option for motor limits, but in the new beta version, I can’t find the motor limit settings. What’s the proper way to set up motor limits? Since I don’t have a hex rig and only have a seat mover 3DOF setup with two motors in the front and traction loss in the back, can traction loss only be added using a direct module to control it?
    Last edited: Nov 6, 2025 at 12:27
  2. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    2,210
    Location:
    Portugal
    Balance:
    15,547Coins
    Ratings:
    +2,649 / 17 / -0
    My Motion Simulator:
    6DOF
    Yes, you have to use a direct for traction loss (use the WASHX filter there, this will be the final WASH filter, I will rename and erase the other WASH).
    I can add a traction loss actuator to the that rig later.
    For the actuator limits, you need to go here:
    upload_2025-11-6_12-11-23.png
    Where it says parameters for the actuators.
    There you specify the specs, limits, bits mapping and filters (use CROP as a way of limiting the output)
    There's some problems there with colors and I know some names are still wrong in some types of actuators.
    In the direct it works the same way (there's a bug when using the slider manually - nothing happens...).
    • Like Like x 1
  3. pmvcda

    pmvcda aka FlyPT

    Joined:
    Nov 3, 2010
    Messages:
    2,210
    Location:
    Portugal
    Balance:
    15,547Coins
    Ratings:
    +2,649 / 17 / -0
    My Motion Simulator:
    6DOF
    FlyPT Mover 3.7.0.17 BETA

    Download here:
    https://github.com/FlyPTMover/Releases/raw/refs/heads/main/Mover 3.7.0.17 BETA.zip

    Release notes for 3.7.0.17 (06-10-2025)

    Disabled rendering on resize of windows for a faster UI (might become an option)
    Solved bug where Loop and noise was slooowwww when loading the setup
    Added double click to module button - This now hides the module, just like double clicking the title
    Corrected layout in options for correct scale adjustment (missing close button)
    Corrected layout of main window menu for correct scale adjustment (disaligned and cropped menu buttons)
    Also corrected wrong title rendering of main window when scale is changed
    Corrected bug in control for plugins locations with bad behavior on scale change (options window)
    Changed behavior of main window while loading a setup to avoid a "ghost" window
    Corrected bug where updates where not made to the rigs when changing the actuators parameters
    Corrected colors in the window to adjust actuators parameters
    Removed radius from the rotating sliders actuators setting in the rotating slider hexapod (we set it outside of the window for two radius)
    Updated source to get data from joysticks/keyboard/midi
    Solved bug where hots where not saved/loaded

    The updated joystick/keyboard/midi source:
    upload_2025-11-6_20-48-15.png
    • Like Like x 3
  4. SlayerFlyy

    SlayerFlyy New Member

    Joined:
    Oct 28, 2025
    Messages:
    2
    Balance:
    12Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, Arduino
    Привет, меня очень заинтересовал ваш проект; в настоящее время я планирую создать 2dof-платформу.
    Хочу спросить вас лично, что нужно прописать в последовательном порту Arduino Uno R3 с прошивкой smc3. Пока я ищу дополнительные средства для платформы, мне хотелось бы разобраться с программной частью. Заранее благодарю за замечательную программу.
    Я общаюсь через переводчика, поэтому извините, если что-то непонятно.
  5. SlayerFlyy

    SlayerFlyy New Member

    Joined:
    Oct 28, 2025
    Messages:
    2
    Balance:
    12Coins
    Ratings:
    +0 / 0 / -0
    My Motion Simulator:
    2DOF, Arduino
    I got something like this, but I'm not sure it's correct. It's just that your website says (example from the website): In the output string, use: "[A<Axis1a>][B<Axis2a>][C<Axis3a>]"
    But the program doesn't have those axes.
    Could you please tell me if I'm on the right track, as I don't really understand programming or code. upload_2025-11-6_23-28-47.png
  6. Opast

    Opast Member

    Joined:
    Jun 16, 2025
    Messages:
    35
    Location:
    Chicago, USA
    Balance:
    173Coins
    Ratings:
    +5 / 0 / -0
    My Motion Simulator:
    3DOF, Arduino
    Thank you very much.

    In Mover 3.5.2:
    [A<Axis1a>][B<Axis2a>][C<Axis3a>]
    In Mover 3.7.0.x:
    [A<R0.A1.B>][B<R0.A2.B>][C<R0.A3.B>]
    Last edited by a moderator: Nov 6, 2025 at 23:16