Skip to content
Snippets Groups Projects
Commit 856cc717 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent e7da8733
No related branches found
No related tags found
No related merge requests found
Mercury/Desktop_Icon/.icons/Schrittmotor.png

24.8 KiB | W: | H:

Mercury/Desktop_Icon/.icons/Schrittmotor.png

15.7 KiB | W: | H:

Mercury/Desktop_Icon/.icons/Schrittmotor.png
Mercury/Desktop_Icon/.icons/Schrittmotor.png
Mercury/Desktop_Icon/.icons/Schrittmotor.png
Mercury/Desktop_Icon/.icons/Schrittmotor.png
  • 2-up
  • Swipe
  • Onion skin
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=7.54 Kal
Comment=Motorkalibrierung 7.54 (Mercury)
Exec=gnome-terminal --zoom 1 --wait -t "7.54 Kal" -- bash -c ./Mercury-7.54.py
Path=/home/niepra01/python-mercury
Icon=/home/niepra01/.icons/Schrittmotor.png
Exec=gnome-terminal --zoom 1 --wait -t "7.54 Kal" -- bash -c './Mercury-7.54.py'
Path=/home/vakuum/python-mercury
Icon=/home/vakuum/.icons/Schrittmotor.png
Terminal=false
Type=Application
Categories=Utility;
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=7.54 Resultat
Comment=Motorkalibrierung 7.54 (Mercury)
Exec=xed m230-calibration.csv
Path=/home/niepra01/python-mercury
Icon=/home/niepra01/.icons/Schrittmotor.png
Path=/home/vakuum/python-mercury
Icon=/home/vakuum/.icons/Schrittmotor.png
Terminal=false
Type=Application
Categories=Utility;
......@@ -147,8 +147,8 @@ while True:
print('{}: >>>{}<<<'.format('Temperatur', read_temperature()))
print()
if ctrl_c_pressed: # erst unterbrechen, wenn Kommunikation abgeschlossen
break
time.sleep(.5)
break
#time.sleep(.5)
sock.close()
print('\nEnde!')
......
......@@ -94,7 +94,7 @@ while True:
if data:
print('Wert: >>>{}<<<'.format(data))
if ctrl_c_pressed: # erst unterbrechen, wenn Kommunikation abgeschlossen
break
break
time.sleep(.5)
sock.close()
......
......@@ -110,7 +110,7 @@ while True:
if data:
print('Wert: >>>{}<<<'.format(extract_value(data)))
if ctrl_c_pressed: # erst unterbrechen, wenn Kommunikation abgeschlossen
break
break
time.sleep(.5)
sock.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment