公司博客 Your source for useful how-to information and helpful expert advice

关于博客

The Campbell Scientific Blog has relevant information that expands your knowledge, answers your questions, and helps overcome your measurement challenges. 


搜索博客


订阅博客

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


Area / Application

Product Category

Activity

输入您的邮箱地址:



推荐文章

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

Leave this field empty

显示 141 - 151 of 151 文章

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

作者: 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... 阅读更多

如何来阻止跳扫描

作者: Jacob Davis | 最后更新: 06/17/2015 | 评论: 3

如何来阻止跳扫描

Through programming, relatively slow SDI-12 measurements can coexist, without problems, alongside fast measurements. To illustrate the need for accommodations in your data logger program, I will share the story of the worst sunburn I ever got. Southern Peru is near the Pacific Ocean, yet is... 阅读更多

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

作者: 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:... 阅读更多

灵活运用LoggerNet数据采集功能

作者: Dana Worley | 最后更新: 06/03/2015 | 评论: 0

灵活运用loggernet数据采集功能

If you are a user of our LoggerNet software, you know that the software can be configured to collect data from your data logger on a regular interval. From a data logger's Schedule tab in the Setup Screen, you can configure an interval of anywhere... 阅读更多

串口通信经常出现的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... 阅读更多

如何来检查太阳辐射测量的准确性

作者: Bruce Smith | 最后更新: 05/29/2015 | 评论: 0

如何来检查太阳辐射测量的准确性

Solar radiation is an important measurement for many researchers and those who are monitoring their evapotranspiration values for irrigation purposes. If you have been wondering how accurate your solar radiation measurement is, Apogee Instruments (an associated company of Campbell Scientific) has a Clear Sky Calculator mobile... 阅读更多

你的LoggerNet数据安全吗?

作者: Dana Worley | 最后更新: 05/29/2015 | 评论: 0

你的loggernet数据安全吗?

When you live in a cold-weather climate like we do here in northern Utah, it’s a welcome reprieve to spend a few days away enjoying someplace sunny and warm. A couple of days ago, as I was uploading photos of sunshine and blue skies from... 阅读更多

欢迎浏览Campbell公司博客

作者: Robin Deissinger | 最后更新: 05/29/2015 | 评论: 0

欢迎浏览campbell公司博客

Which of these sounds like you? I need help with the basic stuff. How do I know what kind of measurement equipment I need? When I get it, how do I set it up correctly? I need programming help. How do I make sure I'm getting... 阅读更多

如何使用 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... 阅读更多