Bioreactor Process Plant Powered by NI LabVIEW and NI CompactRIO

Size: px
Start display at page:

Download "Bioreactor Process Plant Powered by NI LabVIEW and NI CompactRIO"

Transcription

1 Bioreactor Process Plant Powered by NI LabVIEW and NI CompactRIO Segment: Industry Country: Singapore Author(s): Sanka Hettiarachchi, Providev Kevin Kho, Technologies Unlimited Products: NI crio-9075 (Integrated 400 MHz Real-Time Controller and LX25 FPGA) NI 9203 (8-Ch ±20 ma, 200 ks/s, 16-Bit Analog Current Input Module) NI 9217 (4-Channel, 100 Ω RTD, 24-Bit Analog Input Module) NI 9481 (4-Channel Relay [30 VDC (2 A), 60 VDC (1 A), 250 VAC (2 A)]) NI 9422 (8 Ch, 24 V to 60 V, 250 µs, Sinking/Sourcing Digital Input) NI 9265 (4-Channel, 100 ks/s, 16-Bit, 0 to 20 ma Analog Output Module) LabVIEW LabVIEW Real-Time Module LabVIEW FPGA Module LabVIEW Report Generation Toolkit for MS Office Data Dashboard for LabVIEW 2.0 for ios Category: Teaching; Laboratory; Monitoring; Plant Automation; Challenge: To create a full scale bioreactor process plant integrated with tablet PC based monitoring and control to give the students an exposure of plant automation and sensor integration with mobile computing platforms. Solution: By using the versatile NI CompactRIO platform to interface with the actuators and sensors; the NI LabVIEW software framework together with the NI Scan Engine, NI Shared Variables and Data Dashboard for NI LabVIEW, we were able create a fully functioning bioreactor process plant for the students, giving them a hands-on learning approach and a glimpse of the future of process automation. Bringing Industry to the Classroom Giving students a hands-on industrial experience has always been a goal of tertiary education. The closer the experience to the actual industrial application, the better the understanding of the concepts involved and the real world challenges that would be faced one day. The vision of the educators at Nanyang

2 Technological University Chemical Engineering Department was to create a fully functional bioreactor process plant that allows the students to produce yogurt in the lab. The idea was to create the bioreactor plant with four bioreactors, PID controlled water heating and students monitoring and controlling the temperature set points through tablet PCs that display real-time data. By studying the various outputs, the students were to validate the process operations and also determine the heat balance by analyzing the logged process data. The aim was to create an experience as close to the real world as possible. This vision was our challenge during the preliminary discussion conducted by Mr. Kevin Kho, formerly with Nanyang Technological University together with Providev and National Instruments. Our mission was to create a state-of-the-art process plant and tablet PC integrated application to give the students a glimpse of the future. Providev, being a NI Alliance Partner with over eight years of NI LabVIEW development experience, was introduced to the customer by the NI sales team to support development and integration of this project. The requirements were perfectly within reach of the NI CompactRIO platform and NI LabVIEW as the software framework. The newly launched Data Dashboard for NI LabVIEW 2.0 with improved features was a timely release which allowed the realization of tablet connectivity with minimum cross-platform development effort. All this and the strong NI Developer Community support were critical in letting us making this project a success. System Overview The process control plant designed for the laboratory consists of the following sub-systems (Figure 1): 1. Reactors A,B,C and D 2. Return Water Line 3. Cold Water Line 4. Hot Water Line 5. Steam Input

3 Figure 1: Bioreactor process plant system drawing. The sub-systems are monitored and controlled by three NI CompactRIO real-time controllers. Two CompactRIO 9075 controllers share control of the four reactors whereas all the utilities (hot and cold water temperature and water reservoir levels) are controlled by one. All the parameters are monitored in real-time and sent to the Instructor PC through Ethernet and then to the tablet PCs used by the students through Wifi (Figure 2, 3 and 4).

4 Figure 2: System Hardware Connections Overview. (a) Viewing window of the Bioreactor where the students can monitor the contents within. (b) Laboratory workbenches (c) ipads used by the students with the NI LabVIEW Data Dashboard App. Figure 3: Laboratory Setup.

5 Figure 4: NI CompactRIO Assembled in Electrical Cabinet. Meeting Requirements with the Right Tools The following key considerations were made when choosing the controller for monitoring and controlling the parameters of the reactor: a) Run a temperature control loop with RTD sensor feedback and solenoid valve actuators. b) Monitor RTD sensors and 4-20mA sensors; control 4-20mA analog actuators and 230VAC solenoid actuators; read 24V industrial IO and perform frequency measurements. c) Fast development and deployment to complete the project within a tight schedule. d) Easy viewing of the monitored data from the tablet PCs and ability to send certain control signal commands from the tablet PCs to the controllers. e) Small ruggedized form factor given the limited instrumentation cabinet space. f) Fulfill the design requirements with maximum cost savings.

