Data Logger Topics Your source for data logger-related articles

About the Blog

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


Search the Blog


Subscribe to the Blog

Get an email when a new article is posted. Choose the topics that interest you most.


Area / Application

Product Category

Activity

Corporate / News

Enter your email address:



Suggest an Article

Is there a topic you would like to learn more about? Let us know.

Leave this field empty

Displaying 41 - 49 of 49 articles

4 New Ways to Use Array Notation: Copying or Transposing

Author: Janet Albers | Last Updated: 07/21/2015 | Comments: 0

4 new ways to use array notation: copying or transposing

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... read more

4 Ways to Make Your Data More Secure

Author: Jacob Davis | Last Updated: 07/15/2015 | Comments: 0

4 ways to make your data more secure

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... read more

Troubleshooting Best Practices for Data Acquisition Systems

Author: Jason Ritter | Last Updated: 07/08/2015 | Comments: 0

troubleshooting best practices for data acquisition systems

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... read more

4 New Ways to Use Array Notation: Complex Scaling

Author: Janet Albers | Last Updated: 07/01/2015 | Comments: 0

4 new ways to use array notation: complex scaling

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... read more

4 New Ways to Use Array Notation: Initializing Multi-Dimensional Arrays

Author: Janet Albers | Last Updated: 06/10/2015 | Comments: 0

4 new ways to use array notation: initializing multi-dimensional arrays

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:... read more

6 Common Communication Problems Involving Serial Connections

Author: Jacob Davis | Last Updated: 05/29/2015 | Comments: 9

6 common communication problems involving serial connections

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... read more

How to Find and Insert Characters Using a Keyboard Display

Author: Janet Albers | Last Updated: 05/29/2015 | Comments: 0

how to find and insert characters using a 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... read more

Going Public with Your Variables in CRBasic

Author: Janet Albers | Last Updated: 05/29/2015 | Comments: 0

going public with your variables in crbasic

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... read more

4 New Ways to Use Array Notation: Simple Scaling

Author: Janet Albers | Last Updated: 05/29/2015 | Comments: 0

4 new ways to use array notation: simple scaling

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... read more