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

Size: px
Start display at page:

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

Transcription

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

2 Table of Contents Table of Contents... ii 1 Introduction System Description Operation Power Pump (inflow) Valve (outflow) Level measurement Connectors, switches, and indicators Mathematical model Fuji PYZ5 PID-controller NI USB LabVIEW Control Design & Simulation Module PID Control ii

3 1 Introduction This document gives a short description of the liquid tank of the LM-900 Level Control System. The LM-900 Level Control System has a built-in Fuji PYZ5 PID-controller. The focus will be to connect the system to a PC and create a simulation and control system in LabVIEW, C#.NET, etc. A proper development tool would be LabVIEW with LabVIEW Control Design & Simulation Module and LabVIEW PID and Fuzzy Logic Toolkit. A proper DAQ device would be the NI USB-6008 DAQ device from National Instruments, the inventor of LabVIEW. The NI USB-6008 DAQ device is simple to configure and use. The NI USB-6008 DAQ device is described in detail in the document NI USB-6008 DAQ Device.pdf. All documents are available from 1

4 2 System Description The Figure below shows the liquid tank (LM-900 Level Control System). 2.1 Operation Power The tank is powered via a mains switch Pump (inflow) A pump fills the tank with water from the reservoir. The pump speed can be controlled by a voltage signal in the range 0-5V. The pump can be controlled by an external voltage signal at the FROM PC connector, or by the inbuilt Fuji level controller. The LOCAL/PC switch is used to select between external control and internal control. 2

5 3 System Description Valve (outflow) Water flows from the bottom of the tank to the reservoir via a pipe in which there is a manually operated valve Level Measurement The water level is measured by a level sensor. The measurement is a voltage signal in the range 0-5V available at the TO PC connector. This voltage range corresponds to a level range of 0-20 cm, approximately (unless you need a more accurate relation, you can assume this range in your applications). The level sensor is based on measurement of the air pressure in the air pipe. The higher level - the higher hydrostatic pressure at the pipe outlet at the bottom. The pipe must always be filled by air - no water. You adjust the purge meter to ensure that the pipe is filled by air (bubbles should be seen from the pipe). 2.2 Connectors, switches, and indicators Connectors: The FROM PC connectors (the upper is plus, and the lower is minus or ground): Connect here the analog output (AO) signal from the I/O equipment (e.g. DAQ card, DAQPad, FieldPoint).

