Skip to content
Snippets Groups Projects
Commit 437f5d98 authored by Taya Snijder's avatar Taya Snijder
Browse files

Merge branch 'L2SS-905-2-subrack-instructions' into 'master'

L2SS-905 added readm with instructions on how to support 2 subracks

Closes L2SS-905

See merge request !429
parents 72e1e99d 4d1164c3
No related branches found
No related tags found
1 merge request!429L2SS-905 added readme with instructions on how to support 2 subracks
## adding support for 2 subracks
These are the required changes that need to be made in order to support multiple subracks.
##### In the config file:
- add all the new devices under the "STAT/DEVICE/2" name with the correct IP addresses, ports and other properties. This includes: APSCT, APSPU, RECV and UNB2.
- Put the new devices in the "Device_Names" list for the boot devices
- Set the first 8 bools in "STAT/SDP/1" ... "TR_fpga_mask_RW_default" to True (instead of the first 4 with 1 subrack). This enables the new FPGA's
##### In the jupyter startup script
- Change all "STAT/DEVICE/1" device variable names to end with "_1"
- Add all new "STAT/DEVICE/2" devices with their names ending in "_2"
- update the devices list with the new devices and changed names
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment