本视频将演示 Campbell Scientific 数据采集器所使用的各类 CRBasic 程序文件扩展名。你将了解到 .CR1X、.CR6、.CR300 等型号专属扩展名如何确保每款数据采集器使用对应的指令和编译器,以及为何接线面板与设备性能的差异会让这种专属设计成为必要。我们还将介绍 .DLD 和 .CRB 这两种通用文件扩展名,它们支持程序在多款数据记录仪型号上运行。视频将展示这些扩展名如何与条件编译(#If、#Else、#EndIf、ElseIf)结合,帮助你轻松编写灵活的 CRBasic 程序 —— 即便数据采集器的输入范围或端子配置不同,程序也能跨型号正常运行。
This video demonstrates how to create a wiring diagram for a data logger system using a spreadsheet. The spreadsheet contains...
This video demonstrates how to use the CRBasic Editor and sensor specifications to analyze measurement instructions and deduce wiring diagrams...
CRBasic includes the ability to create custom menus for data logger displays, such as integrated displays or the CR1000KD. This...
This video explains the benefits of using functions in CRBasic programs, highlights the differences between functions and subroutines, and demonstrates...
In this video, I will demonstrate changing the sensor used in a program and how to use program versioning to...
In this video, I will demonstrate two methods to calculate and apply an offset to a water level measurement. Both...
In this third video, I will add a subroutine with a retries argument to the program. Adding the subroutine allows...
Now that the program is taking a water-level measurement every 15 minutes, I want to add the ability to trigger...
This video is the first in a series demonstrating writing CRBasic programs for specific real-world applications. In this first video,...