6 4 System Description The TO PC connector (the upper is plus, and the lower is minus or ground): Connect here the analog input (AI) signal to the I/O equipment. The LOCAL/PC switch: In PC position measurement and control is via I/O equipment (as PC with I/O card). In LOCAL position the internal PID controller Fuji PYZ5 PID-controller is used for control. Other connectors are for interlocking functions (normally not used in simple applications). LED indicators (light emitting diodes) PV and OUT are for indicating level measurement (PV = Process Value) and control signal (OUT). 2.3 Mathematical model A simple mathematical model of the water tank is as follows: or Ax = K(u u ( ) F +,- x = 1 A K(u u () F +,- Where: x [cm] is the level u [V] is the pump control signal to the pump u 0 is the bias voltage needed to get any flow (with u less than u0 there is no flow into the tank) A [cm2] is the cross-sectional area K [(cm3/s)/v] is the pump gain F out [cm3/s] is the outflow through the valve (this outflow can be modeled more accurately taking into account the valve characteristic expressing the relation between pressure drop across the valve and the flow through the valve).

7 3 Fuji PYZ5 PID-controller The LM-900 Level Control System has a built-in Fuji PYZ5 PID-controller. The built-in controller is described in detail in the Instruction Manual Fuji PYZ5 PID Controller.pdf. The Fuji PYZ5 PID-controller Display: 5

8 6 System Description

9 4 NI USB-6008 NI USB-6008 DAQ device is a simple and low-cost multifunction I/O device from National Instruments. The device has the following specifications: 8 analog inputs (12-bit, 10 ks/s) 2 analog outputs (12-bit, 150 S/s) 12 digital I/O USB connection, No extra power-supply neeeded Compatible with LabVIEW, LabWindows/CVI, and Measurement Studio for Visual Studio.NET NI-DAQmx driver software The NI USB-6008 is well suited for education purposes due to its small size and easy USB connection. The NI USB-6008 DAQ device is described in detail (how the NI USB-6008 DAQ device works and how to use it in LabVIEW) in the document NI USB-6008 DAQ Device.pdf. The document is available from: 7

10 8 System Description For more details, see

11 5 LabVIEW Control Design & Simulation Module LabVIEW (short for Laboratory Virtual Instrumentation Engineering Workbench) is a platform and development environment for a visual programming language from National Instruments. The graphical language is named "G". For more information about LabVIEW, go through the training kit An Introduction to LabVIEW. This document and other information about LabVIEW are available from: In LabVIEW there is an additional module for design and simulation of control systems, called LabVIEW Control Design and Simulation Module and a toolkit called LabVIEW PID and Fuzzy Logic Toolkit. Control Design and Simulation VIs are available from the Control Design and Simulation palette: In the Simulation Sub palette we have the Control and Simulation Loop which is very useful in simulations: 9

12 10 LabVIEW Control Design & Simulation Module In the Continuous Linear Systems Sub palette we want to create a simulation model: The most used blocks are Integrator, Transport Delay, State-Space and Transfer Function. The Signal Arithmetic Sub palette is also useful when creating a simulation model:

13 11 LabVIEW Control Design & Simulation Module Example: Simulation Model Below we see an example of a simulation model created in LabVIEW. Example: Simulation Below we see an example of a simulation model using the Control and Simulation Loop. Notice the following: Click on the border of the simulation loop and select Configure Simulation Parameters

14 12 LabVIEW Control Design & Simulation Module The following window appears (Configure Simulation Parameters): In this window you set some Parameters regarding the simulation, some important are: Final Time (s) set how long the simulation should last. For an infinite time set Inf. Enable Synchronized Timing - Specifies that you want to synchronize the timing of the Control & Simulation Loop to a timing source. To enable synchronization, place a checkmark in this checkbox and then choose a timing source from the Source type list box.

15 13 LabVIEW Control Design & Simulation Module Click the Help button for more details. You may also set some of these Parameters in the Block Diagram: You may use the mouse to increase the numbers of Parameters and right-click and select Select Input. 5.1 PID Control In the PID Sub palette we have the functions/subvis for PID Control. I recommend that you use the PID Advanced.vi. Example: PID Control Below we see how we can use the PID Advanvanced.vi in order to control a simulated Model.

16 14 LabVIEW Control Design & Simulation Module

17 Hans-Petter Halvorsen, M.Sc. Blog: University College of Southeast Norway

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

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

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

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

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

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

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

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

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

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

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

Wireless DAQ using ZigBee

Wireless DAQ using ZigBee Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Wireless DAQ using ZigBee Cuong Nguyen, Hans- Petter Halvorsen 2013.10.29 Hardware

More information

University College of Southeast Norway. Control and Simulation. in LabVIEW. Hans-Petter Halvorsen,

University College of Southeast Norway. Control and Simulation. in LabVIEW. Hans-Petter Halvorsen, University College of Southeast Norway Control and Simulation Hans-Petter Halvorsen, 2016.10.28 in LabVIEW http://home.hit.no/~hansha Preface This document explains the basic concepts of using 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

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

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

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

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

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

Unit Testing. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc.

Unit Testing. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc. Unit Testing Quiz with Explainations Hans-Petter Halvorsen, M.Sc. Questions 1. What is Unit Testing? 2. List some Unit Test Framework 3. Who is creating the Unit Tests? 4. What kind of Requirements does

More information

With respect to the National Instruments software product(s) being used, the following patents may apply:

With respect to the National Instruments software product(s) being used, the following patents may apply: PATENT NOTICE National Instruments Software Related Patents With respect to the National Instruments software product(s) being used, the following patents may apply: LabVIEW The LabVIEW software is covered

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

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

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

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

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

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

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

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

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

Raspberry Pi. Hans-Petter Halvorsen, M.Sc.

Raspberry Pi. Hans-Petter Halvorsen, M.Sc. Raspberry Pi Hans-Petter Halvorsen, M.Sc. Raspberry Pi https://www.raspberrypi.org https://dev.windows.com/iot Hans-Petter Halvorsen, M.Sc. Raspberry Pi - Overview The Raspberry Pi 2 is a low cost, credit-card

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

To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls.

To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls. MI 330 UNIVERSAL PROCESS CONTROL TRAINER OBJECTIVE To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls. FEATURES

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.1: Programming Line Outputs for the NI USB-6008 in LabVIEW Hardware: 12 VDC power supply Several lengths

More information

Introduction to Simulink

Introduction to Simulink University College of Southeast Norway Introduction to Simulink Hans-Petter Halvorsen, 2016.11.01 http://home.hit.no/~hansha Preface Simulink, developed by The MathWorks, is a commercial tool for modeling,

More information

MATLAB Examples. Simulink. Hans-Petter Halvorsen, M.Sc.

MATLAB Examples. Simulink. Hans-Petter Halvorsen, M.Sc. MATLAB Examples Simulink Hans-Petter Halvorsen, M.Sc. What is Simulink? Simulink is an add-on to MATLAB. You need to have MATLAB in order to use Simulink Simulink is used for Simulation of dynamic models

More information

ni.com/training Quizzes LabVIEW Core 1 ni.com/training Courses Skills learned: LabVIEW environment Certifications Skills tested: LabVIEW environment

ni.com/training Quizzes LabVIEW Core 1 ni.com/training Courses Skills learned: LabVIEW environment Certifications Skills tested: LabVIEW environment LabVIEW Core 1 What You Need To Get Started LabVIEW Core 1 Course Manual LabVIEW Core 1 Exercise Manual LabVIEW Core 1 Course CD Multifunction DAQ device GPIB interface DAQ Signal Accessory, wires, and

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

Measurement & Automation Explorer (MAX) View and control your devices and software

Measurement & Automation Explorer (MAX) View and control your devices and software 1. Labview basics virtual instruments, data flow, palettes 2. Structures for, while, case,... editing techniques 3. Controls&Indicators arrays, clusters, charts, graphs 4. Additional lecture State machines,

More information

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Inputs NI M Series High-Speed NI recommends high-accuracy M Series for 5X more measurement sensitivity and lowpass filtering 16,

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

Process Control and Instrumentation Technology Model: PCT-200

Process Control and Instrumentation Technology Model: PCT-200 Process Control and Instrumentation Technology Model: PCT-200 Introduction The PCT-200 Process Control and Instrumentation rig provides a self-contained process control system which is representative of

More information

High-Accuracy M Series Multifunction DAQ 18-Bit, up to 625 ks/s, up to 32 Analog Inputs

High-Accuracy M Series Multifunction DAQ 18-Bit, up to 625 ks/s, up to 32 Analog Inputs High-Accuracy M Series Multifunction DAQ 18-Bit, up to 625 ks/s, up to 32 Analog Inputs NI M Series High-Accuracy 16 or 32 analog inputs at 18 bits, 625 ks/s (500 ks/s scanning) Up to 4 analog outputs

More information

MATLAB Examples. Flow Control and Loops. Hans-Petter Halvorsen, M.Sc.

MATLAB Examples. Flow Control and Loops. Hans-Petter Halvorsen, M.Sc. MATLAB Examples Flow Control and Loops Hans-Petter Halvorsen, M.Sc. Flow Control and Loops in MATLAB Flow Control: if-elseif-else statement switch-case-otherwise statement Loops: for Loop while Loop The

More information

MATLAB Examples. Interpolation and Curve Fitting. Hans-Petter Halvorsen

MATLAB Examples. Interpolation and Curve Fitting. Hans-Petter Halvorsen MATLAB Examples Interpolation and Curve Fitting Hans-Petter Halvorsen Interpolation Interpolation is used to estimate data points between two known points. The most common interpolation technique is Linear

More information

Software Architecture

Software Architecture O. Widder. (2013). geek&poke. Available: http://geek-and-poke.com Software Architecture Hans-Petter Halvorsen Clients Windows Server 2008/2012 Windows 7/8 Wi-Fi Server LAN Ethernet OPC Server Router Web

More information

What s New in Data Acquisition

What s New in Data Acquisition What s New in Data Acquisition NEW! New DAQ Products and Demos NEW! USB DAQ Multifunction Intelligent DAQ DAQ Software New DAQ Products and Demos NEW! USB DAQ Multifunction Intelligent DAQ DAQ Software

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

Propeller Control of Wind Tunnel Models

Propeller Control of Wind Tunnel Models Propeller Control of Wind Tunnel Models Martin Hasler RUAG Aviation CH-6032 Emmen +41 41 268 38 40 martin.hasler@ruag.com www.ruag.com Contents RUAG Aerodynamics Propeller Testing Propeller Control of

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

Introduction to LabVIEW

Introduction to LabVIEW University College of Southeast Norway Introduction to LabVIEW Hans-Petter Halvorsen, 2016-09-07 http://home.hit.no/~hansha Preface This document explains the basic concepts of LabVIEW. You find additional

More information

ITI User Guide. ISOBUS Test Interface

ITI User Guide. ISOBUS Test Interface ITI User Guide ISOBUS Test Interface Table of Contents Introduction... 3 References... 3 Terms and Definitions... 3 Package Contents... 3 General Description... 4 Internal Chassis Layout... 5 Connectors

More information

Multidisciplinary Senior Design

Multidisciplinary Senior Design Multidisciplinary Senior Design P10531: Piezoelectric Developer Sensor Standard Operating Procedure 12 May 2010 Dean Culver, Project Manager Thomas Siegwarth, Lead Engineer Thomas Bundy Elizabeth Cormier

More information

OPC and Real-Time Systems. in LabVIEW

OPC and Real-Time Systems. in LabVIEW University College of Southeast Norway OPC and Real-Time Systems Hans-Petter Halvorsen, 2016.10.31 in LabVIEW http://home.hit.no/~hansha Preface OPC (OLE for process control) is a standard interface between

More information

Team Foundation Server Visual Studio Team Services. Hans-Petter Halvorsen, M.Sc.

Team Foundation Server Visual Studio Team Services. Hans-Petter Halvorsen, M.Sc. Team Foundation Server Visual Studio Team Services Hans-Petter Halvorsen, M.Sc. Team Foundation Server (TFS) is an Application Lifecycle Management (ALM) system The Software Development Lifecycle (SDLC)

More information

Software Architecture

Software Architecture Software Architecture Quiz with Explainations Hans-Petter Halvorsen, M.Sc. Questions 1. Explain 3-layer Architecture 2. What is a Web Service? 3. What is SOA? 4. What is an API? 5. What is Client-Server

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

Flow Visualization. Detailed Design Review 2/15/08

Flow Visualization. Detailed Design Review 2/15/08 Flow Visualization Detailed Design Review 2/15/08 Team Allen Luccitti Kyle Hadcock Mark Bacon Steve Sedensky Topics of Review Customer needs Design specifications Bill of material Pump design Flow loop

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

LabVIEW control solutions on Mac. Christophe Salzmann. Ecole Polytechnique Fédérale de Lausanne - Switzerland

LabVIEW control solutions on Mac. Christophe Salzmann. Ecole Polytechnique Fédérale de Lausanne - Switzerland 1 LabVIEW control solutions on Mac Christophe Salzmann Ecole Polytechnique Fédérale de Lausanne - Switzerland 2 1! Outline Education & research context Control on the Mac (timeline) Current solutions Research

More information

ME 224: EXPERIMENTAL ENGINEERING. Lecture 2

ME 224: EXPERIMENTAL ENGINEERING. Lecture 2 ME 224: EXPERIMENTAL ENGINEERING Class: M 1:00-1:50 TECH: L170 Labs: T and Th 2:00-4:50 PM Ford Building : B100 Lecture 2 1 Introduction to Labview Labview (Laboratory Virtual Instruments Engineering Workbench)

More information

LC-3 Flow Monitor & Pump Run Verification

LC-3 Flow Monitor & Pump Run Verification The Flow Monitor and Pump Verification unit allows collecting 'rate of flow' information on existing Duplex Pump control systems and the verification of the run time characteristics of the external pumps.

More information

SCB-68 User Guide. 68-Pin Shielded Desktop Connector Block

SCB-68 User Guide. 68-Pin Shielded Desktop Connector Block SCB-6 User Guide 6-Pin Shielded Desktop Connector Block This guide describes how to connect and use the NI SCB-6 with 6-pin or 00-pin data acquisition (DAQ) devices and other NI products with a 6-pin SCSI

More information

LC-5 Level Controller & Flow Monitor

LC-5 Level Controller & Flow Monitor The Level Controller and Flow Monitor provides a fully integrated Duplex Controller supporting both analog and discrete (float switch) level detection. The unit allows collecting 'rate of flow' information

More information

LC-1 Level Controller & Flow Monitor

LC-1 Level Controller & Flow Monitor The Level Controller and Flow Monitor provides a fully integrated Duplex Controller. The unit allows collecting 'rate of flow' information and the verification of the run time characteristics of the external

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

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

Design of Liquid Level Control System Based on Simulink and PLC

Design of Liquid Level Control System Based on Simulink and PLC 2017 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 2017) ISBN: 978-1-60595-501-8 Design of Liquid Level Control System Based on Simulink and PLC Xiuwei FU 1,a, Ying QI 2,b

More information

Advanced NI-DAQmx Programming Techniques with LabVIEW

Advanced NI-DAQmx Programming Techniques with LabVIEW Advanced NI-DAQmx Programming Techniques with LabVIEW Agenda Understanding Your Hardware Data Acquisition Systems Data Acquisition Device Subsystems Advanced Programming with NI-DAQmx Understanding Your

More information

Portable E Series Multifunction DAQ 12 or 16-Bit, up to 1.25 MS/s, 16 Analog Inputs

Portable E Series Multifunction DAQ 12 or 16-Bit, up to 1.25 MS/s, 16 Analog Inputs Portable E Series Multifunction DAQ 12 or 16-Bit, up to 1.25 MS/s, 16 Analog Inputs E Series Portable 16 analog inputs at up to 1.25 MS/s, 12 or 16-bit resolution Up to 2 analog outputs at up to 1 MS/s,

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

A liquid level control system based on LabVIEW and MATLAB hybrid programming

A liquid level control system based on LabVIEW and MATLAB hybrid programming 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) A liquid level control system based on LabVIEW and MATLAB hybrid programming Zhen Li, Ping

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

