-
Patrick Nonn authored
fix: Added SIZV fields with value 255 to all LSI/LSO records, to enable long strings. (Defaults to 41, otherwise)
Patrick Nonn authoredfix: Added SIZV fields with value 255 to all LSI/LSO records, to enable long strings. (Defaults to 41, otherwise)
llrfctrl-no-automation.db 2.24 KiB
##mako -*- coding: utf-8 -*-
# File generated by dbGenerator version 1.1 from configuration file:
# "/home/pnonn/llrfctrlConfigs/tarla-llrfctrl-config/llrfctrl6-epics/scripts/dbGen/llrfctrl-8_4_4-dbGen.xml"
# Do not change the content of this file!
record(longout, "$(Server)/CtrlPulseshape/cwMode"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/PulseShape/cwMode")
field(EGU, "None")
field(PINI, "1")
}
record(longout, "$(Server)/CtrlVmDacoffset/I"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/VectorModulator/DacOffset/I")
field(EGU, "n./a.")
field(PINI, "1")
}
record(longout, "$(Server)/CtrlVmDacoffset/Q"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/VectorModulator/DacOffset/Q")
field(EGU, "n./a.")
field(PINI, "1")
}
record(ao, "$(Server)/CtrlSp/amplitude"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/SetPoint/amplitude")
field(EGU, "kV")
field(PREC, "3")
field(PINI, "1")
}
record(ao, "$(Server)/CtrlSp/phase"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/SetPoint/phase")
field(EGU, "deg")
field(PREC, "3")
field(PINI, "1")
}
record(ao, "$(Server)/CtrlFbGain/magnitude"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/FeedBack/Gain/magnitude")
field(EGU, "None")
field(PREC, "3")
field(PINI, "1")
}
record(bo, "$(Server)/CtrlFf/enable"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/FeedForward/enable")
field(PINI, "1")
field(ZNAM, "disabled")
field(ONAM, "enabled")
}
record(bo, "$(Server)/CtrlFb/enable"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/FeedBack/enable")
field(PINI, "1")
field(ZNAM, "disabled")
field(ONAM, "enabled")
}
record(bo, "$(Server)/CtrlOutCalCadeinauto/enable"){
field(DTYP, "ChimeraTK")
field(SCAN, "Passive")
field(OUT, "@$(APP) Controller/Output/Calibration/CascadeInputAutomation/enable")
field(PINI, "1")
field(ZNAM, "disabled")
field(ONAM, "enabled")
}