Wireless DAQ using ZigBee

Size: px
Start display at page:

Download "Wireless DAQ using ZigBee"

Transcription

1 Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Wireless DAQ using ZigBee Cuong Nguyen, Hans- Petter Halvorsen Hardware Setup Faculty of Technology, Postboks 203, Kjølnes ring 56, N-3901 Porsgrunn, Norway. Tel: Fax:

2 1 Introduction This tutorial will go through how to transfer temperature data acquired from a sensor to the computer wirelessly by using ZigBee technology on Windows 7 operative system. This documentation is created based on experiment by using the following equipment: Hardware Software! Temperature sensor Pt- 100! Connection board! ZigBee equipment - NI WSN WSN Ethernet Gateway - NI WSN Analog Input Node! Windows 7, 8 NB!!! Other OS versions besides Professional are experienced causing problems. (MAX is not able to detect NI WSN- 9791)! NI- WSN- 140 software! LabVIEW 2012 The data transferring procedure through ZigBee technology involves mainly three different steps; Step 1: Step 2: Step 3: Connect the temperature sensor pt- 100 to the node (NI WSN- 3202). Since pt- 100 is a resistance based sensor and inputs to the node device are required to be in Voltage. Therefore, direct connections between the two devices are not possible and the devices have to be connected together via the connection board. Install and configure NI- WSN- 140 software. Allows user to setup the Gateway, add the measurement node(s) and control the wireless network. Present the temperature value on the computer. Create a LabVIEW application to continuously retrieve and present the value on the computer. The acquired values are originally in Voltage format which needs to be converted into corresponding temperature. 2

3 3 Introduction Necessary Equipment Software NI WSN WSN Ethernet Gateway Hardware NI WSN Analog Input Node Temperature sensor: PT- 100 AC to DC switching power supply Model: GPSUE- 6 Transducer board

4 2 Technical Implementation This section will explain the data acquiring process in details, which covers all the involving three steps stated above. By following the instructions, as the result temperature values obtained by the temperature sensor (Pt- 100) will be presented on the computer screen wirelessly. ZigBee is the technology behind the wireless data transferring procedure. 2.1 Step1: Physical Connection Pt- 100 is a temperature sensor based on a resistance (Ω) which various in corresponding to the changing in temperature, this element cannot be connected directly to the ZigBee node (NI WSN- 3202) because the node only understands Voltage as input. Due to this reason the two elements can only have communications with each other through the transducer board. Pt- 100 and AC to DC switching power supply are already connected to the Connection board. To read the temperature value from pt- 100, the NI WSN Analog Input Node needs to be connected to the connection board, where red cable shall be connected to AI0 and blue cable to AI GND as shown from Figure 2-1. Once the connection is established, just simply plug the power supply to the wall outlet. The Connection board will operate by 24 Voltage DC. Figure 2-1: Connection board - NI WSN connection. 4

5 5 Technical Implementation 2.2 Step 2: NI- WSN Software Ni- WSN is the computer software, through which the users are able to configure the network in the Measurement & Automation Explorer (MAX) utility. Max provides an intuitive user interface to add and remove measurement nodes and configure wireless settings. The settings have effects on the central control unit, NI WSN WSN Ethernet Gateway Download & Install Install the appropriate driver for NI WSN WSN Ethernet Gateway.! From NI Hardware Drivers various options of drivers are available. Download the latest version ( NI- WSN x.x). The installing of NI- WSN is a straight forward procedure. Just simply follow instructions given of each steps and make sure to include Real- Time Features as shown in Figure 2-2 and select the updates option. Figure 2-2: MAX Software installation Configuration The Central control unit, NI WSN WSN Ethernet Gateway can be configured by using the Measurement and Automation Explorer (MAX).

6 6 Technical Implementation Launch MAX and expand Remote Systems to confirm that MAX has auto detected the WSN as shown on the figure on the next page. If the gateway does not appear, consult the Getting Started with NI Wireless Sensor Networks tutorial for more information. Confirm or change the default settings on the Network Settings tab. Make sure to click Apply to save any changes that you made. Figure 2-3: WSN detection by MAX. Add the measurement node(s) to your wireless network! Select the WSN Nodes tab and click the Add WSN Node button or right- click the Gateway node.! Enter the type, serial number and ID number of the measurement node(s). Click Apply to save the changes. Establish connection with the gateway Figure 2-4: Assign an ID to a node.! To establish a connection with the gateway, press the Signal Strength button on each node for at least five seconds.

