Script execution

This commit is contained in:
2017-08-11 09:18:20 +02:00
parent 11adffca8e
commit e8dc90a98c

View File

@@ -27,7 +27,7 @@ for sensor in sensors: sensor.setMonitored(True)
try:
#mscan(pico_bpm6_ts_sumall, sensors + [pico_bpm6_x_axis,], 100) # 100 samples
#mscan(pico_bpm6_ts_sumall, sensors, -1, 2.0) #Samples for 2s
tscan(pico_bpm6_ts_sumall, 100, 0.1) #100 samples every 0.1s
tscan(pico_bpm6_ts_sumall, sensors, 100, 0.1) #100 samples every 0.1s
finally:
for sensor in sensors: sensor.setMonitored(False)
caput ("X12SA-ES1-TTL:OUT_02", "LOW")