48-Bit Isolated Digital I/O

48-Bit Isolated Digital I/O 48-Bit Isolated Digital I/O NI 6527 24 optically isolated digital inputs (0-28 VDC) 24 isolated, solid-state relay digital outputs (0-60 VDC, 0-30 V rms ) Switch up to 120 ma Digital filtering on inputs

More information

Vernier SensorDAQ User s Manual

Vernier SensorDAQ User s Manual Vernier SensorDAQ User s Manual Vernier SensorDAQ User s Manual 2011 by Vernier Software & Technology. All rights reserved. You are entitled to reproduce parts of this manual for use in your educational

More information

UML. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc.

UML. Quiz with Explainations. Hans-Petter Halvorsen, M.Sc. UML Quiz with Explainations Hans-Petter Halvorsen, M.Sc. Questions 1. What is UML? 2. What is an ER diagram? 3. Give example of some types of UML diagrams (in total we have 14 different types) 4. Give

More information

Programming. Languages & Frameworks. Hans-Petter Halvorsen, M.Sc. O. Widder. (2013). geek&poke. Available:

Programming. Languages & Frameworks. Hans-Petter Halvorsen, M.Sc. O. Widder. (2013). geek&poke. Available: Programming O. Widder. (2013). geek&poke. Available: http://geek-and-poke.com Languages & Frameworks Hans-Petter Halvorsen, M.Sc. Implementation Planning Maintenance Testing Implementation The Software