7 7 Technical Implementation! Upon connection, Select Refresh all on the WSN Nodes tab to view the last communication time, battery state, link quality, and network mode of the measurement nodes. Figure 2-5: Information of the node. 2.3 Step 3: Data Presentation When the equipment is properly configured in MAX, LabVIEW can be used to present the temperature value on the computer screen. Start LabVIEW and create a New Project. Figure 2-6: Create a new project in labview. Add WSN to the project by right- clicking on the project name and select New» Targets and Devices. All modules will be listed with available I/O channels.

8 8 Technical Implementation Figure 2-7: Add a node to the project. Figure 2-8: Device selection.

9 9 Technical Implementation In order to create a LabVIEW application, right- click on My Computer and select New» VI and drag the corresponding I/O variables from the Project Explorer to the LabVIEW block diagram, as shown on the Figure 2-9. Build VI application and click Run to instantly acquire measurements from WSN. Figure 2-9: Select I/O port to be used in LabVIEW VI. Front panel of the LabVIEW program (VI app) reading from AI0 [Voltage 1-5]: Figure 2-10: Successful data achievement.

10 10 Technical Implementation Figure 2-11: "Test WSN.vi" is included in the LabVIEW project.

11 11 Technical Implementation Advance: The front panel shown in the previous figure present the value captured from the temperature sensor pt- 100 in Voltage. The value needs to be converted into temperature [ ]. Try to improve the LabVIEW application that shows both in Voltage and degree Celcius as illustrated in Figure Tips: Use silver style as layout. Convert from Voltage to Temperature. Temperature [ ] = Voltage * a b (define parameters a & b) 1 [V] = 0 [ ] 5 [V] = 50 [ ] Figure 2-12: Front panel displaying current Voltage and temperature data.

12 12 Technical Implementation The block diagram of the improved front panel is shown in Figure 2-13, where both of the parameters 12,5 are used to convert from Voltage to degree Celcius. NB!!! These parameters can only be used for this specific case, where 1-5 Volt are converted to For converting to a scale of 0-100, just simply replace both of the parameters 12,5 with 25. Figure 2-13: Voltage to temperature conversion.

13 Telemark University College Faculty of Technology Kjølnes Ring 56 N Porsgrunn, Norway Hans- Petter Halvorsen, M.Sc. Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics E- mail: Blog:

Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics.

Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics. Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Wi- Fi DAQ Hardware Setup Cuong Nguyen, Hans- Petter Halvorsen, 2013.08.07

More information

NI mydaq HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics

NI mydaq HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics NI mydaq HANS-PETTER HALVORSEN, 2012.01.20 Faculty of Technology, Postboks 203, Kjølnes ring 56,

More information

NI Vision System HANS- PETTER HALVORSEN,

NI Vision System HANS- PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics NI Vision System HANS- PETTER HALVORSEN, 2013.02.19 Faculty of Technology, Postboks 203, Kjølnes

More information

Virtual Instruments with LabVIEW

Virtual Instruments with LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Virtual Instruments with LabVIEW HANS-PETTER HALVORSEN, 2011.01.04 Faculty of Technology, Postboks

More information

Data Acquisition HANS-PETTER HALVORSEN,

Data Acquisition HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Data Acquisition HANS-PETTER HALVORSEN, 2011.10.14 Faculty of Technology, Postboks 203, Kjølnes

More information

Datalogging in LabVIEW

Datalogging in LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Datalogging in LabVIEW HANS-PETTER HALVORSEN, 2011.01.04 Faculty of Technology, Postboks 203, Kjølnes

More information

Solutions. Discretization HANS-PETTER HALVORSEN,

Solutions. Discretization HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Solutions HANS-PETTER HALVORSEN, 2011.08.12 Discretization Faculty of Technology, Postboks 203,

More information

Wireless DAQ System. In this project you are going to create a Wireless DAQ System, see Figure 1-1. Figure 1-1: Wireless DAQ system

Wireless DAQ System. In this project you are going to create a Wireless DAQ System, see Figure 1-1. Figure 1-1: Wireless DAQ system Høgskolen i Telemark Telemark University College Faculty of Technology, Department of Electrical Engineering, Information Technology and Cybernetics Wireless DAQ System Keywords: Data Communication, Protocols,

More information

Control and Simulation in. LabVIEW

Control and Simulation in. LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Solutions Control and Simulation in HANS-PETTER HALVORSEN, 2011.08.11 LabVIEW Faculty of Technology,

More information

Faculty of Technology, Department of Electrical Engineering, Information Technology and Cybernetics. SCADA System

Faculty of Technology, Department of Electrical Engineering, Information Technology and Cybernetics. SCADA System Høgskolen i Telemark Telemark University College Faculty of Technology, Department of Electrical Engineering, Information Technology and Cybernetics SCADA System Keywords: Data Communication, protocols,

