The Campbell Scientific Blog Your source for useful how-to information and helpful expert advice

Pesquisar o Blog


Inscrever-se para o Blog

Receber e-mail quando um novo artigo é publicado. Escolha os temas de seu interesse.


Area / Application

Product Category

Activity

Corporate / News

Insira o seu endereço de email:



Sugerir um artigo

Existe um tópico que você gostaria de saber mais à respeito? Nos informe.

Leave this field empty

Displaying 1 - 7 of 7 articles tagged with: Array

5 Steps to Post Your CR6 Data to Weather Underground

Autor: Sam Utley | Ultima atualização: 03/23/2016 | Comentários: 10

5 steps to post your cr6 data to weather underground

Note: It appears that after this blog article was written, Weather Underground has been phasing out the “PWS – Upload Protocol.” The following tutorial may or may not work currently or in the future. However, it continues to offer some insight into structuring a CRBasic... Leia mais

How to Convert Wind Directions in Degrees to Compass Directions

Autor: Jacob Davis | Ultima atualização: 01/06/2016 | Comentários: 2

how to convert wind directions in degrees to compass directions

Do you feel lost when sifting through wind direction data that is listed in degrees? For example, can you picture in your mind what direction 195 degrees is? Would it be easier if your data logger could put your data in compass directions instead? In... Leia mais

Serving up the RealTime() Instruction with a Side of Alias Declarations

Autor: Janet Albers | Ultima atualização: 10/07/2015 | Comentários: 2

serving up the realtime() instruction with a side of alias declarations

CRBasic has a full menu of instructions to help you write or edit your data logger program. This article offers a main course of scheduling your data logger actions using the RealTime() instruction with a side dish of making your program easier to read with... Leia mais

4 New Ways to Use Array Notation: Copying or Transposing

Autor: Janet Albers | Ultima atualização: 07/21/2015 | Comentários: 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... Leia mais

4 New Ways to Use Array Notation: Complex Scaling

Autor: Janet Albers | Ultima atualização: 07/01/2015 | Comentários: 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... Leia mais

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

Autor: Janet Albers | Ultima atualização: 06/10/2015 | Comentários: 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:... Leia mais

4 New Ways to Use Array Notation: Simple Scaling

Autor: Janet Albers | Ultima atualização: 05/29/2015 | Comentários: 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... Leia mais