fix: online changes

This commit is contained in:
e20636
2023-09-09 09:44:56 +02:00
parent b452436a1a
commit 9bbf24faf9
3 changed files with 6 additions and 5 deletions

View File

@@ -68,9 +68,9 @@ from bec_lib.bl_conditions import (
ShutterCondition,
)
_fast_orbit_feedback_condition = FastOrbitFeedbackCondition(dev.sls_fast_orbit_feedback)
# _fast_orbit_feedback_condition = FastOrbitFeedbackCondition(dev.sls_fast_orbit_feedback)
_light_available_condition = LightAvailableCondition(dev.sls_machine_status)
_shutter_condition = ShutterCondition(dev.x12sa_es1_shutter_status)
bec.bl_checks.register(_fast_orbit_feedback_condition)
# bec.bl_checks.register(_fast_orbit_feedback_condition)
bec.bl_checks.register(_light_available_condition)
bec.bl_checks.register(_shutter_condition)

View File

@@ -1,4 +1,5 @@
source ~/Data10/software/bec/bec_venv/bin/activate
source ~/Data10/software/bec_venv/bin/activate
module add gcc/9.3.0
module add hdf5_serial/1.12.2
python ~/Data10/software/cbf_converter/cbf_converter.py
python ./cbf_converter.py
#python ~/Data10/software/cbf_converter/cbf_converter.py

2
bin/setup_bec.sh Normal file → Executable file
View File

@@ -1,5 +1,5 @@
if [ "pc15543" != "$hostname" ]; then
if [! "pc15543" == "$hostname" ]; then
echo "Please run this script on pc15543"
exit 1
fi