More information

DAQ in MATLAB HANS-PETTER HALVORSEN,

DAQ in MATLAB HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics DAQ in MATLAB HANS-PETTER HALVORSEN, 2011.06.07 Faculty of Technology, Postboks 203, Kjølnes ring

More information

State Estimation with Observers

State Estimation with Observers Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics State Estimation with Observers HANS-PETTER HALVORSEN, 2012.08.20 Faculty of Technology, Postboks

More information

Weather System. In this project you are going to create a Weather System, see Figure 1-1. Figure 1-1: Weather system

Weather System. In this project you are going to create a Weather System, see Figure 1-1. Figure 1-1: Weather system Høgskolen i Telemark Telemark University College Faculty of Technology, Department of Electrical Engineering, Information Technology and Cybernetics Weather System Keywords: Data Communication, Protocols,

More information

NI USB-TC01 Thermocouple Measurement Device

NI USB-TC01 Thermocouple Measurement Device Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics NI USB-TC01 Thermocouple Measurement Device HANS- PETTER HALVORSEN, 2013.02.18 Faculty of Technology,

More information

Laboratory System. 1 Introduction

Laboratory System. 1 Introduction Høgskolen i Telemark Telemark University College Faculty of Technology, Department of Electrical Engineering, Information Technology and Cybernetics Laboratory System Keywords: Data Communication, Protocols,

More information

LabVIEW Tutorials. T.1 Temperature Measurement and Cold Junction Compensation (CJC) LUMS School of Science and Engineering

LabVIEW Tutorials. T.1 Temperature Measurement and Cold Junction Compensation (CJC) LUMS School of Science and Engineering LabVIEW Tutorials T.1 Temperature Measurement and Cold Junction Compensation (CJC) LUMS School of Science and Engineering Umer Hassan & Muhammad Sabieh Anwar Introduction: In this tutorial we shall learn

More information

Exercise 5: Basic LabVIEW Programming

Exercise 5: Basic LabVIEW Programming Exercise 5: Basic LabVIEW Programming In this exercise we will learn the basic principles in LabVIEW. LabVIEW will be used in later exercises and in the project part, as well in other courses later, so

More information

LabVIEW MathScript Quick Reference

LabVIEW MathScript Quick Reference Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics LabVIEW MathScript Quick Reference Hans-Petter Halvorsen, 2012.06.14 Faculty of Technology, Postboks

More information

University College of Southeast Norway. LM-900 Level Tank. Hans-Petter Halvorsen,

University College of Southeast Norway. LM-900 Level Tank. Hans-Petter Halvorsen, University College of Southeast Norway LM-900 Level Tank Hans-Petter Halvorsen, 2016.10.26 http://home.hit.no/~hansha Table of Contents Table of Contents... ii 1 Introduction... 1 2 System Description...

More information

Simulation in LabVIEW. Hans-Petter Halvorsen, M.Sc.

Simulation in LabVIEW. Hans-Petter Halvorsen, M.Sc. Simulation in LabVIEW Hans-Petter Halvorsen, M.Sc. Software LabVIEW LabVIEW Control Design and Simulation Module This module is used for creating Control and Simulation applications with LabVIEW. Here

More information

Lab Exercise 2: Data Acquisition with NI LabVIEW

Lab Exercise 2: Data Acquisition with NI LabVIEW Objective When you have completed this exercise, you will be able: To use the DAQ Assistant to acquire analog data measurements with NI LabVIEW To use Write to Measurement express VI to log real time data

More information

Data Acquisition in LabVIEW

Data Acquisition in LabVIEW University College of Southeast Norway Data Acquisition in LabVIEW Hans-Petter Halvorsen, 2016.10.28 http://home.hit.no/~hansha Preface This tutorial explains the basic concepts of a Data Acquisition in

More information

Exercise 11: Discretization

Exercise 11: Discretization Exercise 11: Discretization Introduction We will use different discretization methods using pen and paper exercises and in practical implementation in MathScript/LabVIEW along with built-in discretization

More information

CirrusSense Router Quick Start Guide. Connect your router. Configure your router for internet access

CirrusSense Router Quick Start Guide. Connect your router. Configure your router for internet access CirrusSense Router Quick Start Guide by Transducers Direct Connect your router 1) First, if you re going to connect to the internet via a wired connection, connect an Ethernet cable to the Ethernet port

More information

University College of Southeast Norway. Web Services. with Examples. Hans-Petter Halvorsen,

