Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Data Acquisition Using LabVIEW
Data Acquisition Using LabVIEW

Data Acquisition Using LabVIEW: Transform physical phenomena into computer-acceptable data using a truly object-oriented language

eBook
$9.99 $29.99
Paperback
$38.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Data Acquisition Using LabVIEW

Chapter 2. Most Common Communication Buses

In this chapter, we will discuss the most common and practical ways we may communicate with external devices and collect data using LabVIEW. Device connections are dependent on at least two parameters-the communication bus (serial, USB, GPIB, I2C, and so on) and the connection medium (single wire, a cable).

Wired connections and drivers

Automatic data acquisition would require a complete or at least a partially functioning system. At best, according to IEEE guidelines, a device may only respond when it is asked to perform a task. While this may be the ideal case, we are often dealing with systems that are sending continuous streams of data. We use the word system to define a set of device(s) that include at least one sensor, or an instrument such as an oscilloscope, a power supply, and so on, which is connected to a computer running LabVIEW via a physical connector. Granted, on a more advanced systems, data acquisition may be accomplished through wireless connections (still, in almost all cases, a system would need an intermediate physical layer between a computer and a wireless communication device). But for all practical purposes, let us start with what is most commonly used in the industry or perhaps a university lab. Needless to say, any communications established within a system must...

Serial communication

A 1-Wire®, or most probably a 3-wire (signal ground, receive, and transmit), serial over USB accounts for one of the oldest and still most common forms of communication between a device and a data acquisition subsystem (a computer running LabVIEW in our case). Do not forget power and ground wires also. Since data acquisition is our focus in this book, we will somewhat leap over a 1-wire connection but it is worth mentioning that an amazing amount of communication can be achieved on a 1-wire serial connection. For example, a 1-wire digital temperature sensor, DS18B20, will send a unique serial number along with the actual data requested every time a set of data is transmitted. So you may use several of these temperature sensors (even 50, if you need them all) and still distinguish the exact pair of data and serial number for each sensor, all by using only one digital serial bus pin. As simple and friendly serial communication is, it is one of the slowest forms of...

GPIB

During the 1960s, long before USB, USB2, and now USB type-C dominated the bus systems on most platforms and appeared as the built-in standard on all desktop computers and laptops, a digital communication standard, originally developed by HP, was registered as an IEEE 488.x standard. This standard, also called General Purpose Interface Bus (GPIB), is still widely used and well in existence (many were sold several years back) in the test and development industry and many university labs.

We will also use an NI GPIB-USB-HS, a GPIB to USB converter to connect a Tektronix TDS 2022 to the PC running LabVIEW. Don't forget that this particular converter, or similar products manufactured by other vendors, also needs special drivers. NI provides proprietary drivers for GPIB-USB-HS (found on http://www.ni.com/). A GPIB to UB converter is also available from HP (Agilent) that may be used directly in LabVIEW:

GPIB to USB converter

GPIB

It's worth noting that Intel/Apple computers have...

SCPI commands sets

As more and more test instruments using different buses and protocols entered engineering and test labs, a need for standard and universal sets of commands, as well as syntax and data formats to program and automate these devices, became a necessity. In 1990, IEEE 488.2 completed the standard that started with IEEE 488.1. This standard covers classes of instruments as well of product-specific commands. Although this standard was originally designed to accommodate a GPIB bus using ASCII text strings, it can also be used in USB, Serial and RS232 and Ethernet other lesser known architectures.

As an example, if we look down in the lower levels of NI drivers and examples to automate a Tektronix TD 2022, we will find standard SCPI commands:

SCPI commands

SCPI commands sets

Wired connections and drivers


Automatic data acquisition would require a complete or at least a partially functioning system. At best, according to IEEE guidelines, a device may only respond when it is asked to perform a task. While this may be the ideal case, we are often dealing with systems that are sending continuous streams of data. We use the word system to define a set of device(s) that include at least one sensor, or an instrument such as an oscilloscope, a power supply, and so on, which is connected to a computer running LabVIEW via a physical connector. Granted, on a more advanced systems, data acquisition may be accomplished through wireless connections (still, in almost all cases, a system would need an intermediate physical layer between a computer and a wireless communication device). But for all practical purposes, let us start with what is most commonly used in the industry or perhaps a university lab. Needless to say, any communications established within a system must be...

Serial communication


A 1-Wire®, or most probably a 3-wire (signal ground, receive, and transmit), serial over USB accounts for one of the oldest and still most common forms of communication between a device and a data acquisition subsystem (a computer running LabVIEW in our case). Do not forget power and ground wires also. Since data acquisition is our focus in this book, we will somewhat leap over a 1-wire connection but it is worth mentioning that an amazing amount of communication can be achieved on a 1-wire serial connection. For example, a 1-wire digital temperature sensor, DS18B20, will send a unique serial number along with the actual data requested every time a set of data is transmitted. So you may use several of these temperature sensors (even 50, if you need them all) and still distinguish the exact pair of data and serial number for each sensor, all by using only one digital serial bus pin. As simple and friendly serial communication is, it is one of the slowest forms of communication...

GPIB


During the 1960s, long before USB, USB2, and now USB type-C dominated the bus systems on most platforms and appeared as the built-in standard on all desktop computers and laptops, a digital communication standard, originally developed by HP, was registered as an IEEE 488.x standard. This standard, also called General Purpose Interface Bus (GPIB), is still widely used and well in existence (many were sold several years back) in the test and development industry and many university labs.

