From 96147ab5b5203621e6477e5e974bbcc039369b91 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Thu, 29 Jun 2017 09:19:42 +0000 Subject: [PATCH] -Added '-s MESH' to BSN monitor readout command. --- applications/apertif/commissioning/central_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/apertif/commissioning/central_status.sh b/applications/apertif/commissioning/central_status.sh index 766b5b24f0..159c38d93a 100755 --- a/applications/apertif/commissioning/central_status.sh +++ b/applications/apertif/commissioning/central_status.sh @@ -82,7 +82,7 @@ else exit 1 fi - NOF_BSN_TIMEOUTS=$(python $UPE/peripherals/util_bsn_monitor.py --unb $UNBS --fn 0:3 --bn 0:3 -n 1 -r 4 | grep -c "timeout = 1") + NOF_BSN_TIMEOUTS=$(python $UPE/peripherals/util_bsn_monitor.py --unb $UNBS --fn 0:3 --bn 0:3 -n 1 -r 4 -s MESH | grep -c "timeout = 1") if [ "$NOF_BSN_TIMEOUTS" == "0" ]; then echo dish_status.sh: Passed - Found no timeouts on post-align MESH BSN monitors else -- GitLab