University College of Southeast Norway. Web Services. with Examples. Hans-Petter Halvorsen, University College of Southeast Norway Web Services Hans-Petter Halvorsen, 2016.11.01 with Examples http://home.hit.no/~hansha Table of Contents 1. Introduction... 4 1.1. The Problem... 4 1.2. The Solution...

More information

Wireless Data Acquisition in. LabVIEW

Wireless Data Acquisition in. LabVIEW University College of Southeast Norway Wireless Data Acquisition in Hans-Petter Halvorsen, 2016.10.31 LabVIEW http://home.hit.no/~hansha Preface It's not just phones and computers that can communicate

More information

https://www.halvorsen.blog Modbus Hans-Petter Halvorsen

https://www.halvorsen.blog Modbus Hans-Petter Halvorsen https://www.halvorsen.blog Modbus Hans-Petter Halvorsen What is Modbus? Modbus is a serial communications protocol originally published by Modicon (now Schneider Electric) in 1979 for use with its programmable

More information

Hardware: Acquiring Data and Communicating with Instruments

Hardware: Acquiring Data and Communicating with Instruments Hardware: Acquiring Data and Communicating with Instruments 4 Acquiring a Signal This chapter introduces you to the Express VIs you use to acquire data and communicate with instruments on Windows. These

More information

Sensors and Actuators with Arduino. Hans-Petter Halvorsen, M.Sc.

Sensors and Actuators with Arduino. Hans-Petter Halvorsen, M.Sc. Sensors and Actuators with Arduino Hans-Petter Halvorsen, M.Sc. System Overview NTC Thermistor Arduino Download Code Computer TMP36 Pt-100 Sensors (Input) Actuators (Output) Examples: Data Logging Programming

More information

https://www.halvorsen.blog Industrial IT Laboratory Work https://www.halvorsen.blog/documents/teaching/courses/industrialit Hans-Petter Halvorsen

https://www.halvorsen.blog Industrial IT Laboratory Work https://www.halvorsen.blog/documents/teaching/courses/industrialit Hans-Petter Halvorsen https://www.halvorsen.blog Industrial IT Laboratory Work https://www.halvorsen.blog/documents/teaching/courses/industrialit Hans-Petter Halvorsen OPC Laboratory Work The Industrial IT course contains different

More information

Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics. MathScript

Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics. MathScript Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Solutions So You Think You Can HANS-PETTER HALVORSEN, 2011.09.07 MathScript Part I: Introduction

More information

Strain and Force Measurement

Strain and Force Measurement NORTHEASTERN UNIVERSITY DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 0-MEASUREMENT AND ANALYSIS Strain and Force Measurement OBJECTIVES The primary objective of this experiment

More information

NI WSN-9791 Ethernet Gateway

NI WSN-9791 Ethernet Gateway GETTING STARTED GUIDE NI WSN-9791 Ethernet Gateway This guide describes how to install, configure, and verify the National Instruments Wireless Sensor Network (WSN) 9791 gateway, NI WSN nodes, and NI software.

More information

Introduction to ERwin

Introduction to ERwin Introduction to ERwin Database Design & Modelling Hans-Petter Halvorsen, M.Sc. Software The following Editions can be downloaded for Free on Internet: CA ERwin Data Modeler Community Edition SQL Server

More information

Accsense Wireless System. Temperature Monitor

Accsense Wireless System. Temperature Monitor Accsense Wireless System Temperature Monitor Contents 1. Installing the B1-06 Gateway...2 2. Installing the Pods...3 3. Wiring the Pods...5 Version 1 - August 2010 29975 Page 1 1. Installing the B1-06

More information

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Recall that the final objective is position regulation using computer-controlled state feedback. Computer control requires both software, like LabVIEW and hardware,

More information

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory Dept. of Electrical, Computer and Biomedical Engineering Instrumentation for the data acquisition laboratory Purpose of the lab activity Design and make simple systems for data acquisition from detectors,

More information

BE/EE189 Design and Construction of Biodevices Lecture 5. BE/EE189 Design and Construction of Biodevices - Caltech

BE/EE189 Design and Construction of Biodevices Lecture 5. BE/EE189 Design and Construction of Biodevices - Caltech BE/EE189 Design and Construction of Biodevices Lecture 5 LabVIEW Programming Data acquisition DAQ system Signals and signal conditioning Nyquist frequency NI ELVIS II NI-DAQmx and DAQ assistant LabVIEW

More information

Using SQL Server in C#

Using SQL Server in C# University College of Southeast Norway Using SQL Server in C# Hans-Petter Halvorsen, 2016.11.01 with Examples http://home.hit.no/~hansha Table of Contents 1. Introduction...

More information

Data acquisition hardware

