Prevent x/y translation of detector when voltage >= 800V

r2667 | ffr | 2008-08-06 12:47:47 +1000 (Wed, 06 Aug 2008) | 2 lines
This commit is contained in:
Ferdi Franceschini
2008-08-06 12:47:47 +10:00
committed by Douglas Clowes
parent e31aa973a6
commit dd984f6327

View File

@@ -1,3 +1,3 @@
# Forbid detector motion when the detector voltage is on # Forbid detector motion when the detector voltage is on
forbid {-inf inf} for det when dhv1 in {20 inf} forbid {-inf inf} for det when dhv1 in {800 inf}
forbid {-inf inf} for detoff when dhv1 in {20 inf} forbid {-inf inf} for detoff when dhv1 in {800 inf}