Script execution

This commit is contained in:
gac-x10da
2020-11-29 10:30:28 +01:00
parent 03b30f22cf
commit df8d7f06c7

View File

@@ -1,20 +1,12 @@
positions = [ ("pos_02", 6.4, -13.2), \
("pos_03", 0, -13.2), \
("pos_04", -6.6, -13.2), \
("pos_05", -13, -13.2), \
("pos_06", -19.4, -13.2), \
("pos_07", 13, -4.2), \
("pos_08", 6.4, -4.2), \
("pos_09", 0, -4.2), \
("pos_10", -6.6, -4.2), \
("pos_11", -13, -4.2), \
("pos_12", -19.4, -4.2), \
("pos_13", 13, 4.8), \
("pos_14", 6.4, 4.8), \
("pos_15", 0, 4.8), \
("pos_16", -6.6, 4.8), \
("pos_17", -13, 4.8), \
("pos_18", -19.4, 4.8) ]
positions = [ ("pos_01", 18, -13.2), \
("pos_02", 10, -13.2), \
("pos_03", 2, -13.2), \
("pos_04", -6, -13.2), \
("pos_05", -14, -13.2), \
("pos_06", -22, -13.2), \
("pos_07", 18, -4.2), \
("pos_08", 10, -4.2), \
("pos_09", 2, -4.2) ]
for pos in positions:
caput("X10DA-ES1-MA1:TRX", pos[1])