More information

Software Implementation

Software Implementation Software Implementation Quiz with Explainations Hans-Petter Halvorsen, M.Sc. Questions 1. List 10 different Programming Languages 2. What is an IDE? - Give some Examples 3. What is.net? 4. What is ASP.NET?

More information

Database Views & Stored Procedures. Hans-Petter Halvorsen, M.Sc.

Database Views & Stored Procedures. Hans-Petter Halvorsen, M.Sc. Database Views & Stored Procedures Hans-Petter Halvorsen, M.Sc. SQL Server Hans-Petter Halvorsen, M.Sc. Microsoft SQL Server 3 1 2 Your SQL Server Your Tables Your Database 4 Write your Query here 5 The

More information

NI USB-9201/9221. Introduction USER GUIDE AND SPECIFICATIONS. 8-Channel, 12-Bit Analog Input Devices

NI USB-9201/9221. Introduction USER GUIDE AND SPECIFICATIONS. 8-Channel, 12-Bit Analog Input Devices USER GUIDE AND SPECIFICATIONS NI USB-9201/9221 8-Channel, 12-Bit Analog Input Devices Introduction This user guide describes how to use the National Instruments NI USB-9201/9221 devices and lists the specifications.

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

Intelligent Systems Research Laboratory

Intelligent Systems Research Laboratory Intelligent Systems Research Laboratory Technical Report TR-ISRL-05-01 Dept. of Computer Engineering and Computer Science University of Louisville Louisville, KY 40292 February 2005 Supervisory Control

