Resource Center
Videos and Tutorials
Using subroutines in a CRBasic program to improve program function and simplify editing
CRBasic in the Real World Part 3: Subroutines
Overview
In this third video, I will add a subroutine with a retries argument to the program. Adding the subroutine allows one SDI12Recorder() instruction to be used in multiple places in the program. The retries argument of the subroutine allows a customized number of measurement retries, depending on where the subroutine is called in the program.