From 947732782ea7d25728ed080037c33af822c57e5d Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 12 Sep 2016 09:58:25 +0200 Subject: [PATCH] Script execution --- script/HbnPhdScript.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/HbnPhdScript.py b/script/HbnPhdScript.py index 54d044f5..46401237 100644 --- a/script/HbnPhdScript.py +++ b/script/HbnPhdScript.py @@ -33,14 +33,14 @@ try: #vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) # N-N - ManipulatorPhi.move(-8.9) - ManipulatorTilt.move(+0.5) - Scienta.getStepTime().write(0.824) - vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) + #ManipulatorPhi.move(-8.9) + #ManipulatorTilt.move(+0.5) + #Scienta.getStepTime().write(0.824) + #vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout) # B-Cu VECTOR = [[218.0 + i * 2.5, 19.0 + i * 2.5, 29.0 + i * 2.5] for i in range(121)] - ManipulatorPhi.move(+21.1) + ManipulatorPhi.move(-8.9) ManipulatorTilt.move(+25.5) Scienta.getStepTime().write(1.47) vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)