Logger Pro for Macintosh and Windows Release Notes rev November 3, 2000

Size: px
Start display at page:

Download "Logger Pro for Macintosh and Windows Release Notes rev November 3, 2000"

Transcription

1 Logger Pro for Macintosh and Windows Release Notes rev November 3, 2000 CONTENTS: What s New in Version What s Changed in Version What s Improved in Version What s Fixed in Version Windows Only Macintosh Only Known issues Windows Only Macintosh Only Windows and Macintosh What Changed from Version 2.1 to Version WHAT'S NEW IN VERSION 2.1.1: Floating Cursor - The coordinates of the cursor are now displayed in the lower right portion of the status bar. When the mouse is not in a graph window, this part of the status bar appears blank. Delta Function - When the cursor is used to click and drag between two points on a graph, the Dx and Dy between those two points is displayed. The dragdeltas are displayed in the lower right portion of the status bar. When the mouse is not in a graph window, this part of the status bar appears blank. Strip Chart Mode - A graph window will now automatically behave as a strip chart, scrolling along with data collection whenever the graph window is scaled to less than the total collection duration. This works for both collection and replay. Method: a. Set up a collection for a "long" time (e.g. 30 seconds) b. Open a second graph window. Change this graph window's x-max to a smaller value, e.g. 5 seconds. c. Click on collect. The second graph window will shift, stripchart-like, to keep up with collection. Note: After you have setup this mode in a graph window, the x-axis minimum value will automatically reset itself to 0 whenever you click Collect again. Strikethrough Feature - Strikethrough Rows and Restore Rows are now options under the Edit menu. Strikethrough Rows will "disable" all selected rows (those points won't be drawn or used in any way). Restore Rows will restore all selected rows. Note: One odd effect is that since strikethrough rows aren't easily selected, a user may have to "select all" from the edit menu (or the top left corner of the data table) to get rows restored. Large Fonts and Thick Lines option - Many teachers project the computer screen for their classes and have mentioned that the small fonts and thin lines are difficult to see. Check boxes for "Thick Graph Lines" and "Large Graph Labels" are available on the Graph behavior preferences page from the File/Preferences menu. Rename Data Run - Now you can give a distinctive name to a run. Data collection runs may now be renamed from the Data/Rename menu. LabPro Remote Data Retrieval - It is now possible to retrieve data stored in LabPro that was previously retrieved on another computer. We also now

2 support the retrieval of time-graph data that was collected with a calculator/labpro combination. New Formulas for Calculated Columns - Initial( <expression> ) Displays the value of <expression> for the first row of data and for all rows of data. This can be used to create an automatic offset so that a column of data is offset relative to its starting value. For example, "Dist"-Initial("Dist") will generate a column of data where position is relative to the starting position instead of absolute. - Sum( <expression> ) Displays the value of the sum of <expression> for all rows up to and including the current row. Often used to keep a running count of heat pulses in temperature experiments. - SmoothDerivative( <expression> ) SmoothDerivative averages all data pairs within the window resulting in a smoother final value for noisy data. A side-effect of this is that individual events are spread over the entire window in a smooth hump instead of a sharp peak. For example, a cart colliding with another cart will have only a single data point representing the collision but the change in velocity will appear as a smooth hill rather than peak. Formula: For an N point derivative, take (N-1)/2 pairs of numbers, around the current point and calculate the simple derivative (Data(Tx) - Data(T-x)) / (Tx - T-x) and weight the result by X, so for a 7 point derivative the pairs and weights would be +/- 3 points (weighted * 3), +/- 2 points (weighted * 2), +/-1 point (weighted * 1), sum the terms and divide by the sum. - SmoothSecondDerivative( <expression> ) SmoothSecondDerivative will calculate a second derivative directly from the source data so that change in the data will create change in the first and second derivatives that move in sync with each other. The technique used is to fit an N order polynomial to the data and take the derivative of that function. Note: You may use the Smooth( <expression> ) to adjust analog data to match the spreading-out effects of the derivative functions. Reverse Direction - a new "Reverse Direction" button now appears in Sensor Properties to easily allow the changing of the sign on Force sensor and Motion Detector data. Blocked/UnBlocked Status - The Photogate sensor Blocked/Unblocked status is now displayed in the status bar. Zero Button Automatically Appears - In Rotary Motion sensor setup, the Zero button will now automatically appear next to the Collect button whenever, in Sensor Properties/Details tab, the 'Zero@Start' entry is "0" (off). When 'Zero@Start' is "1" (on), the position resets to 0 at the end of each data collection and the Zero button does not appear. In the prior release, the Zero button appeared even when the sensor was being reset by the 'Zero@Start' flag. Print Screen - The whole Logger Pro screen may now be printed with the menu 'File/Print Screen' or by pressing Ctrl-P. EEPROM Restore Feature Now you can reset Autoid probes yourself instead of having to send them back to Vernier. If you need to use this feature, contact Technical Support.

3 Runs on A Read Only Hard Drive You can now install Logger Pro on a machine, set up permissions so that the drive is read only, and users can run Logger Pro on this machine without problems caused by needing to write to the drive. WHAT'S CHANGED IN VERSION 2.1.1: Menu changes: - File/Printing Options is the same as previous File/Page Setup. - File/Page Setup opens the Print Setup dialog for your printers. - File/Print Window is the same as previous File/Print. - File/Print Screen is a new function to print the entire screen. - Edit/Copy Graph is deleted and function combined with Edit/Copy. - Edit/Strikethrough Rows is a new function to ignore selected points. - Edit/Restore Rows is a new function to restore selected points. - Experiment/Averaging was deleted and replaced with oversampling in Data Collection. - Data/Rename Run is a new function to rename stored data runs. - Analyze/Automatic Curve Fit is the same as previous Analyze/Curve Fit. - Analyze/Manual Curve Fit is the same as previous Analyze/Manual Fit. - View/Autoscale Once scales graph to fit data only once. - View/Set Axes to Autoscale is the same as previous View/Autoscale. - Window/.../Chart Recorder function replaced with automatic Strip Chart mode. Startup.mbl - Logger Pro automatically loads an introductory experiment called "startup.mbl" whenever it is started. You may disable this feature by renaming "startup.mbl" in which case the previous voltage probe default experiment file is loaded. You may also make your own "startup.mbl" and customize it for your own environment. Choosing "File/New" loads a default starting configuration that power users might find more convenient as a starting place for building their own experiments. Radiation Events-with-entry mode Here is a summary of what was changed in radiation mode: - Pause/resume is now implemented. - The meter window is always blank while waiting for the first count after a keep (or the first count after hitting collect). - After an entered value is kept, the collection is paused and a Collection Paused dialog appears. Collection will not continue until the dialog is dismissed; this allows the user to take any time required to reconfigure lab equipment. The dialog's default button is called Continue. - The Collection Paused dialog now also has a Stop Collection button. If the latest entry is the last the user want for this experiment, it makes no sense to continue; clicking Stop Collect will allow the user to stop collection. Note: Clicking continue, and then clicking the Stop button, also works. - Keep is now disabled until a valid count is available. Clicking the Keep button before a value appears in the meter window will simply cause the computer to beep once. As soon as a valid count appears in the meter window, clicking Keep will work normally. Note: Stop is always enabled, so a user can always "bail out" of a collection. - Clicking Keep now launches a small dialog (rather than changing the Keep button into a modal mock-edit box) to prompt the user for input. This allows a keep to be cancelled, and it also makes the modal nature of the input process more obvious.

4 When a new sensor is added, a new line is only added to the active graph when the units are the same. The new real-time limit for LabPro is 250pts/sec. This means that at speeds above 250pts/sec the data is collected in LabPro for the entire experiment length before being returned to Logger Pro. Graph windows will display "Please Wait" if you are collecting data faster than this limit. Oversampling - The Averaging parameter for data collection has been renamed oversampling to better describe its functions. Oversampling means that for each point that is displayed in the table or graph, some number of points were collected by the hardware and averaged together. Oversampling can be chosen in the Sampling tab of the Data Collection dialog. A message explaining the amount (if any) of oversampling which can be applied to the current combination of probes and data rate has been added along with a number of oversampling options. WHAT'S IMPROVED IN VERSION 2.1.1: Heat Pulser Support - The heat pulser may be added to your experiment from the sensor setup dialog instead of having to use special experiments. The length of heat pulses is controlled from the Details tab of the Sensor Setup dialog. Network Default user profile implemented fully. It was previously only used to look for default Experiments & Calibrations directories, but now it loads all profile settings if needed. Data Collection's Sampling tab for Selected Events now has only the Time group box left active. This allows the user to select a unit of time. The Setup Interface process is improved and now suggests what remedies the user may take if the interface is not found. More menu items have hot keys now and it is possible to stop data collection with Cmd-<period> on the Macintosh. You may also use the Enter key to start and stop data collection on both Macintosh and PC. Events-with-Entry mode is improved. The user is visibly prompted by a customary dialog with OK and Cancel buttons after clicking on the Keep button. No other action is possible until the dialog is handled. It is now possible to collect data at speeds greater than 250pts/sec with mixed analog probe types, i.e. 0 to 5v probes and -10v to +10v probes. The default interface is now controllable. If you want to work at home without an interface and setup an experiment for a LabPro, go to the preferences menu, hardware tab, and from the popup menu labeled "Default Hardware" select "LabPro". The default setting is "Most Recent", which is the interface most recently connected to your computer. If no interface has ever been connected to your computer "Most Recent" defaults to LabPro. Motion Detectors connected to the ULI will now begin data collection much faster than before if Live Readouts is turned on. Improved error checking and robustness WHAT'S FIXED IN VERSION 2.1.1: The Apply buttons in the "Graph Options", "Histogram Options" and "FFT Options" dialogs are fixed. Scroll bars now appear in the "Histogram Options" and "FFT Options" dialogs when there are more than four columns of data.

5 Problems when changing calibrations for multiple sensors of the same type are fixed. Problems with adding sensors and the data column names getting mixed-up are fixed. Collecting data with a Rotary Motion sensor with a new column calculating a derivative no longer pauses indefinitely just before the end of the collection. The corruption of labels for data columns caused by adding a sensor to an experiment into which runs have been stored is fixed. The problem observed with trying to change calibrations in some curricular experiment files is resolved by recreating and replacing those experiments which are delivered with this revision. Problems with a battery-powered LabPro not being detected by Logger Pro are fixed. Turning off live readouts now really turns it off and protects data in LabPro. Note: If live readouts are turned off, remote data can be retrieved multiple times. Remote setup now works correctly with +-10V probes. Some experiments using Motion Detectors and Rotary Motion probes connected to a LabPro and created with Logger Pro 2.0 would not open correctly when opened with a ULI attached. This has been fixed. Now all experiments, including all those created with Logger Pro 2.0 will open on ULI or LabPro correctly, as long as the experiment file supports the hardware being used. The Heat Pulses column may now be deleted from the 'Data/Delete Column' menu without causing Logger Pro to shut down. WINDOWS ONLY: There are 4 new files: LoggerPro(2.1).exe LPSerial.dll Serial.dll Startup.mbl Windows USB Support - Macintosh USB support was available in version 2.0. Now Windows USB support has arrived. AutoID, all other text mode, real time, nonreal time, etc. all work. You no longer need LPWinUSB.dll. Active X Support - ActiveX support first introduced in Logger Pro 2.0 has been augmented. As before, you can embed Excel, Netscape, and other ActiveX enabled programs in a Logger Pro window. The interaction with Excel has been improved in this release so that all of the collected data is automatically sent to the spreadsheet each time collection or replay finishes. In addition, installers for two special ActiveX objects have been included in separate folders on the Logger Pro CD. These are Visualizer, developed at the Center For Science and Mathematics Teaching at Tufts University, and an embeddable Flash Player. Visualizer allows you to define and display vector quantities using data from Logger Pro. Flash Player allows you to embed Macromedia Flash content into a Logger Pro session. MACINTOSH ONLY: Installing on MacOS While the recommended minimum MacOS system version is still 7.6.1, you can now install Logger Pro on System 7.5 or later. Users doing so should be aware that AppleTalk and other system software components

6 may conflict with Logger Pro, especially during serial data collection. If you do install Logger Pro on System 7.5, the free upgrade to is strongly recommended. 68k Version - An unsupported 68k Logger Pro installer is included on the CD in the 68K Install folder. The 68k version requires the host Macintosh to have 16MB of physical RAM and System 7.5 or later. A processor is recommended. If you wish to use this version of Logger Pro, please read the Read Me file in the 68K Install folder. KNOWN ISSUES: Windows Only: On some Windows machines, when pasting Logger Pro copied data in Excel, Paste Special... with Source As Text must be used. If the default Source as Unicode Text is used, what gets pasted into Excel is the first thing copied to the clipboard during this session of Windows and not your Logger Pro data. The first time you attach a LabPro using USB on Windows 2000 machines, you may see a dialog box titled Digital Signature Not Found. This is OK. Our USB drivers are installed correctly and will not harm your system; it s just that the process for obtaining a digital signature with Microsoft is not complete. Just click No on this dialog. You will not see it again. Macintosh Only: On some Macintosh machines, when attempting to open Logger Pro Help from within Logger Pro, the user will see a "Failed to launch Help" message. This is caused by an outdated Desktop Database. It can be fixed with a rebuild of the desktop database by restarting the Mac while holding down the Apple and Option keys. When collecting live data in rotary or radiation mode on a Macintosh, menu selections have been known to sometimes cause the computer to hang. For this reason, Live Readouts have been disabled for the Macintosh in these modes. If this problem occurs, it is recommended that you wait until data collection is stopped or finished in these modes before selecting menu items. When running on MacOS or earlier, serial data collection with a LabPro may be corrupted by a serial communications conflict with AppleTalk. If this occurs on your machine, you should turn off AppleTalk during data collection. Windows and Macintosh: A side effect of allowing Logger Pro to import old data (i.e. data previously retrieved on another computer or collected by a calculator) is that disconnecting LabPro during collection or live readouts or- updating the firmware will cause Logger Pro to think there is remote data in Logger Pro that needs to be retrieved upon startup. If this happens, it is safe to choose Ignore/Erase Data in LabPro from the LabPro Has Data dialog box. There are some combinations of data and non-linear functions that are difficult for Logger Pro to generate good automatic curve fits for. If you are experiencing problems getting the curve fit you think you should, try restricting the selected data to just the area of interest (so extraneous points won't affect the fit) or try using manual fit.

7 Remote data collection with a LabPro and a motion detector is only supported with the default calibration. Other digital probes (rotary, radiation and photogates) are currently not supported with remote collection. When adding a column from the curve fit dialog, the data points sometimes don't appear properly in the table. Simply double click on the column heading in the table, then choose OK from the modify dialog that comes up. This will force the data points to be recalculated. When adding a new formula column, there is a problem with nested functions like Derivative(Derivative("Distance")) during live data collection. When collecting live data, only a single derivative is calculated. To generate good second derivative data, don't nest the functions directly. Instead, add one column for the first derivative, then add another column (taking the derivative of the first column) for the second. Any combination of the following functions should not be nested: Derivative, Smooth, SmoothDerivative, SmoothSecondDerivative, Delta, Rate, Sum, and Initial. WHAT CHANGED FROM VERSION 2.1 TO VERSION 2.1.1: Data collection with photogates now allows collection of up to 1000 points/second instead of a maximum of 50 points/second. Live Meter display of a single calculated column based on data works. However, nested functions during live data collection still does not work correctly. You can get around this by creating multiple columns that nest the functions. For example, to get the second derivative, add one column for the first derivative, then add another column (taking the derivative of the first column) for the second. In Logger Pro 2.1, PASCO Motion Detectors were not detected, and this has been fixed in version Now, Motion Detectors will not be tested for by looking at echo values. We removed the feature that attempted to determine if user had the Motion Detector in the proper port. Tangent lines display properly now at the top of traces. ISE remote data collection no longer crashes Logger Pro. New EKG experiment files with strip charts. Live Readouts in the Meter Window work again. The Integral on a graph with a backwards x-axis now works. Problems with photogate timing have been fixed. The Macintosh memory scheme has been changed to avoid memory leaks. An unsupported Windows 3.1 Logger Pro installer is included on the CD in the Win31 folder. If you wish to use this version of Logger Pro, please read the Read Me file in the Win31 folder. Logger Pro updates are always available for free download from our web site at

Logger Pro 3. Quick Reference

Logger Pro 3. Quick Reference Logger Pro 3 Quick Reference Getting Started Logger Pro Requirements To use Logger Pro, you must have the following equipment: Windows 98, 2000, ME, NT, or XP on a Pentium processor or equivalent, 133

More information

Logger Pro 3 Release Notes

Logger Pro 3 Release Notes Logger Pro 3 Release Notes Version 3.3 May 6, 2004 Contents: Install Notes What s changed in Logger Pro 3.3 Logger Pro 3.3 Known Issues What s changed in Logger Pro 3.2.1 What s changed in Logger Pro 3.2

More information

Logger Pro Resource Sheet

Logger Pro Resource Sheet Logger Pro Resource Sheet Entering and Editing Data Data Collection How to Begin How to Store Multiple Runs Data Analysis How to Scale a Graph How to Determine the X- and Y- Data Points on a Graph How

More information

Version 1.1. COPYRIGHT 1999 Tufts University and Vernier Software. ISBN (Windows) ISBN (Macintosh)

Version 1.1. COPYRIGHT 1999 Tufts University and Vernier Software. ISBN (Windows) ISBN (Macintosh) Logger Pro Tutorials Version 1.1 COPYRIGHT 1999 Tufts University and Vernier Software ISBN 0-918731-92-5 (Windows) ISBN 0-918731-91-7 (Macintosh) Distributed by Vernier Software 8565 S.W. Beaverton-Hillsdale

More information

Logger Pro User s Manual

Logger Pro User s Manual Logger Pro User s Manual Version 1.1 COPYRIGHT 1997-1999 Tufts University and Vernier Software ISBN 0-918731-91-7 (Macintosh) ISBN 0-918731-92-5 (Windows) Distributed by Vernier Software 8565 S.W. Beaverton-Hillsdale

More information

Logger Lite Release Notes

Logger Lite Release Notes Logger Lite Release Notes Version 1.9.1 2017 Feb 03 Contents System Requirements Install Notes Special Note for LabPro, LabQuest, or LabQuest Mini Users Changes in Logger Lite 1.9.1 Changes in Logger Lite

More information

Logger Lite Release Notes

Logger Lite Release Notes Logger Lite Release Notes Version 1.6 7 March 2012 Contents System Requirements Install Notes Special Note for LabPro, LabQuest, or LabQuest Mini Users Changes in Logger Lite 1.6 Changes in Logger Lite

More information

LabQuest Quick-Start Guide

LabQuest Quick-Start Guide LabQuest Quick-Start Guide Power button Built-in microphone Record voice annotations Color touch screen 320 x 240 color graphic display LED backlighting provides you with outstanding clarity in the classroom

More information

Sample LabVIEW 5.1 VIs for Vernier LabPro

Sample LabVIEW 5.1 VIs for Vernier LabPro Sample LabVIEW 5.1 VIs for Vernier LabPro Contents: Overview Limitations Using VI's Modes Real Time (RT) Analog Non-Real Time (NRT) Analog Non-Real Time (NRTF) Fast Analog Photogates Motion Rotary and

More information

Forston Labs LabNavigator

Forston Labs LabNavigator Forston Labs LabNavigator (Order Code LabNavigator) Overview Welcome to LabNavigator. This guide will get you started with basic data collection. More information is available in the LabNavigator Reference

More information

Using DataQuest on a Handheld

Using DataQuest on a Handheld Using DataQuest on a Handheld Appendix B This appendix gives an overview of using the Vernier DataQuest application on a TI-Nspire handheld. It includes information on accessing the common tools in the

More information

DataView Release Notes Version Released

DataView Release Notes Version Released DataView Release Notes Version 3.53.0013 Released 9-25-2018 CATEGORY (v 3.53.0013): Simple Logger II Version 1.01.0059 Open button is now active when selecting recordings from the session s list. Corrected

More information

Appendix C. Vernier Tutorial

Appendix C. Vernier Tutorial C-1. Vernier Tutorial Introduction: In this lab course, you will collect, analyze and interpret data. The purpose of this tutorial is to teach you how to use the Vernier System to collect and transfer

More information

Using LoggerPro. Nothing is more terrible than to see ignorance in action. J. W. Goethe ( )

Using LoggerPro. Nothing is more terrible than to see ignorance in action. J. W. Goethe ( ) Using LoggerPro Nothing is more terrible than to see ignorance in action. J. W. Goethe (1749-1832) LoggerPro is a general-purpose program for acquiring, graphing and analyzing data. It can accept input

More information

DataStudio Starter Manual

DataStudio Starter Manual Instruction Manual Manual No. 012-08107 DataStudio Starter Manual Manual No. 012-08107 Manual No. 012-08107 DataStudio Starter Manual Introduction What is DataStudio? DataStudio is a data acquisition,

More information

DaqPRO Solution. User Guide INNOVATIVE MONITORING SOLUTIONS ALL IN ONE SOLUTION FOR DATA LOGGING AND ANALYSIS.

DaqPRO Solution. User Guide INNOVATIVE MONITORING SOLUTIONS ALL IN ONE SOLUTION FOR DATA LOGGING AND ANALYSIS. INNOVATIVE MONITORING SOLUTIONS www.fourtec.com User Guide including DaqLab FACTORIES Monitoring product quality throughout the entire manufacturing cycle TESTING STANDARDS Ensuring quality control and

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

DataView Release Notes Version

DataView Release Notes Version DataView Release Notes Version 3.53.0011 Released 1-30-2018 CATEGORY Updates (v 3.53.0011): DataView Core Version 3.53.0011 Fixed on issue with the scroll bar on the events page of a report from a PEL

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Cal-Bay Systems XY Plotter, Time-Base Recorder, Automated Tester. Users Guide. Rev 3.1

Cal-Bay Systems XY Plotter, Time-Base Recorder, Automated Tester. Users Guide. Rev 3.1 Cal-Bay Systems XY Plotter, Time-Base Recorder, Automated Tester Users Guide Rev 3.1 Contents... 1 Quick Start Guide... 2 Selecting a Test Specification... 3 Clearing Traces... 4 Saving Traces...4 Loading

More information

DataStudio New Features Guide

DataStudio New Features Guide Instruction Manual No. 012-09316C DataStudio New Features Guide Installation Instructions...page 1 Experiment Setup Window...page 6 Calibration...page 8 Installation On a computer running Windows XP, Windows

More information

MCUXpresso IDE LinkServer Power Measurement Guide. Rev November, 2017 User guide

MCUXpresso IDE LinkServer Power Measurement Guide. Rev November, 2017 User guide MCUXpresso IDE LinkServer Power Measurement Guide User guide 14 November, 2017 Copyright 2017 NXP Semiconductors All rights reserved. ii 1. Power Measurement Overview... 1 2. Quick Start... 2 3. Power

More information

Department of Physics & Astronomy Lab Manual Undergraduate Labs. A Guide to Logger Pro

Department of Physics & Astronomy Lab Manual Undergraduate Labs. A Guide to Logger Pro A Guide to Logger Pro Logger Pro is the main program used in our physics labs for data collection and analysis. You are encouraged to download Logger Pro to your personal laptop and bring it with you to

More information

Logger Pro 3 Release Notes

Logger Pro 3 Release Notes Logger Pro 3 Release Notes Version 3.4.6 July 19, 2006 Contents System Requirements Install Notes What's Changed in Logger Pro 3.4.6 Logger Pro 3.4.6 Known Issues File Compatibility What Changed in Earlier

More information

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual

N2KExtractor. NMEA 2000 Data Extractor Software. User s Manual N2KExtractor NMEA 2000 Data Extractor Software User s Manual Revision 1.0.0 Copyright 2012 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23 rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17 User Manual Navigator Software Monarch Instrument Rev 0.98 May 2006 Page 1 of 17 Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3

More information

LPCXpresso IDE Power Measurement Guide. Rev June, 2016 User guide

LPCXpresso IDE Power Measurement Guide. Rev June, 2016 User guide LPCXpresso IDE Power Measurement Guide User guide 3 June, 2016 Copyright 2013-2016 NXP Semiconductors All rights reserved. ii 1. Power Measurement Overview... 1 2. Quick Start... 2 3. Power Measurement

More information

TriLink. User Guide. ISE, Inc. Second Edition October 2007 Fourier Systems

TriLink. User Guide. ISE, Inc. Second Edition October 2007 Fourier Systems ISE, Inc. 10100 Royalton Rd. Cleveland, OH 44133 Tel: (440) 237-3200 Fax: (440) 237-1744 http://iseinc.com TriLink User Guide Second Edition October 2007 Fourier Systems Contents Introduction...7 Chapter

More information

SW860 FlukeView Software

SW860 FlukeView Software SW860 FlukeView Software Version 2 (Windows and DOS) Users Manual PN 944520 January 1995 Rev. 1 12/95 1995 Fluke Corporation, Inc. All rights reserved. Printed in U.S.A. All product names are trademarks

More information

Graphical Analysis 4 User Manual

Graphical Analysis 4 User Manual Version 4.7.1 November 2018 2018 ABOUT THIS GUIDE The Graphical Analysis 4 User Manual is an extended guide detailing the features of the Graphical Analysis 4 app. This guide can be used with any platform-specific

More information

TeamSpot 3. Introducing TeamSpot. TeamSpot 3 (rev. 25 October 2006)

TeamSpot 3. Introducing TeamSpot. TeamSpot 3 (rev. 25 October 2006) TeamSpot 3 Introducing TeamSpot TeamSpot 3 (rev. 25 October 2006) Table of Contents AN INTRODUCTION TO TEAMSPOT...3 INSTALLING AND CONNECTING (WINDOWS XP/2000)... 4 INSTALLING AND CONNECTING (MACINTOSH

More information

Graphical Analysis. for Windows. COPYRIGHT 1995 Vernier Software ISBN # X. User's Manual. Teacher's Guide.

Graphical Analysis. for Windows. COPYRIGHT 1995 Vernier Software ISBN # X. User's Manual. Teacher's Guide. Graphical Analysis for Windows COPYRIGHT 1995 Vernier Software ISBN #0-918731-81-X User's Manual Teacher's Guide Reference Section Version 12/6/00 Vernier Software & Technology 13979 SW Millikan Way Beaverton,

More information

Visual Physics - Introductory Lab Lab 0

Visual Physics - Introductory Lab Lab 0 Your Introductory Lab will guide you through the steps necessary to utilize state-of-the-art technology to acquire and graph data of mechanics experiments. Throughout Visual Physics, you will be using

More information

DeltaLINK 3 Release Notes

DeltaLINK 3 Release Notes DeltaLINK 3 DeltaLINK 3.6 12 December 2016 Contents ABOUT DELTALINK 3...2 What s new in DeltaLINK 3.6... 2 Compatibility... 2 INSTALLATION...2 System Requirements... 2 To Install DeltaLINK... 3 To Start

More information

Spectrometer Visible Light Spectrometer V4.4

Spectrometer Visible Light Spectrometer V4.4 Visible Light Spectrometer V4.4 Table of Contents Package Contents...3 Trademarks...4 Manual Driver and Application installation...5 Manual Application Installation...6 First Start of the Application...8

More information

Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips

Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips Section 1: Starting an experiment 1.1 Opening a file 1. Open the File menu and select Open Activity. 2. In the Open dialog box, navigate to

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

LABQUEST 2 DATA LOGGER

LABQUEST 2 DATA LOGGER Page 29 LABQUEST 2 DATA LOGGER OBJECTIVES: 1. To introduce the fundamentals of the use of the LabQuest 2 data logger. 2. To illustrate the use of Logger Pro graphing software to graph and analyze data

More information

Windows 2000 Safe Mode

Windows 2000 Safe Mode LAB PROCEDURE 29 Windows 2000 Safe Mode OBJECTIVES 1. Restart and try various startup options. RESOURCES Troubleshooting 1. Marcraft 8000 Trainer with Windows 2000 installed 2. A PS2 mouse 3. A LAN connection

More information

testo Comfort Software Professional 4 Instruction manual

testo Comfort Software Professional 4 Instruction manual testo Comfort Software Professional 4 Instruction manual 2 1 Contents 1 Contents 1 Contents... 3 2 About this document... 5 3 Specifications... 6 3.1. Use... 6 3.2. System requirements... 6 4 First steps...

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

N2KExtractor. Maretron Data Extraction Software User s Manual

N2KExtractor. Maretron Data Extraction Software User s Manual N2KExtractor Maretron Data Extraction Software User s Manual Revision 3.1.6 Copyright 2017 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

First Edition Termologger USB & OSAKA MicroLab Lite User guide

First Edition Termologger USB & OSAKA MicroLab Lite User guide First Edition Termologger USB & OSAKA MicroLab Lite User guide First Print February 2007 Introduction The Termologger USB is a compact 16-bit USB data logger designed for accurate temperature monitoring

More information

Basic Windows 95 Skills

Basic Windows 95 Skills Building Mouse Skills Click press left mouse button once used to select options in menus or to move your cursor Double click press left mouse button twice without moving the mouse pointer used on icons

More information

RIVA / Athena Pro-Series ECU

RIVA / Athena Pro-Series ECU RIVA / Athena Pro-Series ECU USING SOFTWARE (MAYA) Running Maya for First Time Once installed, Maya is available in the Start menu under Programs -> Maya, or from a desktop short cut, if created. The first

More information

Software User s Manual

Software User s Manual 1 About the manual 2 Navigating the manual 2 3 Opening the control panel 3 Control panel overview 4 Control panel settings 5 Calibrating the interactive pen display 6 Adjusting frequency and tracking (VGA

More information

User Guide. Model Temperature Datalogger Kit Model Temperature and Humidity Datalogger Kit Model SW276 Datalogging Software SW276

User Guide. Model Temperature Datalogger Kit Model Temperature and Humidity Datalogger Kit Model SW276 Datalogging Software SW276 User Guide Model 42265 Temperature Datalogger Kit Model 42275 Temperature and Humidity Datalogger Kit Model SW276 Datalogging Software SW276 Introduction Congratulations on your purchase of Extech Instrument

More information

Graphical Analysis 4 User Manual

Graphical Analysis 4 User Manual Version 4.6 September 2018 2018 ABOUT THIS GUIDE The Graphical Analysis 4 User Manual is an extended guide detailing the features of the Graphical Analysis 4 app. This document reflects features available

More information

SWC1090 configuration software for G.M. International Isolators series D1000 and E1000. Installation and use manual

SWC1090 configuration software for G.M. International Isolators series D1000 and E1000. Installation and use manual SWC1090 configuration software for G.M. International Isolators series D1000 and E1000 Installation and use manual ISM0084-2 Installation and use of the SWC1090 calibration software Page 1 of 12 Index

More information

Track-It User s Guide. 1. Table of Contents. Track-It User Guide

Track-It User s Guide. 1. Table of Contents. Track-It User Guide Track-It User s Guide Track-It is a PC based (Windows XP / Vista/ Windows 7) program to enable a user to program and view data from the Track-It series of micro data loggers. The program allows the loggers

More information

testo Comfort Software Professional 4

testo Comfort Software Professional 4 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com testo Comfort Software Professional 4 Instruction manual 1 Contents 1 Contents

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

CyberComm Pro 2.4 Data Acquisition Software Installation & User Guide. CyberScan DO 1500

CyberComm Pro 2.4 Data Acquisition Software Installation & User Guide. CyberScan DO 1500 CyberComm Pro 2.4 Data Acquisition Software Installation & User Guide CyberScan DO 1500 Bench Dissolved Oxygen Meter Technology Made Easy... 68X292341 Rev.0 01/04 PREFACE Thank you for selecting the CyberScan

More information

Mini Mini GlobiLab Software Quick Start Guide

Mini Mini GlobiLab Software Quick Start Guide Mini Mini GlobiLab Software Quick Start Guide This Guide is intended to help you get your Mini up and running quickly. For more detailed instructions, please see the Getting to Know Your Mini document

More information

FLOWgate500. Software Manual. Software Manual FLOWgate500 Release 2.2. Revision number: V2.2. Manufacturer: SICK AG. Erwin-Sick-Str.

FLOWgate500. Software Manual. Software Manual FLOWgate500 Release 2.2. Revision number: V2.2. Manufacturer: SICK AG. Erwin-Sick-Str. FLOWgate500 Software Manual Software Manual FLOWgate500 Release 2.2 Revision number: V2.2 Manufacturer: SICK AG Erwin-Sick-Str.1 D-79183 Waldkirch Germany Place of manufacture: SICK Engineering GmbH Bergener

More information

Keyboard Shortcuts & Hints

Keyboard Shortcuts & Hints K Service Source Keyboard Shortcuts & Hints System 7.5 Keyboard Shortcuts & Hints Introduction - 1 Introduction This document presents many key combination shortcuts that will increase your productivity

More information

testo Comfort Software Professional 4 Instruction manual

testo Comfort Software Professional 4 Instruction manual testo Comfort Software Professional 4 Instruction manual 2 1 Contents 1 Contents 1 Contents...3 2 About this document...5 3 Specifications...6 3.1. Use...6 3.2. System requirements...6 4 First steps...7

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

SC-01 Data Logger Management Program Operator s Manual

SC-01 Data Logger Management Program Operator s Manual SC-01 Data Logger Management Program Operator s Manual Part Number: 71-0138RK Revision: P1 Released: 9/12/07 www.rkiinstruments.com Warranty RKI Instruments, Inc., warrants gas alarm equipment sold by

More information

EXCEL SPREADSHEET TUTORIAL

EXCEL SPREADSHEET TUTORIAL EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible

More information

Basic Shortcut Keys File menu options in current program Edit options in current program Universal Help (for all programs)

Basic Shortcut Keys File menu options in current program Edit options in current program Universal Help (for all programs) Basic Shortcut Keys Alt + F Alt + E F1 Ctrl + A Ctrl + X Shift + Del ns Ctrl + V Shift + Ins Home Ctrl + Home End Ctrl + End Shift + Home Shift + End Ctrl + Ctrl + File menu options in current program

More information

Panther Probe Inc. Real Time DeadWeight Software Manual

Panther Probe Inc. Real Time DeadWeight Software Manual Panther Probe Inc. Real Time DeadWeight Software Manual November 2008 1 Table of Contents Communication page 3 Set Chart / Well Info page 5 Real-Time features page 7 Report Viewer page 11 View Report page

More information

PowerBook. File Assistant. User s Guide

PowerBook. File Assistant. User s Guide apple PowerBook File Assistant User s Guide K Apple Computer, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any

More information

MicroLite & MicroLab Lite User Guide. First Edition First Print February 2007 Fourier Systems Ltd.

MicroLite & MicroLab Lite User Guide. First Edition First Print February 2007 Fourier Systems Ltd. MicroLite & MicroLab Lite User Guide First Edition First Print February 2007 Fourier Systems Ltd. Contents Introduction... 1 Chapter 1 Using the MicroLite... 2 1.1. Overview... 3 1.2. Getting Started...

More information

StarFinder. Operation Manual. Star Chromatography Workstation Version 6

StarFinder. Operation Manual. Star Chromatography Workstation Version 6 Varian Analytical Instruments 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Star Chromatography Workstation Version 6 StarFinder Operation Manual Varian, Inc. 2002 03-914723-00:Rev. 2 Trademark Acknowledgment

More information

Fiery Network Controller for DocuColor 5065 SERVER & CONTROLLER SOLUTIONS. Utilities

Fiery Network Controller for DocuColor 5065 SERVER & CONTROLLER SOLUTIONS. Utilities Fiery Network Controller for DocuColor 5065 SERVER & CONTROLLER SOLUTIONS Utilities 2005 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product.

More information

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that Getting Started with the Superpave Calculator worksheet. The worksheet containing the Superpave macros must be copied onto the computer. The user can place the worksheet in any desired directory or folder.

More information

CyberComm Pro Data Acquisition Software Installation & User Guide

CyberComm Pro Data Acquisition Software Installation & User Guide CyberComm Pro 2.2.3 Data Acquisition Software Installation & User Guide ph 1100 and ph 2100 Bench ph and Bench ph/ion Meter Technology Made Easy... 68X090822 rev 1 Aug 2002 2 PREFACE Thank you for selecting

More information

ezraid3 RAID Manager User Guide

ezraid3 RAID Manager User Guide ezraid3 RAID Manager User Guide Overview ezraid3 Thank you for purchasing ezraid from DATOptic Inc., ezraid3 is compact easy to use RAID solution base on SteelVine technology from Silicon Image SiI-5744,

More information

Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices

Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices Thank you for purchasing the OM-USB-5201 or OM-USB-5203 device from Omega Engineering! Please read this sheet to help

More information

Edit contains commands for adding, deleting, and changing configurations. The functions listed are dependent on what is highlighted in the tree.

Edit contains commands for adding, deleting, and changing configurations. The functions listed are dependent on what is highlighted in the tree. 7 Menu Items 7.1 Edit Edit contains commands for adding, deleting, and changing configurations. The functions listed are dependent on what is highlighted in the tree. 7.1.1 Add Terminal Edit > Add Terminal

More information

RegressItMac installation and test instructions 1

RegressItMac installation and test instructions 1 RegressItMac installation and test instructions 1 1. Create a new folder in which to store your RegressIt files. It is recommended that you create a new folder called RegressIt in the Documents folder,

More information

Users Guide. Using the Xplorer GLX Standalone Using the Xplorer GLX with a Computer Sample Activities

Users Guide. Using the Xplorer GLX Standalone Using the Xplorer GLX with a Computer Sample Activities Users Guide Using the Xplorer GLX Standalone Using the Xplorer GLX with a Computer Sample Activities New Features: File storage on USB flash drive, p. 83 Update firmware from flash drive, p. 93 Instant

More information

What s new in Coach 6 Lite?

What s new in Coach 6 Lite? What s new in Coach 6 Lite? Version Coach 6.52 Lite (release February 2014) Low level drivers are now digital signed for Windows 8.1. Improvement of CoachLab II+ driver for older models of the CoachLab

More information

PediGait IP. Users Manual

PediGait IP. Users Manual PediGait IP Users Manual April 2012 Table of Contents Clients Tab... 2 Open a Client file... 2 Delete Client file(s)... 2 Edit a Client... 3 Add a new client... 3 Add Comments to client files... 4 Profiles

More information

NovoConnect B360. Wireless Presentation & Collaboration System. User Manual Version 0.98

NovoConnect B360. Wireless Presentation & Collaboration System. User Manual Version 0.98 NovoConnect B360 Wireless Presentation & Collaboration System User Manual Version 0.98 Copyright 2013 DELTA Electronics, Inc. All rights reserved. Page 1 Table of Contents TABLE OF CONTENTS... 2 1. GETTING

More information

Visual Physics Introductory Lab [Lab 0]

Visual Physics Introductory Lab [Lab 0] Your Introductory Lab will guide you through the steps necessary to utilize state-of-the-art technology to acquire and graph data of mechanics experiments. Throughout Visual Physics, you will be using

More information

USB Instruments EasyLogger for PS40M10 "Swordfish" Help

USB Instruments EasyLogger for PS40M10 Swordfish Help USB Instruments EasyLogger for PS40M10 "Swordfish" Help I EasyLogger for PS40M10 Help Table of Contents Part I Introduction 3 1 Welcome to... EasyLogger for PS40M10 3 2 EasyLogger... Features 4 Part II

More information

LAB 03: The Equations of Uniform Motion

LAB 03: The Equations of Uniform Motion LAB 03: The Equations of Uniform Motion This experiment uses a ramp and a low-friction cart. If you give the cart a gentle push up the ramp, the cart will roll upward, slow and stop, and then roll back

More information

What s new in Coach 6 Lite?

What s new in Coach 6 Lite? What s new in Coach 6 Lite? Version Coach 6.72 (release February 2016) Support of new BT sensors: BT19i Charge sensor, BT24i Low concentration CO2 sensor (0.. 5000 ppm), BT63i Photogate, BT70i Radiation

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

LAB 02: Graph Matching

LAB 02: Graph Matching LAB 02: Graph Matching One of the most effective methods of describing motion is to plot graphs of position/displacement, velocity, and acceleration vs. time. From such a graphical representation, it is

More information

Release Notes. R&S FSC Spectrum Analyzer

Release Notes. R&S FSC Spectrum Analyzer Release Notes Revision: 02 R&S FSC Spectrum Analyzer Firmware Release 2.20 These Release Notes describe the following models and options of the R&S FSC Spectrum Analyzer: R&S Spectrum Analyzer FSC3, order

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Software Manual. MadgeTech 4 Data Logger Software

Software Manual. MadgeTech 4 Data Logger Software Software Manual MadgeTech 4 Data Logger Software Introduction 7 About MadgeTech, Inc... 7 Software Overview 8 Getting Started... 8 System Requirements...8 Software Installation: Installing the MadgeTech

More information

Quick Start Guide: Welcome to OceanView

Quick Start Guide: Welcome to OceanView Quick Start Guide: Welcome to OceanView Contents: Ctrl + Click a Topic Below for More Information Introduction to OceanView... 3 Welcome Screen... 3 Data Window... 3 Schematic View... 3 Persistence...

More information

Creating Classroom Websites Using Contribute By Macromedia

Creating Classroom Websites Using Contribute By Macromedia Creating Classroom Websites Using Contribute By Macromedia Revised: 10/7/05 Creating Classroom Websites Page 1 of 22 Table of Contents Getting Started Creating a Connection to your Server Space.. Page

More information

Data Collection and Analysis Guidebook

Data Collection and Analysis Guidebook Data Collection and Analysis Guidebook This guidebook applies to TI-Nspire software version 3.2. To obtain the latest version of the documentation, go to education.ti.com/guides. Important Information

More information

DBT-120 Bluetooth USB Adapter

DBT-120 Bluetooth USB Adapter DBT-120 Bluetooth USB Adapter Rev.2.1 (09/25/2002) 2 Contents Introduction... 5 Package Contents... 6 Installing Bluetooth Software... 6 Hardware Installation... 8 Introduction to Bluetooth Software...

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Podium Data Analysis Software. User Manual. RCA40 Version

Podium Data Analysis Software. User Manual. RCA40 Version RCA40 Version Issue 1.00 March 2003 Contents 1 Introduction 5 1.1 What is Podium? 5 1.2 About This Manual 5 1.3 Typographical Conventions 6 1.4 Getting Technical Support 6 2 Getting Started 7 2.1 System

More information

BoxCar Pro 4.3 for Windows

BoxCar Pro 4.3 for Windows Page 1 of 6 BoxCar Pro 4.3 for Windows Onset offers two Windows applications for logger and data management. BoxCar Pro 4.3 is a powerful enhanced version of BoxCar that adds features for graphing, data

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

NovoConnect B360. Wireless Presentation & Collaboration System. User Manual Version 0.99

NovoConnect B360. Wireless Presentation & Collaboration System. User Manual Version 0.99 NovoConnect B360 Wireless Presentation & Collaboration System User Manual Version 0.99 Copyright 2013 DELTA Electronics, Inc. All rights reserved. Page 1 Table of Contents 1. GETTING STARTED...4 1.1 Package

More information

Podium Plus Data Analysis Software. User Manual. SWIS10 Version

Podium Plus Data Analysis Software. User Manual. SWIS10 Version SWIS10 Version Issue 1.10 February 2005 Contents 1 Introduction 6 1.1 What is Podium Plus? 6 1.2 About This Manual 6 1.3 Typographical Conventions 7 1.4 Getting Technical Support 7 2 Getting Started 8

More information

VALCON EasyWriter Ver1.0E Manual

VALCON EasyWriter Ver1.0E Manual VALCON EasyWriter Ver1.0E Manual E05172-K00022-00 Published Dec.2010 Ver3-1.03 HKS Co., Ltd. Revision History Revision Date 2008/12/10 First Edition (Ver3-1.01) 2010/4/2 Second Edition (Ver3-1.02) 2010/12/22

More information

TeamViewer Manual Manager

TeamViewer Manual Manager TeamViewer Manual Manager Rev 12/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen teamviewer.com Overview Table of Contents 1 Overview... 4 1.1 About TeamViewer Manager... 4 1.2 About this manual...

More information

Logger Pro 3 Release Notes

Logger Pro 3 Release Notes Logger Pro 3 Release Notes Version 3.6.1 June 30, 2008 Contents System Requirements Install Notes What's Changed in Logger Pro 3.6.1 Logger Pro 3.6.1 Known Issues File Compatibility What Changed in Earlier

More information

1 Place the iworx/214 unit on the bench, close to the computer. 3 When the dialog box appears, select ahk214.iws and then click Load.

1 Place the iworx/214 unit on the bench, close to the computer. 3 When the dialog box appears, select ahk214.iws and then click Load. Experiment 1: LabScribe a Tutorial LabScribe allows data to be accumulated, displayed and analyzed on a computer screen in a format similar to a laboratory strip chart recorder. Equipment Setup 1 Place

More information