SacArea-BayDeltaProjects / HydroRDITemplate

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

Modify/Add Debug/Velocity Table(s) #26

Open violetteta8 opened 5 years ago

violetteta8 commented 5 years ago

If we store all debugging variables, for a day worth of records (1440) at all times, we can eliminate the conditional compiles for the "Debugging". All that conditional does is make the variables Public or Dim. We can keep them Dim and store them in a table to view them. We can also do the same with the V1(),V2(), etc variables. This would allow us to trim down the number of Public variables there are tremendously. This would eliminate for the need all of the conditional compile code for the "Debugging", "SeeAllVel", and "SeeRawWQ". Keep all those values Dim but stored in tables as samples.