Book Image

Data Acquisition using LabVIEW

By : Behzad Ehsani
Book Image

Data Acquisition using LabVIEW

By: Behzad Ehsani

Overview of this book

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.
Table of Contents (18 chapters)
Data Acquisition Using LabVIEW
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
9
Alternate Software for DAQ

The simplest test


Trust me on this, every time you design, build, or make anything, the first and most important thing is to do the simplest test before anything else. This may sound (dare I say) foolish, but in my 35 years of working as a technician in a factory to a few R&D labs from a medical device company to Apple computers (and many other jobs in between), I have never seen a product go straight from design and build to use. What I mean is that if you make a radio, don't try to see if it gets fifty channels, before everything else see if it turns on, just turn it on and off a few times.

Now back to our main topic. I have one or more measurement computing DAQs. Although the main purpose is to use LabVIEW with these devices, first start by installing original software that comes with the device and see if the device is functioning as it should; from the MOST SIMPLE task to putting the device through the most complicated ones for a long period of time. Another point to consider is...