6 During the requirements analysis it was determined that a small form factor NI CompactRIO system would be ideal for the application. The wide range of C Series modules available for NI CompactRIO allowed us to meet all the types of control and measurement signal interfacing. Since the C Series modules contain built-in signal conditioning, the layout and connections of the sensors were simple and neat. The following modules were selected: Module Signal Type Sensor / Actuator Connectivity NI 9203 NI Ch ±20 ma, 200 ks/s, 16-Bit Analog Current Input 4-Channel, 100 Ω RTD, 24-Bit Analog Input Module NI Channel Relay [30 VDC (2 A), 60 VDC (1 A), 250 VAC (2 A)] NI Ch, 24 V to 60 V, 250 µs, Sinking/Sourcing Digital Input NI Channel, 100 ks/s, 16-Bit, 0 to 20 ma Analog Output Module Table 1: CompactRIO module choice and signal connections. Direct connection of ph sensor signals for monitoring Direct connection of all RTD temperature signals that provided the feedback measurement Direct actuation of 230VAC solenoid valves used for water flow control Water level sensor measurement and pulse frequency measurements for flow sensors Actuation of the air actuated valve that controls the heating of the hot water utility tank A 2Hz temperature control loop was sufficient to meet the reactor and hot water temperature control requirements. Therefore it was decided to use the NI Scan Engine Interface to accelerate our development process. The NI Scan Engine Interface provided all the basic functionality and low-level FPGA code for the selected modules. To get the basic IO connections ready for testing, our developers only had to configure the LabVIEW project by inserting the modules and the IO configurations in the NI LabVIEW project. With the use of the NI Scan Interface, we were controlling and monitoring signals without even wiring a single wire of code. Getting a Head-Start with Sample Projects Once the initial system requirements were set and IO connections verified, our next step was to determine the system architecture for our application. The NI LabVIEW in-product sample projects was invaluable during this stage since it gave us a scalable, well documented starting point that perfectly fit our overall system requirements. The "NI LabVIEW Real-Time Control on CompactRIO (RIO Scan Interface) sample project template that was used included extensive documentation that clearly indicated how the code worked and also useful comments for adding and modifying functionality. The sample project wizard in NI LabVIEW finishes by creating a fully functional project inclusive of the Scan Engine Interface for CompactRIO, a real-time application, host PC communications and a sample user interface for a monitoring and control. All code organized neatly in a scalable folder structure. As

7 developers we truly appreciated the efficiency of the built-in system level integration support in NI LabVIEW and knew the choice of development framework truly set us ahead of the pack. With the above project as a starting point the development team went ahead to customize and modify the template project to suit the fine details of the application. At the end of the project, the template was extended to three NI CompactRIO systems and many additional features implemented all on top of the built-in project template. Tablet PC Integration without Cross-Platform Development At commencement of the project there was a vision by the customer to create a next generation learning experience. The ability to monitor, control and interact with the Process Control System through ios or Android tablets were an integral part of this vision. Our confidence in realizing this was only possible due to the Data Dashboard for NI LabVIEW app. Using this free app on ios, our engineers were set to create beautiful learning pages with real-time data updates, all received through the NI Shared Variables from the host PC. By utilizing the web-services support in NI LabVIEW and the Data Dashboard app, we were able to display the monitored data with minimum latency and allow students to enter their address and request the logged data to be sent to their s at the end of each laboratory session. Our effort was further reduced, since the Dashboards created on ios were also fully compatible with Android tablets without any modifications. At project completion, we had ios devices successfully linked to the system without any cross-platform development effort (Figure 5 and 6). The costs incurred for tablet development tools, equipment and specialized app developers would have been easily in the tens of thousands of dollars. The Data Dashboard for NI LabVIEW app resulted in massive savings in time and effort.

8 Figure 5: NI LabVIEW Data Dashboard Screens.

9 Figure 6: NI LabVIEW Data Dashboard Screens. Conclusion The requirements of present day industrial systems are not trivial. To allow present day students to learn and experience the future of industrial systems requires a clear vision and the right tools to realize it. The choice of using National Instruments hardware and software ensures us that we are equipped with the tools that are needed to meet such requirements with maximum efficiency and effectiveness. Author Information: Sanka Ravipriya Hettiarachchi Systems Engineer, Providev sanka@providevintl.com

NEW. EVEN MORE data acquisition and test stand automation

NEW. EVEN MORE data acquisition and test stand automation NEW EVEN MORE data acquisition and test stand automation the new class of data The plug&play complete package User benefits Expert Series is the latest generation of data acquisition Complete hardware

More information

NETOP VISION CLASSROOM MANAGEMENT SOFTWARE. Using Vision in mobile labs and BYOD environments

NETOP VISION CLASSROOM MANAGEMENT SOFTWARE. Using Vision in mobile labs and BYOD environments NETOP VISION CLASSROOM MANAGEMENT SOFTWARE Using Vision in mobile labs and BYOD environments CHANGE IS INEVITABLE Classrooms around the world are evolving and changing. Schools are looking for ways to

More information

Measuring, Controlling and Regulating with labworldsoft

Measuring, Controlling and Regulating with labworldsoft Kai-Oliver Linde IKA-Werke Staufen Neumagenstraße 27 79219 Staufen Measuring, Controlling and Regulating with labworldsoft Rapid and easy networking of lab devices from different manufacturers The user

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and

More information

Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC

Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC Technical Teaching Equipment Computer Controlled Vortex Tube Refrigerator Unit, with SCADA TPVC Teaching Technique used EDIBON SCADA System 2 Control Interface Box 5 Cables and Accessories 6 Manuals 3

More information

Electrolux Dishwasher Performance Test Lab

Electrolux Dishwasher Performance Test Lab Electrolux Dishwasher Performance Test Lab Electrolux Dishwasher Performance Test Lab Challenge Electrolux Global R&D Dish Care department has struggled with a low throughput in their dishwasher performance

More information

DAQ in MATLAB HANS-PETTER HALVORSEN, 2012.09.11

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

More information

High Power Programmable DC Power Supplies PVS Series

High Power Programmable DC Power Supplies PVS Series Data Sheet High Power Programmable DC Power Supplies The PVS10005, PVS60085, and PVS60085MR programmable DC power supplies offer clean output power up to 5.1 kw, excellent regulation, and fast transient

More information

SuperIOr Controller. Digital Dynamics, Inc., 2014 All Rights Reserved. Patent Pending. Rev: 5-16-14 1

SuperIOr Controller. Digital Dynamics, Inc., 2014 All Rights Reserved. Patent Pending. Rev: 5-16-14 1 SuperIOr Controller The SuperIOr Controller is a game changer in the world of high speed embedded control. The system combines incredible speed of both control and communication with revolutionary configurable

More information

Think Automation and beyond... IDEC WindSRV. KEPServerEX OPC Server

Think Automation and beyond... IDEC WindSRV. KEPServerEX OPC Server Think Automation and beyond... IDEC WindSRV KEPServerEX OPC Server Direct connectivity Linking your client applications with IDEC PLCs WindSRV SCADA Application Master Pentra PLC Datalink Protocol Ethernet

More information

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur

Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur Echtzeittesten mit MathWorks leicht gemacht Simulink Real-Time Tobias Kuschmider Applikationsingenieur 2015 The MathWorks, Inc. 1 Model-Based Design Continuous Verification and Validation Requirements

More information

How To Use First Robot With Labview

How To Use First Robot With Labview FIRST Robotics LabVIEW Training SECTION 1: LABVIEW OVERVIEW What is LabVIEW? It is a tool used by scientists and engineers to measure and automate the universe around us It is a graphical programming

More information

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER Understanding what a PAC is starts from the understanding of PLC. A PLC is a Programmable Logic while

More information

Arun Veeramani. Principal Marketing Manger. National Instruments. ni.com

Arun Veeramani. Principal Marketing Manger. National Instruments. ni.com Arun Veeramani Principal Marketing Manger National Instruments New Enterprise Solution for Condition Monitoring Applications NI InsightCM Enterprise NI History of Condition Monitoring Order Analysis Toolkit

More information

Lab View with crio Tutorial. Control System Design Feb. 14, 2006

Lab View with crio Tutorial. Control System Design Feb. 14, 2006 Lab View with crio Tutorial Control System Design Feb. 14, 2006 Pan and Tilt Mechanism Experimental Set up Power Supplies Ethernet cable crio Reconfigurable Embedded System Lab View + Additional Software

More information

Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design

Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design Basics of Simulation Technology (SPICE), Virtual Instrumentation and Implications on Circuit and System Design Patrick Noonan Business Development Manager National Instruments Electronics Workbench Group

More information

SCADA and Monitoring for Solar Energy Plant

SCADA and Monitoring for Solar Energy Plant SCADA and Monitoring for Solar Energy Plant Segment: Industry Country: Thailand Author: Ranon Satitpanyapan Products: NI LabVIEW with LabVIEW Real-Time Module crio Real-Time controller 8 slot with 16 current

More information

Stuart Gillen. Principal Marketing Manger. National Instruments stuart.gillen@ni.com. ni.com

Stuart Gillen. Principal Marketing Manger. National Instruments stuart.gillen@ni.com. ni.com Stuart Gillen Principal Marketing Manger National Instruments stuart.gillen@ New Enterprise Solution for Condition Monitoring Applications NI InsightCM Enterprise NI History of Condition Monitoring Order

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Embedded System Deployment and Management

Embedded System Deployment and Management Embedded System Deployment and Management Richard Wasell Applications Engineer, NI Norway Agenda Project Based Deployment Overview FPGA Deployment Image vs. Component Based Updates Push Model MAX & LabVIEW

More information

Autos Limited Ghana Vehicle Tracking Business Proposal

Autos Limited Ghana Vehicle Tracking Business Proposal Autos Limited Ghana Vehicle Tracking Business Proposal Executive Summary Our Understanding of Your Goals We understand that you or your business needs to monitor all your vehicles or company's to minimize

