Script execution

This commit is contained in:
x07maop
2016-11-23 04:31:51 +01:00
parent 632e84f038
commit 423fc89da8
+23
View File
@@ -0,0 +1,23 @@
off_l0 = 4.0
off_l90 = 4.5
open_valve()
set_pol_lin(0, offset = off_l0)
set_file('Dy_lin0')
otf(start=1265, end=1355, time=3, delay=5)
set_pol_lin(90, offset = off_l90)
set_file('Dy_lin90')
otf(start=1265, end=1355, time=3, delay=5)
set_pol_lin(90, offset = off_l90)
set_file('Dy_lin90')
otf(start=1265, end=1355, time=3, delay=5)
set_pol_lin(0, offset = off_l0)
set_file('Dy_lin0')
otf(start=1265, end=1355, time=3, delay=5)
close_valve()