##// END OF EJS Templates
Alexander Valdez -
r571:492203f46b08
parent child
Show More
@@ -15,7 +15,7 controllerObj = Project()
15 controllerObj.setup(id = '191', name='test01', description=desc)
15 controllerObj.setup(id = '191', name='test01', description=desc)
16
16
17 path = '/home/operaciones/150km_jicamarca_january/RAW_EXP/2015_ISR'
17 path = '/home/operaciones/150km_jicamarca_january/RAW_EXP/2015_ISR'
18
18 #path = '/media/DATOS/2015_ISR'
19 #path = '/media/New Volume2/DATA/RAW_EXP/2015_ISR'
19 #path = '/media/New Volume2/DATA/RAW_EXP/2015_ISR'
20
20
21 figpath = '/home/operaciones/Pictures/150km_jicamarca_january'
21 figpath = '/home/operaciones/Pictures/150km_jicamarca_january'
@@ -26,7 +26,7 readUnitConfObj = controllerObj.addReadUnit(datatype='VoltageReader',
26 endDate='2015/01/30',
26 endDate='2015/01/30',
27 startTime='07:55:00',
27 startTime='07:55:00',
28 endTime='23:59:59',
28 endTime='23:59:59',
29 online=0,
29 online=1,
30 delay=10,
30 delay=10,
31 walk=1)
31 walk=1)
32
32
General Comments 0
You need to be logged in to leave comments. Login now