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 sound when pv enters alarm state #59

Merged
merged 24 commits into from
Nov 21, 2023

Commits on Nov 13, 2023

  1. ENH: Add cmdline arg for enabling annunciate mode, atm does nothing i…

    …f set.
    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9657763 View commit details
    Browse the repository at this point in the history
  2. WIP: Annunciate button disabled/enabled depending on flag

    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ceff361 View commit details
    Browse the repository at this point in the history
  3. WIP: Make annunciate flag a switch-like flag, if present annunciate=T…

    …rue else False
    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5cb899b View commit details
    Browse the repository at this point in the history
  4. WIP: Added noise for when alarm is signaled

    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ed956cd View commit details
    Browse the repository at this point in the history
  5. WIP: Printing out msg when annunciate is enabled in cmd line and for …

    …pv, and pv's alarm is tripped
    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    930165e View commit details
    Browse the repository at this point in the history
  6. WIP: Clean up some unneeded passing of annunciate variable

    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    287ef5b View commit details
    Browse the repository at this point in the history
  7. WIP: Remove annunciate debugging prints

    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7f2d70b View commit details
    Browse the repository at this point in the history
  8. BUG: Fix issue where pv with annunciate checked where not getting the…

    …ir color updated correctly when enabled/disabled
    Nolan Stelter committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5826957 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. TST: Fixing tests after annunciate-mode changes

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cd92885 View commit details
    Browse the repository at this point in the history
  2. WIP: Fix issue where cryo sent different status string than lcls, add…

    … unfinished test
    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ad1f959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb78c33 View commit details
    Browse the repository at this point in the history
  4. STY: Apply pre-commit changes

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6c299c0 View commit details
    Browse the repository at this point in the history
  5. BUG: check against STATE_ALARM string to see if alarm is active state

    also add:
    -add option to use shorthand cmd line args
    -make annunciate checkbox say "Annunciate (disabled)" to avoid
    confusion when annunciate disabled from cmd line
    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4b156d3 View commit details
    Browse the repository at this point in the history
  6. STY: Apply pre-commit changes

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f1939a0 View commit details
    Browse the repository at this point in the history
  7. BUG: Switch to using alarmitem member function to check if in alarm s…

    …tate and should annunciate
    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7240593 View commit details
    Browse the repository at this point in the history
  8. DEV: Remove debugging prints

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    53e5237 View commit details
    Browse the repository at this point in the history
  9. STY: style fixes for annunicate feature

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d59e8cb View commit details
    Browse the repository at this point in the history
  10. WIP: Fix test for annunciate mode

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    70b9aae View commit details
    Browse the repository at this point in the history
  11. STY: minor style fix related to add annunciate mode

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2e6cd30 View commit details
    Browse the repository at this point in the history
  12. STY: Minor cleanup for annunciate mode changes

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6286bee View commit details
    Browse the repository at this point in the history
  13. STY: minor style fix

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cd3deba View commit details
    Browse the repository at this point in the history
  14. STY: Improve some comments related to annunciate option

    Also remove some un-needed annunciate-related test code
    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b479fe0 View commit details
    Browse the repository at this point in the history
  15. STY: apply pre-commit changes

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    64ae0f9 View commit details
    Browse the repository at this point in the history
  16. ENH: Add short-hand cmd line option for user-permissions

    Nolan Stelter committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dd831fe View commit details
    Browse the repository at this point in the history