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

搜索博客


订阅博客

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


Area / Application

Product Category

Activity

输入您的邮箱地址:



推荐文章

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

Leave this field empty

显示 1 - 6 of 6 文章 tagged with: CR800

Kipp & Zonen’s RaZON+ : 数采程序

作者: Matt Perry | 最后更新: 01/17/2018 | 评论: 0

 kipp & zonen’s razon+ : 数采程序

During 2017, I was asked several times for a data logger program to retrieve data from Kipp & Zonen’s new RaZON+, a compact-sized dual-axis sun tracker with integrated GPS, smart pyrheliometer, and shaded smart pyranometer. The RaZON+ touts a higher accuracy approach to obtaining solar... 阅读更多

6个步骤帮助你从源代码中获取数据

作者: Gary Roberts | 最后更新: 03/02/2016 | 评论: 1

6个步骤帮助你从源代码中获取数据

Would it be helpful to include data from a reputable source with your own data? If you have permission to use another source’s data for free or by agreement, how can you easily extract the specific data you want to use without doing a lot... 阅读更多

数组的运用:复制或传递

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

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

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

数组的运用:简单的修正

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