Campbell SC115 Product Manual

Campbell SC115 Product Manual

Cs i/o 2g flash memory drive with usb interface
Table of Contents

Advertisement

Quick Links

SC115
CS I/O 2G Flash Memory
Drive with USB Interface
Revision: 11/19
Copyright © 2010 – 2019
Campbell Scientific
CSL I.D - 873

Advertisement

Table of Contents
loading

Summary of Contents for Campbell SC115

  • Page 1 SC115 CS I/O 2G Flash Memory Drive with USB Interface Revision: 11/19 Copyright © 2010 – 2019 Campbell Scientific CSL I.D - 873...
  • Page 3 Quotations for repairs can be given on request. It is the policy of Campbell Scientific to protect the health of its employees and provide a safe working environment, in support of this policy a “Declaration of Hazardous Material and Decontamination”...
  • Page 5 PLEASE READ FIRST About this manual Please note that this manual was originally produced by Campbell Scientific Inc. primarily for the North American market. Some spellings, weights and measures may reflect this origin. Some useful conversion factors: Area: 1 in...
  • Page 7 • Periodically (at least yearly) check electrical ground connections. WHILE EVERY ATTEMPT IS MADE TO EMBODY THE HIGHEST DEGREE OF SAFETY IN ALL CAMPBELL SCIENTIFIC PRODUCTS, THE CUSTOMER ASSUMES ALL RISK FROM ANY INJURY RESULTING FROM IMPROPER INSTALLATION, USE, OR MAINTENANCE OF TRIPODS, TOWERS, OR ATTACHMENTS TO TRIPODS AND TOWERS...
  • Page 9: Table Of Contents

    8.1.2 Multiple Data Loggers ..............5 Resident Mode ..................5 8.2.1 Programming for the Resident Modes ..........6 9. Retrieving Data from SC115 ........6 10. Data Logger Programming ........6 10.1 DataTable() and TableFile() Instructions ..........7 10.1.1 FileName ..................9 10.1.2 Options ..................9 10.1.3 MaxFiles ..................
  • Page 10 12.1 Preventing Data Corruption ............... 17 12.2 Skipped Scans ..................17 12.3 SC115 with Large Data Compliment ..........18 12.4 Data Collection Speed ................ 18 12.4.1 External Memory Card and Collection Speed ......18 12.4.2 Data Type Collection Speed............19 12.5...
  • Page 11: Introduction

    It can be used in tandem with an external memory card. The SC115 can also be used as a CS I/O to USB communications interface. Cautionary Statements Corruption of multiple data files may occur if the SC115 is removed from •...
  • Page 12: Overview

    USB port to allow stored data files to be copies to the computer. It also has a CS I/O 9-pin connector that attaches the SC115 to the CS I/O port of compatible Campbell Scientific data loggers. The SC115 may be connected directly to a computer or data logger, or connected through the supplied extension cables.
  • Page 13: Memory Drive Function

    SC115 CS I/O 2G Flash Memory Drive with USB Interface Memory Drive Function As a memory drive, when the SC115 is attached to the CS I/O port of a data logger, the LED (Light Emitting Diode) first flickers as the SC115 and data logger negotiate communications.
  • Page 14: Setup

    Setup The data logger requires inclusion of specific code in its CRBasic program to store data to the SC115. In rare instances, the SC115 may require a change to its default configuration through Device Configuration Utility software v. 1.5 or higher.
  • Page 15: Programming For The Data-Collection Modes

    In the resident modes, the SC115 remains attached to a single data logger allowing it to be used as resident external memory. The data logger can be programmed to bale data to the SC115 at regular intervals or at uniform bale sizes.
  • Page 16: Programming For The Resident Modes

    SC115 CS I/O 2G Flash Memory Drive with USB Interface When data retrieval is required, 1) a second SC115 is swapped with the first, or 2) the SC115 is removed, milked of data (perhaps by copying or moving data to a computer), and then reconnected to the data logger.
  • Page 17: Datatable() And Tablefile() Instructions

    DataTable() Size to 0 with the thought that doing so will direct data to only be written to the SC115 when it is attached for milking. However, such a programming tactic will result in failure since, in setting the DataTable() size to zero, the programmer also sets the TableFile() data buffer to zero.
  • Page 18: Function Of Numrecs, Interval, And Units Parameters

    SC115 CS I/O 2G Flash Memory Drive with USB Interface TABLE 10-1. Function of NumRecs, Interval, and Units Parameters NumRecs/ Time Into Interval (d) Interval (e) Units (f) Entry Entry Entry Function When the SC115 is connected (compiler to the data logger, the data...
  • Page 19: Filename

    When a program is compiled with “USB:” or “CS9:” in the file path, it searches the attached SC115 for any file names in the series. If it finds any, it uses the highest numbered file name, increments it by one, uses the result as the name for a new file, and writes the new data to the new file.
  • Page 20: Maxfiles

    ). With these modes, the data logger begins writing to Interval Parameter (p. 11) the SC115 as soon as it is connected to the data logger. All new records are written to a single file. See previous TABLE 10-1 and Section 10.5.1, Data- Collection Mode Examples (p.
  • Page 21: Interval Parameter

    For data-collection modes, the Interval parameter determines what data is written to the SC115. Set this parameter to 0 to collect only data written to data logger memory since it was last connected. Set this parameter to –1 to collect all of the data stored in the data logger’s memory.
  • Page 22: Lastfilename Parameter

    600, a scan interval of 100 ms, and writing a file with TableFile() after every 10 seconds (every 100 records), only 400–575 records may be written to the SC115 due to the program ending at the 600 scan prior to transferring all the records to the SC115. To transfer the remaining data to the SC115, place the CardFlush instruction between the NextScan and EndProg instructions.
  • Page 23: Standard Data-Collection Mode

    10.5.1.1 Standard Data-Collection Mode 'Plug – Collect Data Since Last Plug - Pull 'In this example, the SC115 is connected to the data logger to collect the data 'written to the data logger memory after the last connection. It only collects 'data that were already in data logger memory when it was connected.
  • Page 24: Resident Interval Mode Example

    SC115 CS I/O 2G Flash Memory Drive with USB Interface 10.5.2 Resident Interval Mode Example 'Plug In and Leave – data baled from buffer to SC115 every 60 minutes 'In this example, the SC115 remains at the data logger as resident memory.
  • Page 25: Cardflush Example

    'Plug In and Leave – data baled when buffer is full, 'i.e. DataTable() Size = TableFile() NumRecs (memory efficient!) 'In this example, the SC115 remains at the data logger as resident memory. 'This program avoids data corruption by setting DataTable() Size to equal 'TableFile() NumRecs.
  • Page 26: Cardout Example

    The SC115, when used as a serial interface, uses the Campbell Scientific SDC protocol to facilitate communications between the data logger and a computer. The SDC address can be set to 7, 8, 10, or 11 (see Section 7.2, SC115 Settings (Optional) (p.
  • Page 27: Troubleshooting Memory Drive

    Another method is to set the NumRecs parameter in TableFile() to match the Size parameter in the associated DataTable() instruction. Depending on the rate at which records are written, this can cause data to be written to the SC115 at long intervals, greatly reducing the chance of removing the SC115 from the data logger while transferring data.
  • Page 28: Sc115 With Large Data Compliment

    SC115 CS I/O 2G Flash Memory Drive with USB Interface 12.3 SC115 with Large Data Compliment An SC115 with a large compliment of data (either a large number of files, or a few very large files) may respond slower than an SC115 with less data.
  • Page 29: Data Type Collection Speed

    22 MB data file from the external memory card to the SC115. In the case of very large data files stored to the external memory card, it makes more sense to swap external memory cards (see the CFM100 CompactFlash Module user manual, available at www.campbellsci.eu, for...
  • Page 30: Technical Reference

    Click Install USB Driver and follow the prompts. 14.2 Formatting Memory The SC115 is formatted at the factory and is ready to use out of the box. Should the SC115 require formatting, such as if the memory becomes corrupted, it can be formatted through data logger File Control (LoggerNet,...
  • Page 32 INFO Global Sales & Support Network A worldwide network to help meet your needs Australia France Thailand Garbutt, QLD Australia Vincennes, France Bangkok, Thailand Location: Location: Location: Phone: 61.7.4401.7700 Phone: 0033.0.1.56.45.15.20 Phone: 66.2.719.3399 info@campbellsci.com.au info@campbellsci.fr info@campbellsci.asia Email: Email: Email: www.campbellsci.com.au www.campbellsci.fr www.campbellsci.asia Website:...

Table of Contents