Script execution

This commit is contained in:
gac-x03da
2019-02-08 16:29:04 +01:00
parent 321597f3f2
commit 24480c447e
+4 -4
View File
@@ -9,9 +9,9 @@ import math
STARTPOS = 111.
ENDPOS = 51.
STEPS = 3
STEPS = -5.
LATENCY = 0.0
ENDSCAN = False
ENDSCAN = True
RELATIVE = False
# do not edit below
@@ -22,8 +22,8 @@ OtfCh1Channel = Channel("X03DA-OTF:IDATA1", type="[d", size=2000)
OtfCh2Channel = Channel("X03DA-OTF:IDATA2", type="[d", size=2000)
OtfMsgChannel = Channel("X03DA-OTF:MSG", type="s")
#MOTOR = (ManipulatorTheta)
MOTOR = (dummy)
MOTOR = (ManipulatorTheta)
#MOTOR = (dummy)
#SENSORS = (SampleCurrent, RefCurrent, MachineCurrent)
SENSORS = (OtfCh1Channel, OtfCh2Channel, OtfEnergyChannel)