Script execution

This commit is contained in:
gac-x03da
2019-02-09 20:00:38 +01:00
parent b81cdf1ae2
commit acba7eb1ab

View File

@@ -7,9 +7,9 @@ set OTF parameters separately
import math
STARTPOS = 51.
ENDPOS = -9.
STEPS = -5.
STARTPOS = -45.5 - 60
ENDPOS = -45.5 + 60
STEPS = -10.
LATENCY = 0.0
ENDSCAN = True
RELATIVE = False
@@ -22,7 +22,7 @@ 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 = (ManipulatorPhi)
#MOTOR = (dummy)
#SENSORS = (SampleCurrent, RefCurrent, MachineCurrent)
SENSORS = (OtfCh1Channel, OtfCh2Channel, OtfEnergyChannel)