We will also use an NI GPIB-USB-HS, a GPIB to USB converter to connect a Tektronix TDS 2022 to the PC running LabVIEW. Don't forget that this particular converter, or similar products manufactured by other vendors, also needs special drivers. NI provides proprietary drivers for GPIB-USB-HS (found on http://www.ni.com/). A GPIB to UB converter is also available from HP (Agilent) that may be used directly in LabVIEW:

GPIB to USB converter

It's worth noting that Intel/Apple computers have been working...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Create your own data acquisition system independently using LabVIEW and build interactive dashboards
  • Collect data using National Instrument's and third-party, open source, affordable hardware
  • Step-by-step real-world examples using various tools that illustrate the fundamentals of data acquisition

Description

NI LabVIEW's intuitive graphical interface eliminates the steep learning curve associated with text-based languages such as C or C++. LabVIEW is a proven and powerful integrated development environment to interact with measurement and control hardware, analyze data, publish results, and distribute systems. This hands-on tutorial guide helps you harness the power of LabVIEW for data acquisition. This book begins with a quick introduction to LabVIEW, running through the fundamentals of communication and data collection. Then get to grips with the auto-code generation feature of LabVIEW using its GUI interface. You will learn how to use NI-DAQmax Data acquisition VIs, showing how LabVIEW can be used to appropriate a true physical phenomenon (such as temperature, light, and so on) and convert it to an appropriate data type that can be manipulated and analyzed with a computer. You will also learn how to create Distribution Kit for LabVIEW, acquainting yourself with various debugging techniques offered by LabVIEW to help you in situations where bugs are not letting you run your programs as intended. By the end of the book, you will have a clear idea how to build your own data acquisition system independently and much more.

Who is this book for?

If you are an engineer, scientist, experienced hobbyist, or student, you will highly benefit from the content and examples illustrated in this book. A working knowledge of precision testing, measurement instruments, and electronics, as well as a background in computer fundamentals and programming is expected.

What you will learn

  • Create a virtual instrument which highlights common functionality of LabVIEW
  • Get familiarized with common buses such as Serial, GPIB, and SCPI commands
  • Staircase signal acquisition using NI-DAQmx
  • Discover how to measure light intensity and distance
  • Master LabVIEW debugging techniques
  • Build a data acquisition application complete with an installer and required drivers
  • Utilize open source microcontroller Arduino and a 32-bit Arduino compatible Uno32 using LabVIEW programming environment

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Dec 14, 2016
Length: 150 pages
Edition : 1st
Language : English
ISBN-13 : 9781782172178
Category :
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Dec 14, 2016
Length: 150 pages
Edition : 1st
Language : English
ISBN-13 : 9781782172178
Category :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 114.97
Mastering Qt 5
$48.99
Programming Arduino with LabVIEW
$26.99
Data Acquisition Using LabVIEW
$38.99
Total $ 114.97 Stars icon
Banner background image

Table of Contents

11 Chapters
1. LabVIEW Basics Chevron down icon Chevron up icon
2. Most Common Communication Buses Chevron down icon Chevron up icon
3. Using the DAQ Assistant to Automatically Generate LabVIEW Code Chevron down icon Chevron up icon
4. DAQ Programming Using LabVIEW Chevron down icon Chevron up icon
5. Debugging Techniques Chevron down icon Chevron up icon
6. Real-World DAQ Programming Techniques Chevron down icon Chevron up icon
7. Real-Time Issues Chevron down icon Chevron up icon
8. DAQ at a Distance - Network and Distributed Systems Chevron down icon Chevron up icon
9. Alternate Software for DAQ Chevron down icon Chevron up icon
10. Non-National Instrument Devices DAQ Chevron down icon Chevron up icon
11. LabVIEW and Simple Microcontrollers Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.8
(8 Ratings)
5 star 62.5%
4 star 0%
3 star 0%
2 star 25%
1 star 12.5%
Filter icon Filter
Top Reviews

Filter reviews by




Wendy M Aug 11, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great book, good examples! Can use text to brush up on LabVIEW or as a tutorial to learn. Also a good reference with usable examples of 'how-to'.* The best LabVIEW book I own (all my other ones are from years ago)
Amazon Verified review Amazon
Mani Jun 05, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
After using text based programming languages for most of my career ( Python, Lua), I was recently on a project using LabVIEW, a graphical programming tool that I encountered for the first time.For the uninitiated, LabVIEW (or any graphical programming language for that matter) can seem complex at first glance. Luckily, I found Mr. Ehsani’s book Data Acquisition using LabVIEW.It gave me an easy to follow road map for using LabVIEW. Good examples as well. I would recommend it to anyone who is interested in learning more about LabVIEW (or graphical programming languages in general).
Amazon Verified review Amazon
KARASIEWICZ Feb 04, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Easy to understand and efficient
Amazon Verified review Amazon
Sabrina Mar 10, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I bought this book as a gift for my friend's son who is an engineer after it was recommended to me. He started using LabVIEW. He was pleasantly surprised with the book. He thinks it is great and helpful already and he is learning many tricks and efficient methods that helped him to clean up some programs. Personally I think the book is nicely written with a wonderful biography about the author. I highly recommend this book and my friend's son says he would definitely recommend.
Amazon Verified review Amazon
Henri Sep 01, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I loved it
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.