General Support
User Forum
Visit the Campbell Scientific Forum to submit your question to users around the world.
Ask an Expert
Ask a Question using our simple form and we'll pass it along to one of our experts.
Call Us
Our Application Engineers are ready to answer your questions. Our support numbers are:
Technical Support
US Sales
International Sales
Order Entry
Accounts Receivable
Repairs
|
435.227.9100
435.227.9120
435.227.9140
435.227.9090
435.227.9092
435.227.9105
|
Downloads
A software utility used to download operating systems and set up Campbell Scientific hardware. Device Configuration Utility supports the following Campbell Scientific products: AVW200, CC5MPX, CC640, CD295, COM220, COM320, CR10X, CR10X-PB, CR10X-TD, CR23X, CR23X-PB, CR23X-TD, CR2xx, CR510, CR510-PB, CR510-TD, CR800, CR1000, CR3000, CR5000, CR9000X, CS120, CS450, CS650, CWB100, CWS220, CWS655, CWS900, EC100, MD485, NL1xx, NL200, OBS500, PS200/CH200, RF4xx, RF500M, SC105, SC115, SDM-CAN, SDM-SI01, SMxM, TGA100A and TX320.
View Revision History
Execution of this download installs the CR1000 Operating System and Compiler on your computer. It also updates the CR1000 support files for the CRBasic Editor.
Note: The Device Configuration Utility is used to upload the included operating system to the datalogger.
View Revision History
FAQ
Q. If I download some data to my PC, the resultant "CR1000_Table1.dat" file is, for example, 150 kB in size. Is 150 kB necessarily its size on the CR1000? Is there any type of data compression being used?
The CR1000 stores data in a binary format (1s and 0s) which is very compact. Campbell Scientific software, such as LoggerNet, collects the data in a this binary format and converts it to a readable format such as ASCII. The CR1000's Status Table contains information regarding how memory is allocated for data storage. One way to access this information is through LoggerNet's Connect Screen | Tools | View Station Status. The second tab lists the tables in the datalogger, along with the number of records in the table and the estimated time that the table will fill.
..more
Q. Can the CR1000 communicate over TCP/IP?
Yes. The NL115 allows the CR1000 to
communicate over a local network or a dedicated Internet connection
via TCP/IP.
..more
Q. Where can example programs for CR1000 be found?
The CRBasic help contains example
program code for all instructions in the datalogger. Look for the
Example link at the top of each instruction topic. Additionally, the
CRBasic instruction list can be filtered by instruction type by
choosing, for example, the SerialI/O subset of instructions.
..more
Q. The CR1000 wiring panel shows four Serial Input/Output ports on C1-C8. Do these Serial I/O ports provide the same functionality as the SDM-SIO4 module did on a CR10X or CR23X datalogger?
The CR1000 can handle strings as a
specific data type. It has built-in serial communications
capabilities on the 1) four control port pairs COM1 (C1 Tx / C2 Rx)
through COM4 (C7 Tx / C8 Rx), 2) RS-232 port, and 3) CSI/O port with
the appropriate interface device. The serial I/O capabilities of the
CR1000 are similar to and faster than the SDM-SIO4 capabilities on a
CR10X or CR23X. SDM devices are addressable and are connected to a
datalogger on C1 through C3. Therefore, one benefit of using
multiple SDM devices on a CR1000 datalogger is that only three
control ports will be used.
..more
Q. Can the CR1000 measure 4-20 mA signals?
Yes. A CURS100 is used to convert a current signal (e.g. 4 to 20 mA) output by a sensor to a voltage that can be measured by the CR1000. The 100 ohm resistor used for the current shunt allows currents up to 50 mA to be read on a ±5000 mV range.
..more
Q. Do you have to use CRBasic to program the CR1000? Does a menu-driven program generator exist for the CR1000?
Short Cut for Windows is a free program
generator for Campbell Scientific dataloggers including the CR1000.
More information can be found at http://www.campbellsci.com/scwin
..more
Q. Why can't I remotely load an OS to my CR1000, CR3000, or CR800 from my Dell D600 laptop?
This issue occurs only with the D600 laptop and is solved by updating the D600's Ethernet driver from the Dell website.
..more
Q. How can the CR1000 build a text string and send it out the RS-232 port?
Sending a serial string out one of the
CR1000 COM ports will require at least two instructions. Generally,
the SerialOpen instruction is used to set up the communication
port, such as 115.2k, N, 8, 1. The instructions SerialOut or
SerialOutBlock can be used to transmit a specified string.
See the CRBasic help for examples of programs using each of these
instructions.
..more
Q. I need to write a simple program that will read two analog channels (0 to 10 Vdc).
The CR1000 can measure analog voltages in the ±5 Vdc range. A voltage divider such as the VDIV2.1 is required to reduce 10 Vdc to an acceptable range. See the VDIV10.1/VDIV2.1 manual for examples of wiring and programs. Alternatively, a basic CR1000 program can be generated using Short Cut for Windows. In Short Cut, from the Generic Measurements folder, choose either Differential Voltage or Single-Ended Voltage.
..more
Q. What would it take to allow the CR1000 to be wireless?
It depends on what you mean by
wireless. Using telecommunications peripherals, the CR1000 can
communicate with remote computers. Examples of “wireless”
telecommunication options include: cellular telephone, licensed and
spread spectrum radios and satellite communications. Additionally,
our Ethernet interfaces allow the CR1000 to access, or be accessed
by, the Internet or internal Local Area Networks.
These links allow the user to access
remotely the datalogger's real-time data, stored data, and
programming. Users can combine two telecommunication options. Popular
telemetry options that can be combined include Ethernet-to-UHF/VHF
radio, multidrop-to-spread spectrum radio, phone-to-multidrop,
ethernet-to-multidrop, and phone-to-UHF/VHF radio.
..more
Q. Can the CR1000 provide alarms?
Yes. The CR1000 is fully programmable
to output alarms. The CR1000 can initiate telecommunications such
as sending an email or text message, providing audible voice
synthesized information, or by calling a pager. The CR1000 can also
activate physical alarms such as sirens and strobes. In this type of
installation, a relay device, such as the A6REL-12, is typically used
to send a control signal to the alarm device.
..more
Q. Does the CR1000 module fit the CR10X wiring panel?
No.
..more
Q. What is the overall length of the CR1000 (including screw tabs) when the CFM100 or NL115 module is added to the wiring panel/interface of the CR1000?
CR1000 Dimensions with CFM100 or NL115 attached: 9.9" x 4.0" x 2.8" 25.2 x 10.2 x 7.1 cm
..more
Q. Is there a way to convert my CR10X program files to CR1000 program files?
Yes. We have created a software application, Transformer, to help you migrate your CR10X program files to CR1000 program files. Transformer is available within LoggerNet 3.0. From the Windows Start Menu, navigate to LoggerNet3.0 | Utilities| Transformer.
..more
Q. Does the CR1000 support Modbus?
Yes.
..more
Q. I'm receiving a security code error from your software, but my CR1000 doesn't have security set. What do I do?
If you see the error message "The security code was not recognized by the station" in LoggerNet, or “Unable to send the program. Invalid security code” with PC4000, you may need to update your datalogger support software. Using a CR1000 running Operating System Version Std.04 or later, the problem may be that LoggerNet or PC400 is interpreting the response from the datalogger incorrectly. Confirm that your new datalogger program is in your CR1000; typically you can update the table definitions and go on. Newer versions of LoggerNet and PC400 software resolve this problem. Please visit our downloads page to obtain the latest patch.
..more
|