More information

INTRODUCTION TO LABVIEW

INTRODUCTION TO LABVIEW INTRODUCTION TO LABVIEW 2nd Year Microprocessors Laboratory 2012-2013 INTRODUCTION For the first afternoon in the lab you will learn to program using LabVIEW. This handout is designed to give you an introduction

More information

Multifunction DAQ Accessory and Cable Selection Guides

Multifunction DAQ Accessory and Cable Selection Guides Multifunction DAQ Accessory and Cable Selection Guides NI Cable Design Advantages The cables designated EP are the most commonly used data acquisition device cables. Each type of cable is designed to work

More information

PAST PRESENT & FUTURE TRENDS IN INDUSTRIAL AUTOMATION

PAST PRESENT & FUTURE TRENDS IN INDUSTRIAL AUTOMATION PAST PRESENT & FUTURE TRENDS IN INDUSTRIAL AUTOMATION Dr. J. PRAKASH ASSISTANT PROFESSOR IN INSTRUMENTATION ENGINEERING Madras Institute of Technology ANNA UNIVERSITY DATA ACQUISITION SYSTEM (DAS) SUPERVISORY

More information

with SCADA and PID Control CPIC

with SCADA and PID Control CPIC Technical Teaching Equipment Computer Controlled Process Control Plant with Industrial Instrumentation and Service Module (Flow, Temperature, Level and Pressure), with SCADA and PID Control CPIC Main Unit

