UA Configuring DC19
Table of Contents
Set-up
* Voltage supplier at 7V.
* Cable FC7-CBC module need to be mirrored!!
* Fan always on
Configuring Ph2_ACF
* Login in the machine
adaq@elpc4
* Configuring the environment for Ph2_ACF test can be found here
here
Configuring the DC19 chip
* Find the IP address of the network:
ifconfig
*Then take the network name which starts with 192.168... In this case is eth2. Then find the address of the chip
arp
You will find that the current address is 192.168.0.80.
*Setting the Ph2_ACF environment
cd Ph2_ACF
source setup.sh
* Make a copy of the DC19 configuration
cp settings/D19CDescription.xml settings/D19CDescription_Hole.xml
vi settings/D19CDescription_test.xml
* Then edit in the config
1) The url:
<connection id="board" uri="chtcp-2.0://localhost:10203?target=192.168.0.80:50001" address_table="file://settings/address_tables/d19c_address_table.xml" />
2) CBC files
<CBC_Files path="./settings/CbcFiles/" />
<CBC Id="0" configfile="Cbc_default_hole.txt" />
<CBC Id="1" configfile="Cbc_default_hole.txt" />
3) The Vcth register
<SLink>
<DebugMode type="FULL"/>
<ConditionData type="I2C" Register="VCth" FeId="0" CbcId="0"/>
4) The hole mode
<Setting name="HoleMode">1</Setting>
--
DavideDiCroce - 2019-10-18