|
META TOPICPARENT |
name="HcalDTC" |
AMC13 MMC Software
The AMC13 MMC software package can be found in the amc13config directory in the xDAQ release or Standalone Release. This package is a collection of python scripts which provide the ability to store configuration information into non-volatile EEPROM memory for each SPI port, to apply directly configuration information to an AMC13 after power up, and to issue useful commands remotely such as resets and handle swaps. |
| This Python module holds some important variables which, once set, probably won't need to be changed again (on a given system). This file conveniently makes it so that once properly adjusted, all default values for amc13Config script flags should be useful.
Variable |
Description |
DEFAULT_HOST_IP |
The IP address for your commercial MCH module in the uTCA crate |
|
|
< < |
DEFAULT_AMC13_SLOT |
The desired default slot value for your AMC13 (on-based, as listed on the front of the Vadatech uTCA crate) |
|
> > |
DEFAULT_AMC13_SLOT |
The desired default slot value for your AMC13 (one-based, as listed on the front of the Vadatech uTCA crate) |
|
|
DEFAULT_CONFIG_DIR |
The location of the PERL tools which are used for the MMC actions (this shouldn't ever need to be changed) |
NETWORK_BASE |
The network base for all IP addresses in your uTCA crate |
|