Closedown

This commit is contained in:
gac-x04sa
2018-09-26 12:09:32 +02:00
parent a34cc9bae7
commit 44d5e38a4d
2 changed files with 10 additions and 4 deletions

View File

@@ -13,4 +13,4 @@ class MyInterlock1 (Interlock):
return False
return True
interlock1 = MyInterlock1()
interlock1 = MyInterlock1()

View File

@@ -1,6 +1,6 @@
#gamma.move(20.0)
#alpha.move(10.0)
fourcv.move((10.0, 0.0, 20.0, 0.0))
hkl_pos = hkl_group.take()
@@ -13,4 +13,10 @@ for lv in frange(start,end,step):
start_pos = hkl_to_angles(hkl_pos[0], hkl_pos[1], 1.0) [0]
fourcv.move(start_pos)
lscan(l, current, start,end,step)
lscan(l, current, start,end,step)
#vector = [(3, 1, 1)]
#hklscan(vector, current, latency = 0.0, passes = 1)