Data acquisition hardware Data acquisition hardware Data acquisition (DAQ) is the process of sampling signals that measure real world physical conditions and converting the resulting samples into digital numeric values that can

More information

The mystem Project Board Quick Start

The mystem Project Board Quick Start The mystem Project Board Quick Start This activity will introduce you to the basic functions of the mystem Project Board to get you started. Introduction to the mystem The mystem Project Board is designed

More information

Table of Contents. The Botron B92700 OMNIGND is a Multi-Ground Continuous Monitoring Automation System.

Table of Contents. The Botron B92700 OMNIGND is a Multi-Ground Continuous Monitoring Automation System. Operation Manual Table of Contents Description: The Botron B92700 OMNIGND is a Multi-Ground Continuous Monitoring Automation System. Directory: Overview Pg. 2 Features Pg. 3 Quick Setup Guide Pg. 3 Settings

More information

Level control with DeltaV using MPC

Level control with DeltaV using MPC Faculty of Technology Level control with DeltaV using MPC Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning - Masterutdanning Ph.D.

More information

Cube67 - Modular I/O station

Cube67 - Modular I/O station Compact modules Cube67 DI16 C 8xM12 Cube67 DI8 C 4xM12 Cube67 DI8 C 8xM8 Digital inputs Art.-No. UL 56602 UL 56612 UL 56622 approx. 50 ma approx. ma Terminator integrated Configuration PIN 2 input/diagnostic

More information

Agilent 3630A Triple DC Power Supply. Agilent 34401A Digital Multimeter (DMM)

Agilent 3630A Triple DC Power Supply. Agilent 34401A Digital Multimeter (DMM) Agilent E3630A Triple DC Power Supply and Agilent 34401A Digital Multimeter (DMM) Agilent 3630A Triple DC Power Supply The DC power supply used in this lab is the Agilent E3630A Triple DC power supply.

More information

LabVIEW Real-Time Module for Mac OS X User Manual Addendum

LabVIEW Real-Time Module for Mac OS X User Manual Addendum LabVIEW Real-Time Module for Mac OS X User Manual Addendum Contents Installing the Software This addendum supplements the LabVIEW Real-Time Module User Manual with information specific to running the LabVIEW

More information

The data acquisition components, and their relationship to each other, are shown below.

The data acquisition components, and their relationship to each other, are shown below. Data acquisition system Part (1) Digital inputs output and counter You can think of a data acquisition system as a collection of software and hardware that connects you to the physical world. A typical

More information

OpenStax-CNX module: m Thermometer VI * National Instruments

OpenStax-CNX module: m Thermometer VI * National Instruments OpenStax-CNX module: m12209 1 Thermometer VI * National Instruments This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 1.0 Exercise 1 Complete the following

More information

Wireless Sensor Network with LabView Michael Bizub & An Nguyen

Wireless Sensor Network with LabView Michael Bizub & An Nguyen Wireless Sensor Network with LabView Michael Bizub & An Nguyen Final Draft 12/16/2013 CNT 4104 Software Project in Computer Networks Instructor: Dr. Janusz Zalewski Computer Science & Software Engineering

More information

Visual Studio Team Services

Visual Studio Team Services Visual Studio Team Services Getting Started Hans-Petter Halvorsen, M.Sc. Visual Studio Team Services Visual Studio Team Services is a platform taking care of all aspects of the process of developing software

More information

Read Temperature Data

Read Temperature Data Read Temperature Data Exercise 5 Completed front panel and block diagram In this exercise, you will create a program using SensorDAQ s Analog Express VI to collect temperature data and display it on a

More information

Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform

Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform In this exercise, you will use the DAQ Assistant to build a LabVIEW VI that generates and outputs an analog waveform.

More information

Temperature control with DeltaV using MPC

Temperature control with DeltaV using MPC Faculty of Technology Temperature control with DeltaV using MPC Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning - Masterutdanning

More information

Additional products and features

Additional products and features SECTION 7.3: adding national instruments hardware Step: 1 In order to record data from a National Instruments device, you must fi rst install NI-DAQmx software from the National Instruments website. http://ftp.ni.com/support/softlib/multifunc-

More information

Create a Virtual Test Environment

Create a Virtual Test Environment Create a Virtual Test Environment Step by Step Exercises Hans-Petter Halvorsen, M.Sc. Why Do We Need a Test Environment? Why cant we just use our own PC? Why Test Environment? It works on my PC says the

More information

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Measurement Instrumentation Rapid, on-line measurement of temperature, pressure, liquid level, flow rate and composition is

