DCS_REQ Database info can be translated into such EPICS record | EPICS record for one of the Coil Temperature channels based on the information from the DCS_REQ Database |
record(ai, "Variable name"){ field(DESC, "Description of the variable") field(PREC, "Measurement precision") field(EGU, "Measurement units") field(VAL, "Value of variable") field(SCAN, "Update rate") field(HIHI, "Alarm maximum") field(LOLO, "Alarm minimum") field(HIGH, "Warn Maximum") field(LOW, "Warn minimum") field(HOPR, "Maximum range") field(LOPR, "Minimum range") } |
record(ai, "PANDA:DIPOL:COIL:C1:T_R"){ field(DESC, "Dipole coil temperature") field(PREC, "3") field(EGU, "Degrees Celsius") field(VAL, "35") field(SCAN, "1 second") field(HIHI, "50") field(LOLO, "10") field(HIGH, "40") field(LOW, "15") field(HOPR, "60") field(LOPR, "0") }where C1 denotes that this is the first channel, replaced with C2 , C3 , and C4 for the others, respectively.
|
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
![]() |
DIPOL-GUI.css-sds | manage | 268.1 K | 23 Aug 2012 - 11:14 | PeterZumbruch | DIPOL GUI source code |
![]() |
DIPOL-GUI.png | manage | 55.0 K | 23 Aug 2012 - 11:15 | PeterZumbruch | DIPOL GUI Screenshot |
![]() |
DIPOL.db | manage | 3.3 K | 23 Aug 2012 - 11:15 | PeterZumbruch | DIPOL subsytem EPICS records |
![]() |
Dipole-sketch.bmp | manage | 4603.9 K | 23 Aug 2012 - 11:16 | PeterZumbruch | Sketch of the Dipole sensors locations |
![]() |
Dipole-sketch.png | manage | 23.3 K | 23 Aug 2012 - 11:16 | PeterZumbruch | Sketch of the Dipole sensors locations (PNG) |
![]() |
GUI-with-db.tgz | manage | 10.8 K | 23 Aug 2012 - 11:16 | PeterZumbruch | Tarball for installing DIPOL GUI, EPICS db and test script |
![]() |
GUI.tgz | manage | 9.6 K | 23 Aug 2012 - 11:17 | PeterZumbruch | Tarball for installing the DIPOL GUI |
![]() |
Recordref.pdf | manage | 2768.0 K | 23 Aug 2012 - 11:18 | PeterZumbruch | EPICS Record Reference Manual - EPICS Release 3.13 |