changed voice over to use bernina_default

This commit is contained in:
2021-09-11 10:29:36 +02:00
parent 5735f35fc3
commit e8d7422ae0
5 changed files with 5 additions and 5 deletions

2
feloff
View File

@@ -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()'

2
felon
View File

@@ -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()'

View File

@@ -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()'

View File

@@ -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()'

View File

@@ -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()