Script execution

This commit is contained in:
gac-x03da
2020-02-03 15:37:51 +01:00
parent 31205039ec
commit 974b25b48f

View File

@@ -11,7 +11,7 @@ SENSORS = (SampleCurrent,RefCurrent, MachineCurrent)
STARTPOS = (1.0)
ENDPOS = (-0.5)
#STEPS = -0.01
DWELL = 0.1
DWELL = 0.5
TOTAL_TIME = 150
STEPS = int(TOTAL_TIME / DWELL) + 1