Hello,
I am new to CR Basic. I am using CR1000.
Where can I find command documentation?
I am referring (http://climate.sdstate.edu/howto/hydraprobe-analog/cr1000.pdf) this document.
I was looking for the syntax and details of "Minimum" function.
Minimum(1,BattV,FP2,False,False)
What are the last 2 parameters mean?
Thank you,
Hello,
You can download the current manual for the CR1000 at:
http://www.campbellsci.com/documents/manuals/cr1000.pdf
the one you referenced is from 2008.
The information you ask for is on page 179.
The first of the last two parameters is the disable variable. If True the current measurement will not be included in determining the minimum for the next write to the data table. If the last parameter is True then the time the minimum value was measured will also be written to the data table, if False it will not.
Hope this helps, good luck.
Hello Dizbert,
Thank you for the info.
Now it is clear to me.
Best,