Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Decarad system was developed at JLab - it consists of 10 radiation detecting heads (geiger-mueller (GM) tubes) that connect (signal & HV cables) to a central box. That box has a board inside for changing the HV level and reading out the GM tube signals. The center box is connected to a digi port server via DB9 at box to RJ50 at the digi, which is then connected to the outside world via ethernet. The software uses the epics tool Stream with an asyn connection to the digi to send commands to the center box to read and write. The software is part of the RadiationMonitoring slac epics package.

Proposed PV names:

PV NamePurpose
$(P):FIRMread firmware number
$(P):HRTBTread heartbeat
$(P):HVSTATread status of high voltage
$(P):TEMPread temperature of chassis
$(P):HVMONhigh voltage reading (V)
$(P):HVSETPThigh voltage setting (V)
$(P):RACK:PositionString to hold a description of the rack position
$(P):nn:DoseRatereadback of dose from GM tube nn (01-10) in mR/hr (close enough, it saturates at xxx)
$(P):nn:Positionstring to hold a description of the position of GM tube number nn
$(P):SEQsequence to readout the PVs at 1 Hz. The SEQ record has a delay of 0.06 seconds between sending 1 to each PV's PROC field so commands don't collide in the cable

...