Skip to content

Commit ae46b74

Browse files
author
jbqubit
committedJan 16, 2018
NAT MCH configuration file for Sayma
1 parent 506cc6c commit ae46b74

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

Diff for: ‎MCH_config/nat_mch_startup_cfg_power_only.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
##### NAT-MCH Configuration Script for ARTIQ Sinara #####
2+
# 11/20/2017 github.com/jbqubit
3+
4+
# configuration file details and syntax is in NAT MCH user manual
5+
# http://www.nateurope.com/manuals/nat_mch_man_usr.pdf
6+
7+
fw_ver = "V2.18"
8+
mch_id = 0
9+
mez_id = 0
10+
ins_id = 0
11+
12+
# activate the payload power of unmanaged AMC modules (eg Sayma v1.0)
13+
# amc_pwr_on = fru_id, current_max, t_delay
14+
# fru_id is 5,6,7...17 for AMCs 1,2,3...12
15+
# current_max in 100 mA steps
16+
# t_delay is power on delay in 1 sec steps
17+
amc_pwr_on = 5, 40, 1
18+
amc_pwr_on = 6, 40, 2
19+
amc_pwr_on = 7, 40, 3
20+
amc_pwr_on = 8, 40, 4
21+
22+
wd_exception_reset = 0
23+
wd_task_lost_reset = 0
24+
wd_shutdown_after_reset = 0

0 commit comments

Comments
 (0)