Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MINP for soft motors #211

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2023

  1. Add MINP for soft motors

    Make it possible to set bits of the MSTA field for soft motors.
    Add a new input link, called MINP, beside the existing DINP and RINP
    
    MINP will read the new MSTA bits, but filter out the RA_DONE bit.
    The RA_DONE bit will be taken from DINP (as before) and the RA_DONE bit
    inside MINP will be ignored, preserving the RA_DONE coming from DINP
    
    Note that the MINP needs to follow the bit-definition in MSTA.
    It may update RA_PLUS_LS, RA_MINUS_LS.
    RA_HOMED or other bits may be set as well, whatever the application needs.
    MINP may be pointed to the output of a calc or transform record.
    tboegi committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2dc3101 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bugfix for MINP: it is a long

    When implementing the MINP (MSTA input) it was overseen,
    that MSTA is defined as 32 bit (where only 15 bits are used).
    Correct this: use long instead of short.
    tboegi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4a902d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. motorRecord.html: Add the MINP field

    Add the MINP field: It is "similar" to e.g. DINP
    tboegi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3df5ad8 View commit details
    Browse the repository at this point in the history