More information

Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE

Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE Technical Teaching Equipment Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE EDIBON SCADA System Teaching Technique used 4 5 2 Data Acquisition Board Cables and

More information

Electronic Control Devices The European Product Catalogue 2007

Electronic Control Devices The European Product Catalogue 2007 FX14 Field Controller (1/4) FX14 Field Controller The FX14 is an equipment field controller in the Facility Explorer range of products. The controller is designed specifically for commercial Heating, Ventilating,

More information

Industrial DAQ System for Measurements and Monitoring. Hans-Petter Halvorsen, M.Sc.

Industrial DAQ System for Measurements and Monitoring. Hans-Petter Halvorsen, M.Sc. Industrial DAQ System for Measurements and Monitoring Hans-Petter Halvorsen, M.Sc. System Overview Mobile Device Sensors DAQ System Industrial DAQ Hardware Data Logging Cloud Monitoring Data Computer Web

More information

AutoLog ControlMan. Remote Monitoring & Controlling Service

AutoLog ControlMan. Remote Monitoring & Controlling Service AutoLog 1 AutoLog ControlMan Remote Monitoring & Controlling Service Web browser based HMI / SCADA interface Server is hosted by Internet server hosting company Control units communicate wirelessly via

More information

JNIOR. Overview. Get Connected. Get Results. JNIOR Model 310. JNIOR Model 312. JNIOR Model 314. JNIOR Model 410

JNIOR. Overview. Get Connected. Get Results. JNIOR Model 310. JNIOR Model 312. JNIOR Model 314. JNIOR Model 410 The INTEG is an Ethernet I/O (digital, analog) device that monitors and controls a small set of process signals. functions as both basic I/O for integration with another application or system AND as a

More information

Profibus DP Network with DeltaV/EMERSON Digital Automation System and Ponto Series Remote I/O

Profibus DP Network with DeltaV/EMERSON Digital Automation System and Ponto Series Remote I/O Application Note NAP101 Profibus DP Network with DeltaV/EMERSON Digital Automation System and Ponto Series Remote I/O Summary Description...1 1. Introduction...2 2. Installation...3 3. Configuration...3

More information

Straton and Zenon for Advantech ADAM-5550. Copalp integrates the straton runtime into the ADAM-5550 device from Advantech

Straton and Zenon for Advantech ADAM-5550. Copalp integrates the straton runtime into the ADAM-5550 device from Advantech Straton and Zenon for Advantech ADAM-5550 Copalp integrates the straton runtime into the ADAM-5550 device from Advantech Project Introduction: Programmable Application Controllers (PAC) are powerful and

More information

ni.com/academic NI Academic Products

ni.com/academic NI Academic Products ni.com/academic NI Academic Products It All Starts With Academic From space exploration to making clean water more globally accessible, the most impressive scientific achievements are also the kind that

More information

Automation Technology Helps Precast Producer Reduce Energy Consumption and Lower Costs

Automation Technology Helps Precast Producer Reduce Energy Consumption and Lower Costs Automation Technology Helps Precast Producer Reduce Energy Consumption and Lower Costs Gregg Jacobson, Gary Jacobs, Tom Holmes and Tony Bryant, Wells Concrete Don Pankowski, Wally Metzen, Gretchen Hughes

More information

CX380X Advanced Spectrum and Burst QAM Analyzer

CX380X Advanced Spectrum and Burst QAM Analyzer Advanced Spectrum and Burst QAM Analyzer Preventative Network Monitoring With VeEX s VeSion system, the s advanced Spectrum Analyzer and Bursty Demodulator captures rogue cable modems and provides proactive

More information

Multi-Range Programmable DC Power Supplies 9115 Series

Multi-Range Programmable DC Power Supplies 9115 Series Data Sheet 1200 W Multi-Range DC Power Supplies Features & Benefits Any 9115 series model can replace several supplies on your bench or in your rack. Unlike conventional supplies with fixed output ratings,

More information

Increase System Efficiency with Condition Monitoring. Embedded Control and Monitoring Summit National Instruments

Increase System Efficiency with Condition Monitoring. Embedded Control and Monitoring Summit National Instruments Increase System Efficiency with Condition Monitoring Embedded Control and Monitoring Summit National Instruments Motivation of Condition Monitoring Impeller Contact with casing and diffuser vanes Bent

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

Optimize your simple machines... Modicon M218 Selection Guide

Optimize your simple machines... Modicon M218 Selection Guide Optimize your simple machines... Modicon M218 Selection Guide Compact Solution for Simple Machines Optimized Logic Controller Modicon M218 With intelligent software platform, specialized functional s,

More information

Measuring Temperature withthermistors a Tutorial David Potter

Measuring Temperature withthermistors a Tutorial David Potter NATIONAL INSTRUMENTS The Software is the Instrument Application Note 065 Measuring Temperature withthermistors a Tutorial David Potter Introduction Thermistors are thermally sensitive resistors used in

More information

