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

Allow setting of alarm status and severity on record creation using PythonSoftIOC alarm values #57

Closed
AlexanderWells-diamond opened this issue Oct 28, 2021 · 0 comments · Fixed by #111

Comments

@AlexanderWells-diamond
Copy link
Collaborator

Currently to set the alarm status and severity on a record during creation you must use the EPICS field names and values, e.g.:

STAT="UDF", SEVR="INVALID"

It would be convenient to allow use of the same syntax that the .set_alarm() method uses, that is to say making use of the alarm enum.

This is probably somewhat related to #53.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant