Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Releases: HCALRunControl/levelOneHCALFM

2018, cleanup starting and stopping sequences for local runs

07 Dec 16:34
823633a
Compare
Choose a tag to compare

2018, Jun21 Publish config time

21 Jun 14:54
Compare
Choose a tag to compare

see elog: http://cmsonline.cern.ch/cms-elog/1048612

FM release 18.2.2:

  • Publish config time #420, patched 3d1e0b5
  • Discontinue support for isCrossPartitionFm #419

2018, Apr26 Fix masking JS, fix TPG_KEY propagation

26 Apr 10:06
Compare
Choose a tag to compare

see elog: http://cmsonline.cern.ch/cms-elog/1038416

FM release 18.2.1:

  • Fix a bug in maskedcrate attribute handling in GUI #411
  • Fix TpgKey setting in global run #413, #414

2018, Apr20 maskedcrates attribute, fix config timeout

20 Apr 13:44
02a2a41
Compare
Choose a tag to compare

See elog: http://cmsonline.cern.ch/cms-elog/1037331

FM release 18.2.0:

  • Fix config timeout #408
  • Simplify QG navigation #404
  • Add maskedcrate attribute to runkey #404

2018, Apr12 Send AsyncDisable to TA

12 Apr 15:35
Compare
Choose a tag to compare

See http://cmsonline.cern.ch/cms-elog/1035789
FM release 18.1.4:

  • Send AsyncDisable to TA #398
    Need hcos 14.8.0 for click-stop to work correctly, normal run-stops(auto-stop) works fine.
  • Fixed a null pointer bug for a corner case during reset #399
  • Clean up code #400

2018, Apr05 ErrMessage format, Un-hardcode TCDS URI

05 Apr 12:24
66a878d
Compare
Choose a tag to compare

FM release 18.1.3:

  • Include XML schema in jar #382
  • goToError when we cannot open a TCDS snippet #383,
  • Format supervisor error in table #391, (need hcos MR217>=14.6.3)
  • Add link to hyperDAQ in the error message #394 (need hcos MR228)
  • GUI changes (copy-quick-info button) #392, #397
  • GetTCDS URI from supervisor #393 (need hcos MR228,>=14.6.6)

2018, Mar 21 Support HBHE FM

21 Mar 17:13
992af4c
Compare
Choose a tag to compare

FM release 18.1.2:

  • Support HBHE FM 1: release TCDS lease of HBHEabc for HCAL_HBHE FM #375
  • Support HBHE FM 2: Go to/Get out of RunningDegraded based on all three HBHEabc status in alarmer for HBHE FM #375
  • Clean up old and unused code #373
  • Requires hcos 14.6.3 for P5 local runs to handle multiple TCDS partitions in single FM

2018, Mar 15

21 Mar 17:11
Compare
Choose a tag to compare

FM release 18.1.1:

  • Clean up grandmaster/mastersnippet/runkey naming confusion in the code. #369
  • Naming convention of RunInfo DB field name updated: #369
LOCAL_RUN_KEY            to MASTERSNIPPET_SELECTED (with value e.g. Master/pedestal.xml)  
LOCAL_RUNKEY_NAME to LOCAL_RUNKEY_SELECTED    (with value e.g. ped/Laser_HEP_Megatile etc)
  • Add grandmaster validation via XML schema #369
  • Allow partition-specific setting in Mastersnippet #363

Requires format different on userXML tag names and xsd file than previous version
In userXML, the tag name is updated:

<MasterSnippetList> -> <grandmaster>

In runkey file (or grandmaster), the tag name is updated:

<RunConfigs> -> <LocalRunkeys>
<RunConfig> -> <LocalRunkey>

And requires a file of /Master/grandmaster.xsd in CfgCVSBASEPATH
The example from P5 can be found here:
http://hcalmon.cms/cgi-bin/cvsweb.cgi/HcalCfg/Master/grandmaster.xsd

2018, Mar06 ConfigPriority

06 Mar 17:15
5a46138
Compare
Choose a tag to compare
  • Allow configPriority to be set from LV2 FM property. For details of implementation, see:
    #364
  • don't appear to be in spectator mode when runkeys are broken
  • Reduce log info
  • Refactor xmlHandler such that a standalone validator can use parsing code

2018, Feb12 runkey name publish fix

21 Feb 14:11
Compare
Choose a tag to compare
  • Publish the correct FM parameter for runkey name
  • Propagate runkey error to GUI