Script execution

This commit is contained in:
gac-x03da
2019-05-01 11:14:54 +02:00
parent 0aa33d85ab
commit aafbb04fba

View File

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