Campbell Raven II Uživatelská příručka

Procházejte online nebo si stáhněte Uživatelská příručka pro Sítě Campbell Raven II. Campbell Raven II User guide Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 43
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 0
1 2 3 4 5 6 ... 42 43

Shrnutí obsahu

Strany 1 - User Guide

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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 9

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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 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

Strany 21

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

Strany 22

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

Strany 23 - 12. Viewing SAA Data

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

Strany 24

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

Strany 25

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

Strany 26

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

Strany 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

Strany 28

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

Strany 29

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

Strany 30 - May 2012 25

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

Strany 31 - May 2012 26

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

Strany 32 - May 2012 27

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

Strany 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

Strany 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

Strany 35 - May 2012 30

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

Strany 36 - May 2012 31

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

Strany 37 - May 2012 32

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

Strany 38 - May 2012 33

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

Strany 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

Strany 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

Strany 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

Strany 42 - May 2012 37

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

Strany 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

Komentáře k této Příručce

Žádné komentáře