We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The original IOC has some issues with PV naming. Basically, they are:
RFFERst-SP
-Cmd
AC
BD
RFFEPidACKp-SP
RFFEPidSp{,AC,BD}-SP
RFFETemp{,AC,BD}-SP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The original IOC has some issues with PV naming. Basically, they are:
RFFERst-SP
: it does not follow the-Cmd
suffix pattern for commands.AC
orBD
). This however is not true for PID parameters, for instanceRFFEPidACKp-SP
.See [BPMApp] Wrong meaning of temperature control PID parameters (Kp, Ti, Td vs. Kp, Ki, Kd) bpm-epics-ioc#35 and Misleading names for temperature control PID parameters rffe-uc-fw#5.
RFFEPidSp{,AC,BD}-SP
: rename it toRFFETemp{,AC,BD}-SP
directly, as suggested by Érico.The text was updated successfully, but these errors were encountered: