diff --git a/feloff b/feloff index 885f034..f0de710 100755 --- a/feloff +++ b/feloff @@ -1,4 +1,4 @@ #!/bin/bash caput SGE-CPCW-72-EVR0:FrontUnivOut15-Ena-SP 0 -/sf/bernina/anaconda/bernina_envs/bernina37/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("FEL beam blocked");e.runAndWait()' +/sf/bernina/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("FEL beam blocked");e.runAndWait()' diff --git a/felon b/felon index 1f6bef8..d68805d 100755 --- a/felon +++ b/felon @@ -1,3 +1,3 @@ #!/bin/bash caput SGE-CPCW-72-EVR0:FrontUnivOut15-Ena-SP 1 -/sf/bernina/anaconda/bernina_envs/bernina37/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("FEL beam on");e.runAndWait()' +/sf/bernina/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("FEL beam on");e.runAndWait()' diff --git a/laseroff b/laseroff index da4bbd9..217e860 100755 --- a/laseroff +++ b/laseroff @@ -1,4 +1,4 @@ #!/bin/bash caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "HIGH" caput SLAAR21-LPSYS-ESB:SHUT_TRANS "ON" -/sf/bernina/anaconda/bernina_envs/bernina37/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser blocked");e.runAndWait()' +/sf/bernina/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser blocked");e.runAndWait()' diff --git a/laseron b/laseron index 9c2ef67..098daa4 100755 --- a/laseron +++ b/laseron @@ -1,4 +1,4 @@ #!/bin/bash caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "LOW" caput SLAAR21-LPSYS-ESB:OPEN_TRANS "ON" -/sf/bernina/anaconda/bernina_envs/bernina37/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()' +/sf/bernina/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()' diff --git a/saythis b/saythis index 4a84604..02512c0 100755 --- a/saythis +++ b/saythis @@ -1,4 +1,4 @@ -#!/sf/bernina/anaconda/bernina_envs/default/bin/python +#!/sf/bernina/anaconda/bernina_envs/bernina_default/bin/python import sys import pyttsx3 e = pyttsx3.init()