Designing an efficient Programmable Logic Controller using Programmable System On Chip

Designing an efficient Programmable Logic Controller using Programmable System On Chip Designing an efficient Programmable Logic Controller using Programmable System On Chip By Raja Narayanasamy, Product Apps Manager Sr, Cypress Semiconductor Corp. A Programmable Logic Controller (PLC) is

More information

Simplify Data Acquisition with a Built-in LXI Web Server

Simplify Data Acquisition with a Built-in LXI Web Server M E A S U R E M E N T T I P S Volume 9, Number 3 Simplify Data Acquisition with a Built-in LXI Web Server Snapshot: Make temperature measurements quickly and easily There are many applications in which

More information

SignalPad Data Logging and Analysis Software

SignalPad Data Logging and Analysis Software SignalPad Data Logging and Analysis Software Overview SignalPad is a data logging and analysis application developed with National Instruments LabVIEW. The configuration-based user interface provides ready-to-run

More information

ni.com Remote Connectivity with LabVIEW

ni.com Remote Connectivity with LabVIEW Remote Connectivity with LabVIEW What Is Remote Connectivity? Local Monitoring 3 Remote Mobile Access 4 What Is Remote Connectivity Two machines talking to one another Client Server PC PC Consumes Data

More information

Introducing... The Word's Most Advance. Biometric Time Attendance Door Access Security System

Introducing... The Word's Most Advance. Biometric Time Attendance Door Access Security System Introducing... The Word's Most Advance Biometric Time Attendance Door Access Security System EC50 Proximity Card Time Clock Designed for Small to Large sized Businesses Large Color LCD Display Plug n

More information

Multi-Range Programmable DC Power Supplies 9115 Series

Multi-Range Programmable DC Power Supplies 9115 Series Data Sheet Multi-Range Programmable DC Power Supplies 1200 W / 3000 W Multi-Range DC Power Supplies Features & Benefits Any model can replace several supplies on your bench or in your rack. Unlike conventional

More information

Skynax. Mobility Management System. System Manual

Skynax. Mobility Management System. System Manual Skynax Mobility Management System System Manual Intermec by Honeywell 6001 36th Ave. W. Everett, WA 98203 U.S.A. www.intermec.com The information contained herein is provided solely for the purpose of

More information

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry July 2014 Introduction Trying to find your way around a large hospital or locating a high-value medical device such as

More information

Welcome to DSHARE!!@@@@@ Completely Distributed P25 VoIP Dispatch Console Technology

Welcome to DSHARE!!@@@@@ Completely Distributed P25 VoIP Dispatch Console Technology Welcome to DSHARE!!@@@@@ Completely Distributed P25 VoIP Dispatch Console Technology Introduction One of our strengths is found within the experience of the Mindshare Team, taking advantage of many years

More information

Data Acquisition in LabVIEW

Data Acquisition in LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Data Acquisition in LabVIEW HANS- PETTER HALVORSEN, 2013.08.16 Faculty of Technology, Postboks 203,

More information