More information

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit Engineering Project-I Module 1: Familiarization of LabVIEW and the Vernier Toolkit PREPARED BY Academic Services Unit January 2012 Applied Technology High Schools, 2012 Module 1: Familiarization of LabVIEW

More information

LabVIEW Core 1. What You Need To Get Started. File Locations. The course installer places the course files in the following location: ni.

LabVIEW Core 1. What You Need To Get Started. File Locations. The course installer places the course files in the following location: ni. LabVIEW Core 1 What You Need To Get Started LabVIEW Core 1 Course Manual (online) LabVIEW Core 1 Exercise Manual (online) LabVIEW Core 1 Course CD (preloaded on S Share) Multifunction DAQ device File Locations

More information

AI-102. IR Illuminator. Installation Guide. Rev IP Surveillance

AI-102. IR Illuminator. Installation Guide. Rev IP Surveillance AI-102 IR Illuminator Installation Guide Rev. 1.1 IP Surveillance Revision History: Rev. 1.0: Initial release Rev. 1.1: Changed effective IR range and power consumption. AI-102 Tube Type Infrared Illuminator

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE GETTING STARTED GUIDE NI 9795 WSN C Series Gateway This guide describes how to install, configure, and verify the National Instruments 9795 Wireless Sensor Network (WSN) C Series gateway, NI WSN nodes,

More information

Switch on / off. For switching off please press button for approx. 5 sec.

Switch on / off. For switching off please press button for approx. 5 sec. DUC-MP Quickstart A User Interface: Switch on / off. For switching off please press button for approx. 5 sec. Activates the background lighting To navigate through the different menus please use the keys

More information

Temp-485-Pt100. A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol

Temp-485-Pt100. A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol Temp-485-Pt100 A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol Temp-485-Pt100 Box version [600 113] Temp-485-Pt100 Cable version [600 114]

More information

Access Your 34972A Wirelessly with a TRENDnet Travel Router

Access Your 34972A Wirelessly with a TRENDnet Travel Router M E A S U R E M E N T T I P S Volume 9, Number 4 Access Your 34972A Wirelessly with a TRENDnet Travel Router Sometimes, it is difficult to run LAN wires to a location from which you want to collect data.

More information

HZS Internal Controller Expansion

HZS Internal Controller Expansion HZS 532-2 Internal Controller Expansion Date of creation: 19.05.2016 Version date: 19.05.2016 Article number: 05-895-532-2E Publisher: SIGMATEK GmbH & Co KG A-5112 Lamprechtshausen Tel.: 06274/4321 Fax:

More information

Install the Software and Hardware

Install the Software and Hardware WHERE TO START WITH YOUR NI 4350/4351 This document explains how to begin using your National Instruments 4350/4351 high-precision temperature and voltage meters. The NI 4350/4351 (NI 435x) products include

More information

AC TO DC ADAPTERS

AC TO DC ADAPTERS AC TO DC ADAPTERS Regulated 100-240VAC 50/60 Hz Wall Mount & Desk Top C(UL)US Listed Folding Plug USB Type 2.1mm, 2.5mm & 3.5mm tips 5VDC through 24VDC 500mA through 6A RoHS Compliant www.nteinc.com/actodcadapters.php

More information

Determination of Drag Coefficient

Determination of Drag Coefficient DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 505 - MEASUREMENT AND ANALYSIS Determination of Drag Coefficient You will need to bring a zip disk or USB storage device to the lab

More information

KE2 BootloaderGuide Updating Firmware

KE2 BootloaderGuide Updating Firmware Q.5.6 May 0 KE BootloaderGuide TM Quick Start Q.5.6 May 0 Page KE BootloaderGuide Introduction Your KE Therm controller has the built-in capability to receive firmware updates over Ethernet. To perform

More information

Data Acquisition Laboratory

Data Acquisition Laboratory Session 2559 Data Acquisition Laboratory Asad Yousuf Savannah State University Abstract The essential element to automate your system for data collection and analysis is termed as the data acquisition.

More information

PHY 351/651 LABORATORY 1 Introduction to LabVIEW

PHY 351/651 LABORATORY 1 Introduction to LabVIEW PHY 351/651 LABORATORY 1 Introduction to LabVIEW Introduction Generally speaking, modern data acquisition systems include four basic stages 1 : o o A sensor (or transducer) circuit that transforms a physical

More information

Welcome. Thank you for choosing Arlo. Getting started is easy.

Welcome. Thank you for choosing Arlo. Getting started is easy. Quick Start Guide 1 Welcome Thank you for choosing Arlo. Getting started is easy. 2 What s Included Base station Base station power adapter Ethernet cable Magnetic wall mounts Mounting screws 100% wireless

More information

AirTouch 2 Zone Control System

AirTouch 2 Zone Control System AirTouch 2 Zone Control System User Manual www.polyaire.com.au 2016 Polyaire Pty Ltd Liability Please read the instructions before installing this Zonemaster Zoning Control System. Polyaire Pty Ltd does

More information

CD-ROM (Software, Manual and Warranty) 5V DC, 2.5A Power Adapter

CD-ROM (Software, Manual and Warranty) 5V DC, 2.5A Power Adapter This product can be setup using any current Web browser, i.e., Internet Explorer 6 or Netscape Navigator 7.0 DP-G321 AirPlus G 802.11g/2.4GHz Wireless Multi-Port Print Server Before You Begin: You will

More information

Expansion Module HZS 541-1S

Expansion Module HZS 541-1S Expansion Module HZS 541-1S 12.10.2015 Page 1 System Description The external HZS 541-1S expansion module provides users of biomass heating systems with additional 230 V AC relay outputs, analog inputs

More information

Bluetooth Music Receiver

Bluetooth Music Receiver Bluetooth Music Receiver User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

Strain gauge Measuring Amplifier GSV-1A8. Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB

Strain gauge Measuring Amplifier GSV-1A8. Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB Strain gauge Measuring Amplifier GSV-A8 Instruction manual GSV-A8, GSV-A8USB, GSV-A6USB GSV-A8USB SubD5 (front side) GSV-A8USB M2 (front side) GSV-A6USB (rear side) GSV-A8USB K6D (front side) Version:

More information

Quick Installation Guide of Acer WLAN 11b Broadband Router

Quick Installation Guide of Acer WLAN 11b Broadband Router Preparation 1 At lease one PC with IEEE802.11b WLAN client installed. 2 One straight-through Category 5 Ethernet cable, used to link WAN interface to xdsl or CM for Internet connection. 3 Acer WLAN 11b

More information

Contents. Technical Information

Contents. Technical Information Technical Information TI 04R01B01-01EN YTMX580 Multi-Input Temperature Transmitter Startup Guide (From Device Configuration and Wireless Network Connection to Process Data Monitoring) [Style : S2] Contents

More information

Web-enabled DAQ System

Web-enabled DAQ System 2016-09 EC-8631 500479 6-0001 Rev.0 01 Web-enabled DAQ System Model: TR30-G High Speed Sampling 5 ms/ai 16 points HTTP server Modbus/TCP master and slave Trigger recording FTP client and server E-mailing

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE Drop-in Networking GETTING STARTED GUIDE Drop-in Networking 90000873-88_B Digi International Inc.2007. All Rights Reserved. Digi, Digi International, the Digi logo, ConnectPort, Watchport, and XBee, are

More information

HUAWEI FT2260 Home Phone Connect Quick Start

HUAWEI FT2260 Home Phone Connect Quick Start HUAWEI FT2260 Home Phone Connect Quick Start Introduction Top View The figures are only for your reference, the actual shape and color of the product may differ slightly. 7 8 9 10 1 2 3 4 5 6 1 Power on/off

More information

GreenEye Monitor Specifications

GreenEye Monitor Specifications Number of Channels Power Monitoring Section 32 (expansion available in the future) Measurement POWER: True (or Real) Power using high speed volt and current sampling VOLTAGE: True RMS Accuracy Sampling

More information

QL-1110NWB. Applications for Use with Computers. Applications for Use with Mobile Devices. Quick Setup Guide (English) NOTE

QL-1110NWB. Applications for Use with Computers. Applications for Use with Mobile Devices. Quick Setup Guide (English) NOTE D00ZC6001 QL-1110NWB Quick Setup Guide (English) Thank you for purchasing the QL-1110NWB Label Printer! Read the Product Safety Guide first, then read this Quick Setup Guide for the correct setup procedure.

More information

1. Learn about LabView software and its different components

1. Learn about LabView software and its different components SfwrEng 4aa3/4ga3 Lab 1 Lab Sessions: Week starting Sept. 21, 2009. Pre-lab reports Due: Week Starting Sept. 21, 2009 at the start of lab sessions. Lab-Reports Due: Week Starting Oct. 5, 2009 at the start

More information

Wireless Sensor Adapter (WSA10) Installation Instructions

Wireless Sensor Adapter (WSA10) Installation Instructions (WSA10) Installation Instructions The Daintree Networks WSA10 is a control component within ControlScope. The WSA10 enables open, standards based ZigBee wireless control communications with a variety of

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET DCMCT. DC Motor Control Trainer (DCMCT) User Manual. User Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET DCMCT. DC Motor Control Trainer (DCMCT) User Manual. User Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET DCMCT DC Motor Control Trainer (DCMCT) User Manual User Manual Table of Contents 1. Introduction...1 2. Requirements...1 3. References...1 4. DCMCT Plant Presentation...1

More information

LIYAN PROGRAMMABLE LOGIC CONTROLLER. LYPLC Ex1n2PT USER S MANUAL

LIYAN PROGRAMMABLE LOGIC CONTROLLER. LYPLC Ex1n2PT USER S MANUAL LIYAN PROGRAMMABLE LOGIC CONTROLLER LYPLC Ex1n2PT USER S MANUAL Foreword This manual contains text, diagrams and explanations which will guide the reader in the correct installation and operation of the

More information

PEACE OF MIND 24 / 7 / 365

PEACE OF MIND 24 / 7 / 365 PEACE OF MIND 24 / 7 / 365 CELLGUARD SYSTEM BATTERY MONITORING SOLUTION with Patented Wireless Communications Architecture Uptime is a requirement in today s connected world. Power systems rely on batteries

More information

PITE 3926C Battery Data Logger User Manual

PITE 3926C Battery Data Logger User Manual PITE 3926C Battery Data Logger User Manual P-140922-V1.3 4/F, Bldg A, Chiwan Industrial Park, Shaodi Rd., Chiwan, Shekou Area, Shenzhen, China TEL: +86-755-2680 5759 FAX: +86-755-2688 0310 www.pitetech.com

More information

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Measurement Instrumentation Rapid, on-line measurement of temperature, pressure, liquid level, flow rate and composition is

More information

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

DP-300+ Fast Ethernet Multi-Port Print Server

DP-300+ Fast Ethernet Multi-Port Print Server This product can be setup using any current Web browser, i.e., Internet Explorer 6 or Netscape Navigator 7.0 DP-300+ Fast Ethernet Multi-Port Print Server Before You Begin You will need an Ethernet-enabled

More information

Hands-On Seminar. Evaluate CompactDAQ and LabVIEW for Your Application 09/05/2017. ni.com

Hands-On Seminar. Evaluate CompactDAQ and LabVIEW for Your Application 09/05/2017. ni.com Hands-On Seminar Evaluate CompactDAQ and LabVIEW for Your Application 09/05/2017 ni.com Jason Strydom Technical Sales Engineer CLD Let s Talk About You What type of applications are you going to be working

More information

Handy type 10-channel logger midi LOGGER GL200A Sales Manual GRAPHTEC

Handy type 10-channel logger midi LOGGER GL200A Sales Manual GRAPHTEC Handy type 10-channel logger midi LOGGER GL200A Sales Manual GRAPHTEC The midi LOGGER GL200 has evolved 10 channels compact data logger No only for temperature but also for voltage fluctuation measurement

More information

SHCM SMALL HYDRO CONDITION MONITORING. Web HMI (real time data, trends, spectrums, alarms )

SHCM SMALL HYDRO CONDITION MONITORING.   Web HMI (real time data, trends, spectrums, alarms ) SHCM Electric power system is a backbone of today s economy which relies on stable, uninterruptable supply of electric energy that is needed both in industry and in most areas of our private lives. According

More information

Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor Network

Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor Network Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor etwork Sheng Fu, inbo Gao, Hao Lin Abstract In the current mine air compressors monitoring system, there are some difficulties

More information

6220 Ethernet-Based Voltage Measurement Module

6220 Ethernet-Based Voltage Measurement Module 6220 Ethernet-Based Voltage Measurement Module Features 12 voltage inputs 16-bit, 100-kHz per channel sample rate ±10V input range Eight digital I/O Simultaneous sampling BNC connectors Multiple trigger

More information

Temperature sensors TTM series. Miniature transmitters

Temperature sensors TTM series. Miniature transmitters Temperature senso a mperature senso Temperature sensors TTM series TTM serie Miniature transmitters The TTM miniature sensors detect temperature with a 4-wire Pt1000 probe. Available are compact devices

More information

User Manual RecoMedia Presentation made easy

User Manual RecoMedia Presentation made easy KN-5YHW User Manual RecoMedia Presentation made easy Thank you for purchasing this product. To receive latest update, please visit website www.recomedia.co FEATURES FEATURES Wireless Presentation RecoMedia

More information

Installing Sentor. Hardware Installation

Installing Sentor. Hardware Installation Remote base site monitoring and control Installing Sentor Hardware Installation Copyright 2000 Sentor Monitoring Systems Pty Ltd Contents: 1 Introduction... 1 2 Sentor GUI... 2 3 ST3000 Controller... 3

More information