Changeset 12251 for trunk


Ignore:
Timestamp:
10/23/11 17:06:04 (13 years ago)
Author:
tbretz
Message:
Added descriptions for the dim services.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fscctrl.cc

    r12113 r12251  
    662662    ConnectionDimFSC(ba::io_service& ioservice, MessageImp &imp) :
    663663        ConnectionFSC(ioservice, imp),
    664         fDimTemp   ("FSC_CONTROL/TEMPERATURE", "F:1;F:31;F:8;F:12;F:4;F:4", ""),
    665         fDimHum    ("FSC_CONTROL/HUMIDITY",    "F:1;F:1;F:1;F:1;F:1", ""),
    666         fDimVolt   ("FSC_CONTROL/VOLTAGE",     "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1", ""),
    667         fDimCurrent("FSC_CONTROL/CURRENT",     "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1", "")
     664        fDimTemp   ("FSC_CONTROL/TEMPERATURE", "F:1;F:31;F:8;F:8;F:4;F:4;F:4",
     665                    "|t[s]:FSC uptime"
     666                    "|T_sens[°C]:Sensor compartment temperatures"
     667                    "|T_crate[°C]:Temperatures crate 0 (back/front), 1 (back/front), 2 (back/front), 3 (back/front)"
     668                    "|T_ps[°C]:Temperatures power supplies crate 0 (back/front), 1 (back/front), 2 (back/front), 3 (back/front)"
     669                    "|T_aux[°C]:Auxiliary power supply temperatures FTM (top/bottom), FSC (top/bottom)"
     670                    "|T_back[°C]:FTM backpanel temperatures FTM (top/bottom), FSC (top/bottom)"
     671                    "|T_eth[°C]:Ethernet switches temperatures top (front/back), bottom (front/back)"),
     672        fDimHum    ("FSC_CONTROL/HUMIDITY", "F:1;F:4",
     673                    "|t[s]:FSC uptime"
     674                    "|H[%]:Humidity sensors readout"),
     675        fDimVolt   ("FSC_CONTROL/VOLTAGE",
     676                    "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1",
     677                    "|t[s]:FSC uptime"
     678                    "|FAD_Ud[V]:FAD digital (crate 0-3)"
     679                    "|FAD_U+[V]:FAD positive (crate 0-3)"
     680                    "|FAD_U-[V]:FAD negative (crate 0-3)"
     681                    "|FPA_Ud[V]:FPA digital (crate 0-3)"
     682                    "|FPA_U+[V]:FPA positive (crate 0-3)"
     683                    "|FPA_U-[V]:FPA negative (crate 0-3)"
     684                    "|ETH_U[V]:Ethernet switch (pos/neg)"
     685                    "|FTM_U[V]:FTM - trigger master (pos/neg)"
     686                    "|FFC_U[V]:FFC"
     687                    "|FLP_U[V]:FLP - light pulser"),
     688        fDimCurrent("FSC_CONTROL/CURRENT", "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1",
     689                    "|t[s]:FSC uptime"
     690                    "|FAD_Id[A]:FAD digital (crate 0-3)"
     691                    "|FAD_I+[A]:FAD positive (crate 0-3)"
     692                    "|FAD_I-[A]:FAD negative (crate 0-3)"
     693                    "|FPA_Id[A]:FPA digital (crate 0-3)"
     694                    "|FPA_I+[A]:FPA positive (crate 0-3)"
     695                    "|FPA_I-[A]:FPA negative (crate 0-3)"
     696                    "|ETH_I[A]:Ethernet switch (pos/neg)"
     697                    "|FTM_I[A]:FTM - trigger master (pos/neg)"
     698                    "|FFC_I[A]:FFC"
     699                    "|FLP_I[A]:FLP - light pulser")
    668700    {
    669701    }
Note: See TracChangeset for help on using the changeset viewer.