Data Logger Topics Your source for data logger-related articles

关于博客

These articles provide information to help you understand and use your Campbell Scientific datalogger.


搜索博客


订阅博客

出现新文章时获得邮件。选择您感兴趣的主题。


Area / Application

Product Category

Activity

输入您的邮箱地址:



推荐文章

您是否想了解一个主题更多?请让我们知道。

Leave this field empty

显示 41 - 50 of 50 文章

Making Sense of an Edlog Program File for Your Retired Data Logger

作者: Janet Albers | 最后更新: 09/09/2015 | 评论: 0

making sense of an edlog program file for your retired data logger

Our retired data loggers are still in use, and some of them use the Edlog programming language. Do you have an Edlog data logger with a .dld compiled program file that you don’t know how to read? Does your .dld file have codes that you... 阅读更多

数组的运用:复制或传递

作者: Janet Albers | 最后更新: 07/21/2015 | 评论: 0

数组的运用:复制或传递

Copying or transposing has become easier with OS 28 (CR6 OS 1). This new operating system enables you to copy portions of an array to a new location, such as when transposing rows and columns. In this example we start with A(3,2) (3 rows, 2 columns) initialized as... 阅读更多

4种方法可以让你的数据更安全

作者: Jacob Davis | 最后更新: 07/15/2015 | 评论: 0

4种方法可以让你的数据更安全

Your data is valuable, and sometimes that value is reduced if unauthorized users have access to it. For this reason, Campbell Scientific data loggers have numerous methods of restricting access to your data. This article is an overview of four available methods for securing your... 阅读更多

数据采集系统的最佳故障排除方法

作者: Jason Ritter | 最后更新: 07/08/2015 | 评论: 0

数据采集系统的最佳故障排除方法

Are your current troubleshooting methods not as helpful as you’d like them to be? This article discusses a number of troubleshooting best practices you can use, which may help you determine the source of the problem and resume your data collection more quickly. When I... 阅读更多

数组的运用:实现复杂的修正

作者: Janet Albers | 最后更新: 07/01/2015 | 评论: 0

数组的运用:实现复杂的修正

You can perform more complex scaling in an array without needing a For/Next loop. To take advantage of this feature, use OS 28 (CR6 OS 01) or later.   In this example program, a unique set of multipliers and offsets is applied to the column of an... 阅读更多

数组的运用:初始化多维数组

作者: Janet Albers | 最后更新: 06/10/2015 | 评论: 0

数组的运用:初始化多维数组

Initializing variables within an array is more flexible than ever with OS 28 (CR6 OS 1). You can think of a single dimensioned array as numbers in a column. Two dimensions, in comparison, puts numbers in rows and columns. The third dimension is a page. For example:... 阅读更多

串口通信经常出现的6个问题

作者: Jacob Davis | 最后更新: 05/29/2015 | 评论: 9

串口通信经常出现的6个问题

Your data logger may record great data, but if you can't retrieve it, the data isn’t going to do you much good. To ensure your successful data retrieval, it’s essential that you can troubleshoot possible problems that may arise with PC-to-data-logger communication over a serial... 阅读更多

如何使用 Keyboard Display来查找和插入字符

作者: Janet Albers | 最后更新: 05/29/2015 | 评论: 0

如何使用 keyboard display来查找和插入字符

A keyboard display, such as the external CR1000KD or on-board display of the CR850 and CR3000, is a powerful tool you can use in the field. A keyboard display enables you to interrogate and program a data logger independent of other telecommunication links. Most keys on... 阅读更多

CRBasic中的Public变量

作者: Janet Albers | 最后更新: 05/29/2015 | 评论: 0

crbasic中的public变量

When programming your Campbell Scientific data logger, have you ever wondered whether you should be using a Dim variable declaration or a Public one? What is the difference between them, and when is it best to use each one? Dim and Public variables are temporary holding... 阅读更多

数组的运用:简单的修正

作者: Janet Albers | 最后更新: 05/29/2015 | 评论: 0

数组的运用:简单的修正

The newest operating system released by Campbell Scientific for its data loggers is OS 28 for the CR800, CR1000, and CR3000. (The comparable operating system version for the CR6 datalogger is OS 01.) This powerful data logger OS has been enhanced so that you can... 阅读更多