Digitizers User Manual

Total Page:16

File Type:pdf, Size:1020Kb

Digitizers User Manual XZ130 ACQIRIS PROGRAMMER’S GUIDE Programmer’s Guide ZM020130E Rev.B January 2006 The information in this document is subject to change without notice and may not be construed in any way as a commitment by Acqiris. While Acqiris makes every effort to ensure the accuracy and contents of the document it assumes no responsibility for any errors that may appear. All software described in the document is furnished under license. The software may only be used and copied in accordance with the terms of license. Instrumentation firmware is thoroughly tested and thought to be functional but it is supplied “as is” with no warranty for specified performance. No responsibility is assumed for the use or the reliability of software, firmware or any equipment that is not supplied by Acqiris SA or its affiliated companies. Any versions of this manual which are supplied with a purchased product will be replaced at your request with the latest revision in electronic format. At Acqiris we appreciate and encourage customer input. If you have a suggestion related to the content of this manual or the presentation of information, please contact your local Acqiris representative or Acqiris Technical Support ([email protected]) or come visit our web site at http://www.acqiris.com. Trademarks: product and company names listed are trademarks or trade names of their respective companies Acqiris Headquarters: Acqiris USA: Acqiris Asia-Pacific: Acqiris SA Acqiris LLC Acqiris Pty Ltd 18, chemin des Aulx 234 Cromwell Hill Rd. Suite 7, Level 1 CH-1228 Plan-les-Ouates P.O. Box 2203 407 Canterbury Road, Geneva Monroe, NY 10950-1430 P.O. Box 13 Switzerland USA Surrey Hills 3127 Australia Tel: +41 22 884 33 90 Tel: 845 782 6544 Tel: +61 3 9888 4586 Fax: +41 22 884 33 99 Fax: 845 782 4745 Fax: +61 3 9849 0861 © Copyright January 2006, Acqiris SA. All rights reserved. Programmer’s Guide Page 2 of 107 CONTENTS 1. INTRODUCTION..............................................................................................................................7 1.1. Message to the User......................................................................................................................7 1.2. Using this Manual.........................................................................................................................7 1.3. Conventions Used in This Manual ...............................................................................................8 1.4. Warning Regarding Medical Use .................................................................................................8 1.5. Warranty.......................................................................................................................................8 1.6. Warranty and Repair Return Procedure, Assistance and Support.................................................8 1.7. System Requirements ...................................................................................................................8 2. PROGRAMMING ENVIRONMENTS & GETTING STARTED ................................................9 2.1. Visual C++ ...................................................................................................................................9 2.2. LabWindows/CVI.........................................................................................................................9 2.3. LabVIEW .....................................................................................................................................9 2.3.1. Getting Started VI...........................................................................................................10 2.3.2. Example Scope VI ..........................................................................................................10 2.3.3. Accumulated Waveform Example VI.............................................................................11 2.4. Visual Basic................................................................................................................................11 2.5. MATLAB ...................................................................................................................................12 2.5.1. Data Acquisition Toolbox...............................................................................................12 Single Acquisition .......................................................................................................................................... 12 Multiple Acquisition....................................................................................................................................... 12 Mode Live....................................................................................................................................................... 12 Manipulating Attributes.................................................................................................................................. 13 Loading and Saving a Setup ........................................................................................................................... 13 Calibration ...................................................................................................................................................... 13 Create the AnalogInput object ........................................................................................................................ 14 View the Instrument Information.................................................................................................................... 14 Configure and Add Channels.......................................................................................................................... 14 Start an Acquisition ........................................................................................................................................ 14 Read the Data.................................................................................................................................................. 14 Free Resources................................................................................................................................................ 16 2.5.2. MEX Interface ................................................................................................................16 GetStarted ....................................................................................................................................................... 16 2.6. Phar Lap ETS .............................................................................................................................16 2.7. Wind River VxWorks (Tornado)................................................................................................17 2.7.1. Compiling .......................................................................................................................17 2.7.2. Loading...........................................................................................................................17 2.7.3. Running the Program......................................................................................................17 2.8. Linux ..........................................................................................................................................17 3. PROGRAMMING AN ACQIRIS DIGITIZER.............................................................................18 3.1. Programming Hints.....................................................................................................................18 3.2. Device Initialization ...................................................................................................................18 3.2.1. PCI & VXI Identification by Order Found.....................................................................19 3.2.2. PCI Identification by Serial Number ..............................................................................19 3.2.3. PCI Identification by Bus/Slot Number..........................................................................19 3.2.4. VXI Identification...........................................................................................................20 3.2.5. Firmware initialization (AP-FAMILY/12-bit-FAMILY/ACxxx /SCxxx)......................20 3.2.6. Automatic Definition of MultiInstruments .....................................................................21 3.2.7. Manual Definition of MultiInstruments..........................................................................21 3.2.8. AqGeo.map file positioning............................................................................................22 3.2.9. Simulated Devices ..........................................................................................................23 3.2.10. Terminating an Application............................................................................................23 3.3. Device Configuration .................................................................................................................23 3.4. Configuring Averagers ...............................................................................................................25 3.4.1. Basic configuration.........................................................................................................25 Programmer’s Guide Page 3 of 107 3.4.2. Dithering.........................................................................................................................26
Recommended publications
  • Compiler Information
    Compiler Information ©1995, Intel Corporation Intro • Compilers for Intel Architecture processors have been continuously improved over the past 2-3 years • Application performance has been improved > 25% during this period of time • All improvements have come from processor independent compiler techniques and enhancements Use a “new generation” compiler as a part of your APP development With on-going compiler improvements, there is tremendous benefit to be realized by using the latest compilers in your application development. These can provide performance enhancements for your applications when running on an Intel486™, Pentium®, or P6 processor. Compiler Program Status Versions of Compilers* w/Optimizations including Pentium® Processor Awareness Gen’l Availability – Absoft: Ftn, C for UNIX Now (4/93) – Borland: C/C++ for NT, Win32s, DOS32 Now (Q4’93) – IBM: C/C++ for OS/2 Now (6/93) – Lahey Ftn90 for DOS32 Now – Liant: Ftn, C for UNIX Now – MetaWare: C/C++ for UNIX Now (6/93) – Microsoft: C/C++ for NT, Win32s Now (8/93) – Microsoft: Fortran for NT, Win32s Now (11/93) – SCO: C for SCO UNIX Now (3/93) – SunPro: C/C++, Ftn for Solaris Now (5/93) – USL: C for UNIX SVR4 Now (Q4’92) – WATCOM: C/C++, Ftn for NT, Win32s, Now (6/93) DOS32, OS/2 Most optimizing compilers have been available since Summer ‘93! *other brands and names are property of their respective owners. Above is a quick list of compilers optimized for the Intel Architecture in general (with Pentium® processor awareness built into the code scheduling) over the last 2 years. The first formal release of Proton (Intel’s reference compiler whose purpose is to offer new compiler technology to the industry) was in March ‘93.
    [Show full text]
  • Pc Interrupts a Programmer's Reference to Bios, Dos, and Third-Party Calls
    SECOND EDITION PC INTERRUPTS A PROGRAMMER'S REFERENCE TO BIOS, DOS, AND THIRD-PARTY CALLS Ralf Brown and Jim Kyle A TT Addison-Wesley Publishing Company Reading, Massachusetts Menlo Park, California New York Don Mills, Ontario Wokingham, England Amsterdam Bonn Sydney Singapore Tokyo Madrid San Juan Paris Seoul Milan Mexico City Taipei Table of Contents CHAPTER 1 Introduction 1 Why This Book Exists 1, Interrupts and the '86 CPU Family 2, Some Words of Caution 2, Sample Entry 3, About The Authors 4, Acknow- ledgments 4, CHAPTER 2 Organization and Master Interrupt List 7 CHAPTER 3 Hardware Interrupts 21 CPU-generated Interrupts 21, External Hardware Interrupts 25 CHAPTER 4 ROM BIOS 31 CHAPTER 5 Expansion Bus BlOSes 64 EISA'System ROM 64, Intel PCI BIOS 65, PCMCIA Socket Services 68 CHAPTER 6 Japanese ROM BIOS Extensions 77 AX PC (Japanese) 77, NEC 80, CHAPTER 7 Vendor-Specific ROM BIOS Extensions 83 Acorn BBC Master 512 83, Amstrad 87, Atari 89, AT&T 89, Compaq 90, Corona 94, Hewlett-Packard 94, Phoenix 96, Tandy 96, Victor 96, Zenith 96 CHAPTER 8 Video 99 Standard BIOS Calls 99, Vendor-Specific Extensions 1 38, EGA Register Interface Library 154, Hercules GRAFIX 157, UltraVision 159, Miscella- neous Display Drivers 163 CHAPTER 9 SuperVGA 183 VESA SuperVGA BIOS Extensions 183, SOLLEX SuperVGA Extensjons 188, Cirrus Logic 194, Trident Video BIOS 197, Tseng Video Bio's 197, OPTIMA/ET-3000 Zoom TSR 198, Miscellaneous 201 CHAPTER 10 Low-Level Disk I/O 203 Standard BIOS 203, ESDI Controllers 212, Vendor-Specific Extensions . 214, RAMdisks218 CHAPTER 11 SCSI Device I/O 221 ASPI 221, Common Access Method 224, CMC International TARGA.DEV 230, Future Domain 234, SCSILink 240, SDLP 242, Miscellaneous 243 CHAPTER 12 Serial I/O 247 Standard BIOS 247, Digiboard 250, FOSSIL 253, MBBIOS 264, AVA- TAR.Serial Dispatcher 266, COURIERS.COM 266, IBM/Yale EBIOS 268, TSRCOMM 269, Miscellaneous 271 ill TV I L.
    [Show full text]
  • PC Board Layout Tools 386+ Use R's Guide
    PC Board Layout Tools 386+ Use r's Guide Electronic Design Automation Tools PC Board Layout To 0 Is 386+ Use r's Guid e Copyright © 1993 OrCAD, Inc. All rights reserved. No part of this publication may be reproduced, translated into another language, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise without the prior written consent of OrCAD, Inc. Every precaution has been taken in the preparation of this publication. OrCAD assumes no responsibility for errors or omissions. Neither is any liability assumed for damages resulting from the use of the information contained herein. OrCAD® is a registered trademark of OrCAD, Inc. IBM® is a registered trademark of International Business Machines Corporation. Microsoft® is a registered trademark of Microsoft Corporation. Windows™ is a trademark of Microsoft Corporation. Phar Lap® is a registered trademark of Phar Lap software, Inc. 386\ DOS-ExtenderTM is a trademark of Phar Lap software, Inc. Portions of this document copyright Phar Lap software, Inc. All other brand and product names mentioned herein are used for identification purposes only, and are trademarks or registered trademarks of their respective holders. CONTENTS Chapter 1: Welcome to OrCAD PC Board Layout Tools 386+ Minimum configuration..................................................................................... 3 Virtual memory recommendations..................................................................... 3 Configuring virtual memory.......................................................................
    [Show full text]
  • Student Observation Manual
    MICROPROCESSORS AND MICROCONTROLLERS LAB III/IV B. TECH., II SEMESTER STUDENT OBSERVATION MANUAL DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING VEMU INSTITUTE OF TECHNOLOGY Tirupati - Chittoor Highway Road, P. Kothakota, Chittoor- 517 112. JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR VEMU INSTITUTE OF TECHNOLOGY DEPT. OF ELECTRONICS AND COMMUNICATION ENGINEERING Vision of the institute To be a premier institute for professional education producing dynamic and vibrant force of technocrat with competent skills, innovative ideas and leadership qualities to serve the society with ethical and benevolent approach. Mission of the institute Mission_1: To create a learning environment with state-of-the art infrastructure, well equipped laboratories, research facilities and qualified senior faculty to impart high quality technical education. Mission_2: To facilitate the learners to foster innovative ideas, inculcate competent research and consultancy skills through Industry-Institute Interaction. Mission_3: To develop hard work, honesty, leadership qualities and sense of direction in rural youth by providing value based education. Vision of the Department To become a centre of excellence in the field of Electronics and Communication Engineering and produce graduates with Technical Skills, Research & Consultancy Competencies, Life-long Learning and Professional Ethics to meet the challenges of the Industry and Society. Mission of the Department Mission_1: To enrich Technical Skills of students through Effective Teaching and Learning practices for exchange of ideas and dissemination of knowledge. Mission_2: To enable the students with research and consultancy skill sets through state-of-the art laboratories, industry interaction and training on core & multidisciplinary technologies. Mission_3: To develop and instill creative thinking, Life-long learning, leadership qualities, Professional Ethics and social responsibilities among students by providing value based education.
    [Show full text]
  • DYNA4 R5 - Supported Software and Hardware
    DYNA4 R5 - Supported Software and Hardware R5 R5 SP1 R5 SP2 Operating Systems Windows 10, 64 bit Windows 7, 64 bit Mathworks 1 MATLAB/Simulink R2020b MATLAB/Simulink R2020a MATLAB/Simulink R2019b MATLAB/Simulink R2019a MATLAB/Simulink R2018b MATLAB/Simulink R2018a MATLAB/Simulink R2017b Vector CANoe Desktop Operation 2 CANoe 14 CANoe 13.0 CANoe 12.0 CANoe 11.0 Vector CANoe with VN89xx and VT60xx Systems 2, 3 CANoe 14 CANoe 13.0 CANoe 12.0 SP3 ADTF ADTF 2.x win64_vc100 ADTF 2.x linux64 dSPACE 4 Scalexio, DS1006 5 and DS1007 5 dSPACE R2020-A dSPACE R2019-B dSPACE R2019-A dSPACE R2018-B dSPACE R2018-A dSPACE R2017-B ETAS Labcar ETAS Labcar-Operator 5.4.9 FMU Export 6, 7 FMI Co-Simulation 2.0 Windows 64bit FMI Co-Simulation 2.0 Windows 32bit Vector KnowledgeBase, (Last Updated: 2020-12-16) DYNA4 R5 - Supported Software and Hardware R5 R5 SP1 R5 SP2 NI Windows-only 8 NI VeriStand 2020 R3 NI VeriStand 2020 NI VeriStand 2019 R3 NI Linux RT 8 NI VeriStand 2020 R3 NI VeriStand 2020 NI VeriStand 2019 R3 NI PXI real-time operating system Phar Lap ETS 9, 10, 11 NI VeriStand 2020 R3 NI VeriStand 2020 NI VeriStand 2019 R3 ROS (Robot Operating System) ROS2 ROS1 through ROS Bridge Other targets on demand, e.g. Concurrent iHawk expleo Messina HiL / SiL Micronova NovaCarts / NovaSim Mathworks Simulink Real-Time / Speedgoat iSyst iSyTester Opal-RT RT-Lab Annotations 1 Accelerator, Rapid Accelerator mode and target build require a supported Microsoft Visual C/C++Compiler.
    [Show full text]
  • Dos Protected Mode Interface (Dpmi) Specification
    DOS PROTECTED MODE INTERFACE (DPMI) SPECIFICATION Version 1.0 March 12, 1991 Application Program Interface (API) for Protected Mode DOS Applications © Copyright The DPMI Committee, 1989-1991. All rights reserved. Please send written comments to: Albert Teng, DPMI Committee Secretary Mailstop: NW1-18 2801 Northwestern Parkway Santa Clara, CA 95051 FAX: (408) 765-5165 Intel order no.: 240977-001 DOS Protected Mode Interface Version 1.0 Copyright The DPMI Specification Version 1.0 is copyrighted 1989, 1990, 1991 by the DPMI Committee. Although this Specification is publicly available and is not confidential or proprietary, it is the sole property of the DPMI Committee and may not be reproduced or distributed without the written permission of the Committee. The founding members of the DPMI Committee are: Borland International, IBM Corporation, Ergo Computer Solutions, Incorporated, Intelligent Graphics Corporation, Intel Corporation, Locus Computing Corporation, Lotus Development Corporation, Microsoft Corporation, Phar Lap Software, Incorporated, Phoenix Technologies Ltd, Quarterdeck Office Systems, and Rational Systems, Incorporated. Software vendors can receive additional copies of the DPMI Specification at no charge by contacting Intel Literature JP26 at (800) 548-4725, or by writing Intel Literature JP26, 3065 Bowers Avenue, P.O. Box 58065, Santa Clara, CA 95051-8065. DPMI Specification Version 0.9 will be sent out along with Version 1.0 for a period about six months. Once DPMI Specification Version 1.0 has been proven by the implementation of a host, Version 0.9 will be dropped out of the distribution channel. Disclaimer of Warranty THE DPMI COMMITTEE EXCLUDES ANY AND ALL IMPLIED WARRANTIES, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    [Show full text]
  • Andrew Schulman
    Schulman Page 1 of 5 Andrew Schulman Consulting Technical Expert & Attorney at Law Software Litigation Consulting 703 7th Street Santa Rosa CA 95404 phone 707-495-5240 (cell) email [email protected] http://www.SoftwareLitigationConsulting.com Expertise * Examination of source code under protective order (Languages include: C/C++, Intel x86 assembler, Java/Kotlin, JavaScript, Flash ActionScript, PHP, Python, Objective- C) * Software reverse engineering (Windows Win32 & Win64 code disassembly, packet monitoring, examining Apple OSX and iOS code, Android app code, etc.) * Undocumented APIs and internal interfaces * Code comparisons for copyright, patent, and trade secret issues * Web site and web services analysis * Assist attorneys with technical aspects of legal complaints, summary judgment motions and responses, interrogatory and discovery requests and responses * Assist attorneys with technical aspects of depositions, trial preparation, and cross examination of testifying technical experts * Presentations to attorneys on technical issues * Software demonstrative exhibits * Comparison and correlation of internal documents (emails, etc.) with resulting technical practices * Operating systems, particularly Windows * Internet privacy and security issues Employment History Independent consultant (San Francisco & Santa Rosa CA) 1993-present Legal consulting: Consulting expert and expert witness in cases involving patent infringement, copyright infringement, trade secret misappropriation, antitrust, and internet privacy. Cases include several
    [Show full text]
  • Installing and Using the Source-Code Version of GEMPACK on DOS/Windows Pcs with Lahey Fortran
    Installing and Using the Source-Code Version of GEMPACK on DOS/Windows PCs with Lahey Fortran GEMPACK Document No. GPD-6 W. J. Harrison K. R. Pearson Centre of Policy Studies and Impact Project Monash University, Melbourne, Australia Eighth edition October 1998 Copyright 1985-1998. The Impact Project and KPSOFT. Eighth edition October 1998 ISSN 1030-2514 ISBN 0-7326-1506-2 This is part of the documentation of the GEMPACK Software System for solving large economic models, developed by the IMPACT Project, Monash University, Clayton Vic 3168, Australia. Abstract 80386/80486/pentium machines with extended memory running DOS, Windows, Windows 95, Windows NT or OS/2 provide excellent platforms for doing serious general equilibrium modelling. This document describes how to install and use GEMPACK on such machines which have either of the Lahey Fortran compilers F77L-EM/32 or LF90 installed on them. It also describes how to install WinGEM, the Windows version of GEMPACK, ViewHAR, the Windows Header Array file viewer, and ViewSOL, the Windows Solution viewer. Authors and Earlier Editions Date Author(s) Comment [The first two editions of this were numbered GED-29.] 19/2/90 R.Walker, K.Pearson & G.Codsi First edition (GED-29) [Release 4.1.01] [Title was “Installing and Using GEMPACK on PCs with Extended Memory”.] Sept 91 G.Codsi & K.Pearson Second edition (GED-29) [Release 4.2.02] [Title was “Installing and Using GEMPACK on 386 DOS Machines with Extended Memory”.] Apr 93 J.Harrison & K.Pearson Third edition (GPD-6) [Release 5.0] [Title was “Installing
    [Show full text]
  • DOS-Extender and 386|DOS-Extender Are Trademarks of Phar Lap Software, Inc
    Open Watcom C/C++ Programmer’s Guide Version 2.0 Notice of Copyright Copyright 2002-2021 the Open Watcom Contributors. Portions Copyright 1984-2002 Sybase, Inc. and its subsidiaries. All rights reserved. Any part of this publication may be reproduced, transmitted, or translated in any form or by any means, electronic, mechanical, manual, optical, or otherwise, without the prior written permission of anyone. For more information please visit http://www.openwatcom.org/ Portions of this manual are reprinted with permission from Tenberry Software, Inc. ii Preface The Open Watcom C/C++ Programmer’s Guide includes the following major components: • DOS Programming Guide • The DOS/4GW DOS Extender • Windows 3.x Programming Guide • Windows NT Programming Guide • OS/2 Programming Guide • Novell NLM Programming Guide • Mixed Language Programming • Common Problems Acknowledgements This book was produced with the Open Watcom GML electronic publishing system, a software tool developed by WATCOM. In this system, writers use an ASCII text editor to create source files containing text annotated with tags. These tags label the structural elements of the document, such as chapters, sections, paragraphs, and lists. The Open Watcom GML software, which runs on a variety of operating systems, interprets the tags to format the text into a form such as you see here. Writers can produce output for a variety of printers, including laser printers, using separately specified layout directives for such things as font selection, column width and height, number of columns, etc. The result is type-set quality copy containing integrated text and graphics. Many users have provided valuable feedback on earlier versions of the Open Watcom C/C++ compilers and related tools.
    [Show full text]
  • Porting the Coda File System to Windows
    THE ADVANCED COMPUTING SYSTEMS ASSOCIATION The following paper was originally published in the Proceedings of the FREENIX Track: 1999 USENIX Annual Technical Conference Monterey, California, USA, June 6–11, 1999 Porting the Coda File System to Windows Peter J. Braam Carnegie Mellon University Michael J. Callahan The Roda Group, Inc. M. Satyanarayanan and Marc Schnieder Carnegie Mellon University © 1999 by The USENIX Association All Rights Reserved Rights to individual papers remain with the author or the author's employer. Permission is granted for noncommercial reproduction of the work for educational or research purposes. This copyright notice must be included in the reproduced paper. USENIX acknowledges all trademarks herein. For more information about the USENIX Association: Phone: 1 510 528 8649 FAX: 1 510 548 5738 Email: [email protected] WWW: http://www.usenix.org Porting the Coda File System to Windows Peter J. Braam Carnegie Mellon University Michael J. Callahan The Roda Group, Inc. M. Satyanarayanan Carnegie Mellon University Marc Schnieder Carnegie Mellon University Abstract The Coda project began in 1987 with the goal of build- We first describe how the Coda distributed filesystem ing a distributed file system that had the location trans- was ported to Windows 95 and 98. Coda consists of parency, scalability and security characteristics of AFS user level cache managers and servers and kernel level [11] but offered substantially greater resilience in the code for filesystem support. Severe reentrancy difficul- face of failures of servers or network connections. As ties in the Win32 environment on this platform were the project evolved, it became apparent that Coda's overcome by extending the DJGPP DOS C compiler mechanisms for high availability provided an excellent package with kernel level support for sockets and more base for exploring the new field of mobile computing.
    [Show full text]
  • Watcom Linker
    Open Watcom Linker User’s Guide First Edition Notice of Copyright Portions Copyright 1984-2002 Sybase, Inc. and its subsidiaries. All rights reserved. Any part of this publication may be reproduced, transmitted, or translated in any form or by any means, electronic, mechanical, manual, optical, or otherwise, without the prior written permission of anyone. For more information please visit http://www.openwatcom.org/ Printed in U.S.A. ii Preface The Open Watcom Linker User's Guide describes how to use the Open Watcom Linker under DOS, OS/2, Windows 9x, Windows NT and QNX. The Open Watcom Linker can generate executable files that run under DOS, CauseWay DOS extender, FlashTek's DOS extender, Phar Lap's 386|DOS-Extender and TNT DOS extender, Tenberry Software's DOS/4G, Microsoft Windows 3.x, Microsoft Windows NT/2000/XP, Microsoft Windows 95/98/Me, IBM OS/2, QNX, and Novell's NetWare operating system. The Open Watcom Linker can also generate ELF format executable files for those systems that will support ELF. The Microsoft Response File conversion utility, MS2WLINK, is also described in this book. Acknowledgements This book was produced with the Open Watcom GML electronic publishing system, a software tool developed by WATCOM. In this system, writers use an ASCII text editor to create source files containing text annotated with tags. These tags label the structural elements of the document, such as chapters, sections, paragraphs, and lists. The Open Watcom GML software, which runs on a variety of operating systems, interprets the tags to format the text into a form such as you see here.
    [Show full text]
  • A New Survey and Alignment Data Manager*
    JLABGEO : A NEW SURVEY AND ALIGNMENT DATA MANAGER* K.J. Tremblay and C. J. Curtis Thomas Jefferson National Accelerator Facility 12000 Jefferson Avenue Newport News, Virginia, USA 1. Abstract The Survey and Alignment group at Thomas Jefferson National Accelerator Facility has relied upon the MS-Dos program Geonet[1] , originally developed at Stanford Linear Accelerator, as its central data manager. With the Lab decision to only use Microsoft Windows NT as the platform for PCs, limitations were reached in using Geonet. A program has been developed at Jefferson Lab, JLabGeo to mimic as many of the Geonet functions as possible, while also expanding and enhancing its capabilities. All of the adjustment programs, originally developed by Dr. Ingolf Burstedde, have been revised in order to work with arrays of any size, and operate as console applications in the NT environment. Integrating the use of a central fileserver as both the source of the executable programs and data files also ensures that all workstations are using the most recent data. Work continues on developing JLabGeo, notably the integration of all of our survey data types into a easily retrievable database, and the development of a central repository for beamline information and ideal coordinates. 2. Introduction From the inception of the group in 1990, Geonet had been used for uploading of field information, reductions of data, adjustment of observations and coordinate storage. As hardware and software advanced Geonet’s operations could be conducted in a MS-Dos window while running Windows for Workgroups or Windows 95. However, if any adjustments were to be done, one had to reboot and restart the computer in MS-Dos.
    [Show full text]