SacArea-BayDeltaProjects / HydroRDITemplate

CR1000 and CR6 Datalogger template for RDI ADCPs
2 stars 0 forks source link

Set Maxiumums for Burst Data #18

Closed violetteta8 closed 5 years ago

violetteta8 commented 5 years ago

Create constants to be populated in the constant table so they can be changed more readily if necessary. (Ex: MaxParams (number of maximum parameters, not as urgent), MaxBurstCnt (total time (in sec) for burst to run, this also needs to be added to the Burst Datatable)

USGSminc commented 5 years ago

Created MaxBurstCnt in constants table. Set to create burst table once MaxBurstCnt is reached. Adjusted burst table and Aquarius table to wait for count = MaxBurstCnt and not 30. MaxParams determined to be unnecessary at this point.