Skip to content

Changes to mux control to fit latest changes in firmware

Irene Mateos Dominguez requested to merge imateosd/Ph2_ACF:Dev into Dev

This works with the latest commit in the d19c-firmware 004720310d00d0a7ee5acdec8850a6c560bf52dd

Changes to the files

  • HWInterface/D19cMuxBackplaneFWInterface.cc
  • HWInterface/D19cMuxBackplaneFWInterface.h
  • tools/MultiplexingSetup.cc
  • tools/MultiplexingSetup.h
  • settings/address_tables/uDTC_OT_address_table.xml
  • And the HW description files used in the hybrids test system.

Added features

Control of the interlock feature of the backplane v2.

The interlock feature is enabled or diabled by a setting in the HW description XML file. The setting is called InterlockEnabled

    <!-- Interlock enabled. 1 is input to the backplane from the switch. 0 is input to the backplane by the firmware -->
    <Setting name="InterlockEnabled">1</Setting>

Ability to select a card without scanning the system with mux_scan

One can directly select a test card without forcibly having to scan the system first. This is useful because the GUI will reload the firmware often and it's a waste of time to re-scan the system every time.

Edited by Irene Mateos Dominguez

Merge request reports