More information

Implementation of ON/OFF and PID controller using TCP Protocol Based on Virtual Instrumentation

Implementation of ON/OFF and PID controller using TCP Protocol Based on Virtual Instrumentation Implementation of ON/OFF and PID controller using TCP Protocol Based on Virtual Instrumentation Abhyarthana Bisoyi 1, Umesh Chandra Pati 2 Postgraduate Scholar, NIT Rourkela, India 1 Associate Professor,

More information

M Series USB-6221/6225/6229/6251/6255/6259 OEM Devices

M Series USB-6221/6225/6229/6251/6255/6259 OEM Devices USER GUIDE NI USB-x/x OEM M Series USB-///// OEM Devices This document provides dimensions, pinouts, and information about the connectors, switch, LEDs, and chassis ground of the National Instruments USB-

More information

A variety of ECONseries modules provide economical yet flexible solutions

A variety of ECONseries modules provide economical yet flexible solutions Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost modules are available to provide flexible yet economical solutions. Choose the number of analog I/O and digital I/O channels,

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

Low-Cost Multifunction DAQ for USB

Low-Cost Multifunction DAQ for USB NI USB-6008, NI USB-6009 Small and portable 12 or 14-bit input resolution, at up to 48 ks/s Built-in, removable connectors for easier and more cost-effective connectivity 2 true DAC analog outputs for