How To Develop An Iterio Data Acquisition System For A Frustreo (Farc) (Iterio) (Fcfc) (For Aterio (Fpc) (Orterio).Org) (Ater

How To Develop An Iterio Data Acquisition System For A Frustreo (Farc) (Iterio) (Fcfc) (For Aterio (Fpc) (Orterio).Org) (Ater ITER Fast Plant System Controller Prototype Based on PXI Platform M.Ruiz & J.Vega on behalf of CIEMAT/UPM/IST/ITER team Universidad Politécnica de Madrid Asociación Euratom/CIEMAT IPFN, Instituto Superior

More information

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module DATASHEET NI 9423 8-Channel Sinking Digital Input Module 8-channel, 100 µs digital input 24 V logic, sinking digital input Compatible with NI CompactDAQ counters 250 Vrms, CAT II isolation 10-position

More information

NI Platform for automotive measurement and test applications

NI Platform for automotive measurement and test applications NI Platform for automotive measurement and test applications Simulation Rapid Control Prototyping Design Validation In-Vehicle Acquisition Hardware in the Loop Manufacturing Test Christoph Wimmer ASM Stuttgart

More information

Energy Storage System Performance Testing

Energy Storage System Performance Testing Energy Storage System Performance Testing Peter Blume President Bloomy Windsor, CT Abstract This paper describes the energy storage system data acquisition and control (ESS DAC) system used for testing

More information

Medical Device Design: Shorten Prototype and Deployment Time with NI Tools. NI Technical Symposium 2008

Medical Device Design: Shorten Prototype and Deployment Time with NI Tools. NI Technical Symposium 2008 Medical Device Design: Shorten Prototype and Deployment Time with NI Tools NI Technical Symposium 2008 FDA Development Cycle From Total Product Life Cycle by David W. Fiegal, M.D., M.P.H. FDA CDRH Amazon.com

More information

Iknaia Asset and Personnel Tracking Management System for the Construction Industry

Iknaia Asset and Personnel Tracking Management System for the Construction Industry Iknaia Asset and Personnel Tracking Management System for the Construction Industry Introduction The UK construction industry accounts for over 7%* of the UK s Gross Domestic Product and employs over two

More information

Easy. Modular. Universal. Laboratory automation with SIMATIC PCS 7 LAB SIMATIC PCS 7. Answers for industry.

Easy. Modular. Universal. Laboratory automation with SIMATIC PCS 7 LAB SIMATIC PCS 7. Answers for industry. Easy. Modular. Universal. Laboratory automation with SIMATIC PCS 7 LAB SIMATIC PCS 7 Answers for industry. Greater efficiency in the laboratory SIMATIC ET 200pro I/O module Considerably less overhead Whether

More information

T a b l e o f C o n t e n t s

T a b l e o f C o n t e n t s w w w. g e n t e c h e a l t h c a r e. c o m M E D I C A L M O N I T O R I N G, A L A R M A N D C O N T R O L S Y S T E M S I n t e r n a t i o n a l E d i t i o n Technology for a Better Future Company

More information

Understanding Programmable Automation Controllers (PACs) in Industrial Automation

Understanding Programmable Automation Controllers (PACs) in Industrial Automation Understanding Programmable Automation Controllers (s) in Industrial Automation Meet the Modern Industrial Application Implementing a modern industrial application can present a challenging and sometimes

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC Heating, Ventilation, and Air Conditioning (HVAC) User Manual User Manual Table of Contents 1. Introduction...1 2. Requirements...1 3. References...1 4.

More information

Using NI CompactDAQ Controllers

Using NI CompactDAQ Controllers Using NI CompactDAQ Controllers When architecting a system with an NI CompactDAQ controller, there are many factors to consider. For example, developing and deploying a Windows-based system is going to

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity Alert Controller METERS 3 simple steps starting the unit: Insert the SIM card Plug in the sensors connectors Connect the AC power cord. Specifications: AC 90~260V Auto Select Internal

More information

Computer Controlled Capacity Control Methods in Refrigeration, with SCADA and PID Control THARA2C/1

Computer Controlled Capacity Control Methods in Refrigeration, with SCADA and PID Control THARA2C/1 Technical Teaching Equipment Computer Controlled Capacity Control Methods in Refrigeration, with SCADA and PID Control THARA2C/1 EDIBON SCADA System and PID CONTROL included Teaching Technique used 5 6

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

TESEO S.p.A. Next Electric Integration Rig for Small Aicraft Applications

TESEO S.p.A. Next Electric Integration Rig for Small Aicraft Applications TESEO S.p.A. Corso A. Fleming, 25/27/29 10040 DRUENTO (TO) Italia Phone: +39-011-99.41.911 Fax: +39-011-99.41.900 www.teseo.net TESEO S.p.A. Next Electric Integration Rig for Small Aicraft Applications

More information

Moving Magnet Actuator MI FFA series

Moving Magnet Actuator MI FFA series Moving Magnet Actuator MI FFA series The moving magnet MI-FFA series actuators are a line of actuators designed to be a true alternative for pneumatic cylinders. The actuators incorporate an ISO 6432 interface

More information

Trigno/Vicon System Integration

Trigno/Vicon System Integration Delsys and Vicon Analog Integration Motion capture systems will often have the ability to sample analog data channels as a convenient means for synchronizing external data streams with motion capture data.

More information

Climate Ready Shade Operating Systems for residential applications.

Climate Ready Shade Operating Systems for residential applications. Climate Ready Shade Operating Systems for residential applications. This brochure contains examples of home plan configurations and how Climate Ready Shade Operating Systems can be applied and what is

More information

Disturbance Recoder SPCR 8C27. Product Guide

Disturbance Recoder SPCR 8C27. Product Guide Issued: April 1999 Status: Updated Version: C/26.04.2006 Data subject to change without notice Features Versatile digital disturbance recorder module for recording various phenomena in the electric power

More information

NI LabVIEW for CompactRIO Developer s Guide

NI LabVIEW for CompactRIO Developer s Guide NI LabVIEW for CompactRIO Developer s Guide Recommended LabVIEW Architectures and Development Practices for Control and Monitoring Applications This document provides an overview of recommended architectures

More information

Computer Controlled Nozzle Performance Test Unit, with SCADA TFTC

Computer Controlled Nozzle Performance Test Unit, with SCADA TFTC Technical Teaching Equipment Computer Controlled Nozzle Performance Test Unit, with SCADA TFTC EDIBON SCADA System Teaching Technique used 1 Unit: TFTC. Nozzle Performance Test Unit 5 6 2 Control Interface

More information

HVAC Processes. Lecture 7

HVAC Processes. Lecture 7 HVAC Processes Lecture 7 Targets of Lecture General understanding about HVAC systems: Typical HVAC processes Air handling units, fan coil units, exhaust fans Typical plumbing systems Transfer pumps, sump

More information

ComfortPoint Open Building Management System. For consultants and specifiers. The Simply Smart way to optimize building control and performance

ComfortPoint Open Building Management System. For consultants and specifiers. The Simply Smart way to optimize building control and performance ComfortPoint Open Building Management System For consultants and specifiers The Simply Smart way to optimize building control and performance ComfortPoint Open BMS. Simply Smart. The Honeywell ComfortPoint

More information

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light

Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light Radio sensor powered by a mini solar cell the EnOcean STM 110 now functions with even less light In this issue, we would like to present the EnOcean radio sensor module STM 110 in more detail. The module

More information

LabVIEW DSP Test Integration Toolkit for TI DSP

LabVIEW DSP Test Integration Toolkit for TI DSP LabVIEW DSP Test Integration Toolkit for TI DSP Contents The LabVIEW DSP Test Integration Toolkit for TI DSP gives you the ability to use LabVIEW and the TI Code Composer Studio (CCS) Integrated Development

More information

Siemens and National Instruments Deliver Integrated Automation and Measurement Solutions

Siemens and National Instruments Deliver Integrated Automation and Measurement Solutions Siemens and National Instruments Deliver Integrated Automation and Measurement Solutions The Need for Integrated Automation and Measurement Manufacturing lines consist of numerous decoupled systems for

More information

Introduction to the NI Real-Time Hypervisor

Introduction to the NI Real-Time Hypervisor Introduction to the NI Real-Time Hypervisor 1 Agenda 1) NI Real-Time Hypervisor overview 2) Basics of virtualization technology 3) Configuring and using Real-Time Hypervisor systems 4) Performance and

