Campbell Raven II Guide de l'utilisateur

Naviguer en ligne ou télécharger Guide de l'utilisateur pour Mise en réseau Campbell Raven II. Campbell Raven II User guide Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 43
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 0
1 2 3 4 5 6 ... 42 43

Résumé du contenu

Page 1 - User Guide

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 9

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 21

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

Page 22

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

Page 23 - 12. Viewing SAA Data

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

Page 24

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

Page 25

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

Page 26

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

Page 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

Page 28

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

Page 29

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

Page 30 - May 2012 25

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

Page 31 - May 2012 26

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

Page 32 - May 2012 27

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

Page 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

Page 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

Page 35 - May 2012 30

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

Page 36 - May 2012 31

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

Page 37 - May 2012 32

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

Page 38 - May 2012 33

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

Page 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

Page 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

Page 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

Page 42 - May 2012 37

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

Page 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

Commentaires sur ces manuels

Pas de commentaire