More information

E Series Multifunction I/O 1.25 MS/s, 12-Bit, 16 or 64 Analog Inputs

E Series Multifunction I/O 1.25 MS/s, 12-Bit, 16 or 64 Analog Inputs E Series Multifunction I/O 1.25 MS/s, 12-Bit, 16 or 64 Inputs Families (E-1) Families (E-1) Family (MIO-16E-1) PCI-MIO-16E-1 PXI- AT-MIO-16E-1 Family (MIO-64E-1) PCI- PXI- VXI-MIO-64E-1 Input 16 single-ended,

More information

Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor

Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor Vidya Shree G 1 and Sharanabasappa 2 1-2

More information

Programming for the LabVIEW Real-Time Module Using LabWindows/CVI

Programming for the LabVIEW Real-Time Module Using LabWindows/CVI Application Note 182 Programming for the LabVIEW Real-Time Module Using LabWindows/CVI Introduction This document discusses using LabWindows/CVI to interface with RT Series hardware and to write DLLs to

More information

NI USB Introduction USER GUIDE AND SPECIFICATIONS. 4-Channel, 0 20 ma, 16-Bit Analog Current Output Module

NI USB Introduction USER GUIDE AND SPECIFICATIONS. 4-Channel, 0 20 ma, 16-Bit Analog Current Output Module USER GUIDE AND SPECIFICATIONS NI USB-9265 4-Channel, 0 20 ma, 16-Bit Analog Current Output Module Introduction This user guide describes how to use the National Instruments USB-9265 and lists the device

More information

Lab Exercise 4: Analog & Digital I/O Signals

Lab Exercise 4: Analog & Digital I/O Signals Objective To interface with analog & digital inputs & outputs. When you have completed this exercise, you will be able to: Configure and read analog input data Configure and write analog output data Configure

More information

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Inputs NI M Series High-Speed NI recommends high-accuracy M Series for 5X more measurement sensitivity or industrial M Series for

More information

SCADA. EDIBON Computer Control System: Computer Control + Data Acquisition + Data Management Cables to. Cable to computer. Control.

SCADA. EDIBON Computer Control System: Computer Control + Data Acquisition + Data Management Cables to. Cable to computer. Control. Technical Equipment Computer led Heat Pump Unit (one condenser (water) and one evaporator (water)) THBLLC Always included in the supply: SCADA. EDIBON Computer System 2 Interface Box 5 Cables and Accessories

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

IOT BASED WATER LEVEL MONITORING SYSTEM USING LABVIEW

IOT BASED WATER LEVEL MONITORING SYSTEM USING LABVIEW Volume 118 No. 20 2018, 9-14 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu IOT BASED WATER LEVEL MONITORING SYSTEM USING LABVIEW 1 Charles A, 2

More information