Campbell Raven II Betriebsanweisung

Stöbern Sie online oder laden Sie Betriebsanweisung nach Vernetzung Campbell Raven II herunter. Campbell Raven II User guide Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 43
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Copyright © 2012 by Measurand Inc.
User Guide
Integration of ShapeAccelArray and Campbell
Scientific CR800/CR1000 Data Loggers
Measurand Inc.
2111 Hanwell Rd.
Fredericton, NB, Canada
E3C 1M7
tel: 506-462-9119
fax: 506-462-9095
Email: SAAsupport@measurand.com
http://www.measurandgeotechnical.com
Seitenansicht 0
1 2 3 4 5 6 ... 42 43

Inhaltsverzeichnis

Seite 1 - User Guide

Copyright © 2012 by Measurand Inc. User Guide Integration of ShapeAccelArray and Campbell Scientific CR800/CR1000 Data Loggers Measurand

Seite 2 - Notices

SAA CR Logger Integration Guide May 2012 5 the SAA232 device to your laptop by means of a “SAA232-USB” Connector (Figure 3.1). The SAA232-USB 4-pi

Seite 3 - Table of Contents

SAA CR Logger Integration Guide May 2012 6 Figure 3.2: Opening the Diagnostics Tests window in SAARecorder. Figure 3.3: Graph for Total Accelera

Seite 4 - List of Figures

SAA CR Logger Integration Guide May 2012 7 4. Using LoggerNet Setup of the CR1000 to collect SAA data requires a basic understanding

Seite 5 - Preface

SAA CR Logger Integration Guide May 2012 8 Figure 5.1: SAACR_FileGen utility.  Reading Interval: The frequency at which SAA observations are ma

Seite 6 - 2. Hardware Setup

SAA CR Logger Integration Guide May 2012 9 Figure 5.2: SAA232 or SAA232-5 Channel selection. Figure 5.3: Saving a logger program created using t

Seite 7

SAA CR Logger Integration Guide May 2012 10 6. Compiling SAA Program Files Once the main program has been successfully generated, it can be viewe

Seite 8 - May 2012 3

SAA CR Logger Integration Guide May 2012 11 Figure 7.1 Selecting File Control in the LoggerNet Connect utility. Once the File Control window

Seite 9

SAA CR Logger Integration Guide May 2012 12 Figure 7.2: Selecting 'Send' option in ‘File Control’. Figure 7.3: Selecting ‘Run Options

Seite 10

SAA CR Logger Integration Guide May 2012 13 Figure 7.4: Sending a program to the CR1000. 8. Data File Management It is critical that the data fi

Seite 11 - May 2012 6

SAA CR Logger Integration Guide May 2012 14 Figure 8.1: Specifying the destination of data files using the LoggerNet Setup utility Note: Befor

Seite 12 - 4. Using LoggerNet

SAA CR Logger Integration Guide May 2012 ii Notices Measurand shall have no liability for incidental or consequential damages of any kind arising

Seite 13

SAA CR Logger Integration Guide May 2012 15 Note: If your PC is using Daylight Savings Time, take care NOT to disrupt the time set

Seite 14 - May 2012 9

SAA CR Logger Integration Guide May 2012 16 Figure 9.2: Collecting data using the LoggerNet ‘Connect’ utility. 10. Automated Data Collection Onc

Seite 15

SAA CR Logger Integration Guide May 2012 17 Figure 10.1: Enabling scheduled data collection. 11. Manual Conversions of SAA Data SAA data collec

Seite 16

SAA CR Logger Integration Guide May 2012 18 Once the conversion is completed, you will be prompted on whether or not you want to view the data usi

Seite 17 - May 2012 12

SAA CR Logger Integration Guide May 2012 19 Figure 12.2: Quickview of absolute shape plots for SAA in SAAView. Figure 12.3: Viewing absolute sha

Seite 18 - 8. Data File Management

SAA CR Logger Integration Guide May 2012 20 LoggerNet ‘Task Master’ utility. The first manual conversion is necessary to generate the pref_project

Seite 19 - 9. Manual Data Collection

SAA CR Logger Integration Guide May 2012 21 To configure the task, click on the ‘Configure Task’ button. Once the configure screen is open

Seite 20

SAA CR Logger Integration Guide May 2012 22 Note: Any of the files required by SAACR_raw2data (E.g., calibration files, multi_saa_allcart.txt) ca