More information

Computer Controlled Automobile Air Conditioning Trainer, with SCADA TAAUC

Computer Controlled Automobile Air Conditioning Trainer, with SCADA TAAUC Technical Teaching Equipment Computer Controlled Automobile Air Conditioning Trainer, with SCADA TAAUC EDIBON SCADA System Teaching Technique used 1 Unit: TAAUC. Automobile Air Conditioning Trainer 5 6

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

More information

Implementing a Reliable Furnace Monitoring System

Implementing a Reliable Furnace Monitoring System Category: Manufacturing Implementing a Reliable Furnace Monitoring System Products Used: RT Series PXI (PXI 1002 And PXI 8156B) LabVIEW Real-Time by V. Arunachalam Sr. Project Engineer Anand Chinnaswamy

More information

SingleNet Single Cable Control System

SingleNet Single Cable Control System Single Cable Control System Economical, Reliable and Expandable Two-Wire Single Cable System DRIP/MICRO IRRIGATION PRODUCTS Single Cable Control System System Manager or Irrigation Controller Controls

More information

Hotel System Management The Hotel Smartest Solution

Hotel System Management The Hotel Smartest Solution Hotel System Management The Hotel Smartest Solution Apice Hotel System is a natural evolution of the Building Automation line; it integrates a number of highly technological products, specifically designed

More information

Intelligent Device Management with DCS, PLC, and RTU

Intelligent Device Management with DCS, PLC, and RTU wp_dcs PLC RTU ra 2015-07-04 12:47:00 Intelligent Device Management with DCS, PLC, and RTU EDDL-based Intelligent Device Management (IDM) software part of the Asset Management System (AMS) can be used

More information

Electronic Control Devices The European Product Catalogue 2007

Electronic Control Devices The European Product Catalogue 2007 FX07 Field Controller (1/4) FX07 Field Controller Display Model Dimensions in mm (inches) The FX07 is a terminal unit controller in the Facility Explorer range of products. The controller is designed specifically

More information

Audio and Video Door Entry System LIELBA - AD14

Audio and Video Door Entry System LIELBA - AD14 Technical Teaching Equipment Audio and Video Door Entry System LIELBA - AD14 Products Products range Units 4.-Electricity ELEMENTS ALLOCATION ALI02 POR06 POR05 and POR07 POR04 POR08 Modules: ALI02= Main

More information

Industrial IOT Gateway Family Datasheet

Industrial IOT Gateway Family Datasheet Industrial IOT Gateway Family Datasheet GW-Series Overview Samsara IoT gateways securely connect sensor data to the Samsara cloud. All models include WiFi and built-in cellular connectivity, storage, and

More information

A Real Time, Object Oriented Fieldbus Management System

A Real Time, Object Oriented Fieldbus Management System A Real Time, Object Oriented Fieldbus Management System Mr. Ole Cramer Nielsen Managing Director PROCES-DATA Supervisor International P-NET User Organisation Navervej 8 8600 Silkeborg Denmark pd@post4.tele.dk

More information

Email: tjohn@mail.nplindia.ernet.in

Email: tjohn@mail.nplindia.ernet.in USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA

More information

Zlinx Wireless I/O. Peer-to-Peer and Modbus I/O B&B ELECTRONICS PRODUCT INFORMATION