Seite 21

SAA CR Logger Integration Guide May 2012 23 file (text file of all Cartesian coordinate records) will no longer be updated in this

Seite 22

SAA CR Logger Integration Guide May 2012 24 Appendix I: Integrating other Sensors into the Main Program (Advanced) ** Please contact Measurand if

Seite 23 - 12. Viewing SAA Data

SAA CR Logger Integration Guide May 2012 iii Table of Contents Table of Contents ...

Seite 24

SAA CR Logger Integration Guide May 2012 25 ' Enter the number of Strain Gages (SG) to be monitored: Const NUM_SGS = 20 '>>>&g

Seite 25

SAA CR Logger Integration Guide May 2012 26 '>>>>>>>>>>>>>>> START <<<<<<<&

Seite 26

SAA CR Logger Integration Guide May 2012 27 'Input email parameter strings (as constants), Message String & Result Variable Const ServerA

Seite 27

SAA CR Logger Integration Guide May 2012 28 Public SAA1_REF_ACC_VALUES(MAX_NUM_OCTETS,NUM_SENSORS_PER_OCTET) As Float Public SAA1_SAATOP_VOLTAGE A

Seite 28

SAA CR Logger Integration Guide May 2012 29 'Logger Diagnostics: DataTable(LOGGER_DIAGNOSTICS,true,-1) Sample(1,LOGGER_VOLTAGE,Float)

Seite 29

SAA CR Logger Integration Guide May 2012 30 Sample(1,SAA2_SAATOP_CURRENT,Float) Sample(1,SAA2_SAATOP_TEMPERATURE,Float) EndTable ' SG

Seite 30 - May 2012 25

SAA CR Logger Integration Guide May 2012 31 'add calls to each SAA and store data in respective tables: '-------------------

Seite 31 - May 2012 26

SAA CR Logger Integration Guide May 2012 32 EndIf CallTable SAA2_DATA If SAA2_SAATOP>0 Call GetSAATopData(SAA2_SA

Seite 32 - May 2012 27

SAA CR Logger Integration Guide May 2012 33 CallTable EPC_DATA SerialClose(COM3) 'SerialClose(COM4) NextScan EndSub

Seite 33 - May 2012 28

SAA CR Logger Integration Guide May 2012 34 'SAA1 - S/N: 50115 'nodes 50115 50207 50241 50242 50253 50255 50274 50287 50292 50316

Seite 34 - May 2012 29

SAA CR Logger Integration Guide May 2012 iv List of Figures Figure 2.1: SAA232 and SAA232-5 for connecting SAA to COM ports on CR800/CR1000 logger

Seite 35 - May 2012 30

SAA CR Logger Integration Guide May 2012 35 'declare the number of octets for each SAA: '---------------------------------------

Seite 36 - May 2012 31

SAA CR Logger Integration Guide May 2012 36 NUM_CRC_ERRORS = 0 NUM_RANGE_ERRORS = 0 'initialize SAATOP parameters 'SAA1:

Seite 37 - May 2012 32

SAA CR Logger Integration Guide May 2012 37 Call GetVWData() Call GetArrayData() Delay(0,10,2) Next PRELIM_COUNT &apo

Seite 38 - May 2012 33

SAA CR Logger Integration Guide May 2012 38 Call GetArrayData() NextScan '>>>>>>>>>>>>>

Seite 39 - May 2012 34

SAA CR Logger Integration Guide May 2012 v Preface In many cases it is not convenient or desirable to collect data directly from an SAA using SAAR

Seite 40 - May 2012 35

SAA CR Logger Integration Guide May 2012 1 1. Introduction ShapeAccelArrays (SAA) can be configured for use with a CR800 or CR1000. This is accom

Seite 41 - May 2012 36

SAA CR Logger Integration Guide May 2012 2 Figure 2.2: Wiring diagram for CR1000 with SAA232. An example setup using a CR1000, 2 SAA232s, and an

Seite 42 - May 2012 37

SAA CR Logger Integration Guide May 2012 3 Figure 2.3: Wiring diagram for CR1000 with SAA232-5.

Seite 43 - May 2012 38

SAA CR Logger Integration Guide May 2012 4 Figure 2.4: Example CR800 & SAA Integration using one SAAREG, two SAA232, a CR800 lo

Kommentare zu diesen Handbüchern

Keine Kommentare