Zlinx Wireless I/O. Peer-to-Peer and Modbus I/O B&B ELECTRONICS PRODUCT INFORMATION Modular, Customizable Wire Replacement 128 / 256 Bit AES Encryption Software Selectable RF Transmit Power Software Selectable Over-the-air Data Rate Modbus ASCII /RTU Compatible Wide Operating Temperature

More information

What s New in 2013. Mike Bailey LabVIEW Technical Evangelist. uk.ni.com

What s New in 2013. Mike Bailey LabVIEW Technical Evangelist. uk.ni.com What s New in 2013 Mike Bailey LabVIEW Technical Evangelist Building High-Performance Test, Measurement and Control Systems Using PXImc Jeremy Twaits Regional Marketing Engineer Automated Test & RF National

More information

THE INPUT/OUTPUT SYSTEM. Key Points

THE INPUT/OUTPUT SYSTEM. Key Points M O D U L E T W O THE 2 INPUT/OUTPUT SYSTEM Key Points In the first module, you learned about the basic architecture and operation of the Allen-Bradley Micrologix 1000, including a brief introduction to

More information

Power & Environmental Monitoring

Power & Environmental Monitoring Data Centre Monitoring Made Easy Power & Environmental Monitoring Features & Benefits Packet Power provides the easiest, most cost effective way to capture detailed power and temperature information for

More information

HIGH RELIABILITY POWER SUPPLY TESTING

HIGH RELIABILITY POWER SUPPLY TESTING HIGH RELIABILITY POWER SUPPLY TESTING Dale Cigoy Keithley Instruments, Inc. The reliability of a power supply must match or exceed the rest of the system in which it is installed. Generally, this requires

More information

Designed for multi-injector endurance testing, the

Designed for multi-injector endurance testing, the Designed for multi-injector endurance testing, the ETB Test Bench can optionally provide shot-to-shot mass measurement. The injectors are precisely subject to variable controls and hydraulic pressures

More information

Background: Experimental Manufacturing Cell

Background: Experimental Manufacturing Cell Session 3548 A WEB-BASED APPROACH TO AUTOMATED INSPECTION AND QUALITY CONTROL OF MANUFACTURED PARTS Immanuel Edinbarough, Manian Ramkumar, Karthik Soundararajan The University of Texas at Brownsville/Rochester

More information

Quick Start Guide For Vera Advanced Home Security Solution

Quick Start Guide For Vera Advanced Home Security Solution Quick Start Guide For Vera Advanced Home Security Solution Congratulations on Your Purchase of the Vera Advanced Home Security Solution You ve taken the first step to begin enjoying the ease, convenience

More information

Using NI Vision & Motion for Automated Inspection of Medical Devices and Pharmaceutical Processes. Morten Jensen 2004

Using NI Vision & Motion for Automated Inspection of Medical Devices and Pharmaceutical Processes. Morten Jensen 2004 Using NI Vision & Motion for Automated Inspection of Medical Devices and Pharmaceutical Processes. Morten Jensen, National Instruments Pittcon 2004 As more control and verification is needed in medical

More information

StruxureWareTM for Buildings

StruxureWareTM for Buildings StruxureWareTM for Buildings Next generation intelligent Building Management System (ibms) Product Catalogue Make the most of your energy Plan for the future while protecting your past investments. 03

More information

Wired versus wireless trade-offs

Wired versus wireless trade-offs A PUBLICATION OF THE INTERNATIONAL SOCIETY OF AUTOMATION Wired versus wireless trade-offs How to choose for new installations By Moazzam Shamsi Figure 5. Steam trap monitoring with Rosemount 708 wireless

More information

Tablets in Data Acquisition

Tablets in Data Acquisition Tablets in Data Acquisition Introduction In the drive to smaller and smaller data acquisition systems, tablet computers bring a great appeal. Desktop personal computers gave engineers the power to create

More information

Safer Solutions for Safer Hospitals. Electronic Medical Records One System with Multiple Solutions! Anesthesia EMR. Perfusion ECMO EMR EMR

Safer Solutions for Safer Hospitals. Electronic Medical Records One System with Multiple Solutions! Anesthesia EMR. Perfusion ECMO EMR EMR Safer Solutions for Safer Hospitals Electronic Medical Records One System with Multiple Solutions! Perfusion Anesthesia ECMO EMR EMR EMR VIPER Integrated Work Station and Tablet Solutions The VIPER EMR

More information

AVTECH Software Inc.

AVTECH Software Inc. AVTECH Software Inc. The Worldwide Leader In Making Temperature & Environment Monitoring Easier Protect Your Facility Don t Wait Until It s Too Late! 1 of 23 Brief Introduction & Overview AVTECH Software

More information

Basler racer. Line Scan Cameras. Next generation CMOS sensors with 2k to 12k resolution and up to 80 khz line rate

Basler racer. Line Scan Cameras. Next generation CMOS sensors with 2k to 12k resolution and up to 80 khz line rate Basler racer Line Scan Cameras Next generation CMOS sensors with 2k to 12k resolution and up to 80 khz line rate Flexible and easy integration, supported by a very compact design Low power consumption

More information