Home > Science, Technology & Agriculture > Technology: general issues > Engineering: general > Hands-On Introduction to LabVIEW for Scientists and Engineers
4%
Hands-On Introduction to LabVIEW for Scientists and Engineers

Hands-On Introduction to LabVIEW for Scientists and Engineers

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

Hands-On Introduction to LaVIEW for Scientists and Engineers provides a learn-by-doing approach to acquiring the computer-based skills used daily in experimental work. The book is not the typical manual-like presentation of LabVIEW. Rather, Hands-On Introduction to LabVIEW guides students through using this powerful laboratory tool to carry out interesting and relevant projects. Readers, who are assumed to have no prior computer programming or LabVIEW experience, begin writing meaningful programs in the first few pages. After learning through experience, readers can master the skills needed to carry out effective experiments.

Table of Contents:
Preface About the Author 1. LABVIEW PROGRAM DEVELOPMENT 1.1 LabVIEW Programming Environment 1.2 Blank VI 1.3 Front-Panel Editing 1.4 Block-Diagram Editing 1.5 Program Execution 1.6 Pop-Up Menu and Data-Type Representation 1.7 Program Storage 1.8 Quick Drop 2. THE WHILE LOOP AND WAVEFORM CHART 2.1 Programming Structures and Graphing Modes 2.2 While Loop Basics 2.3 Sine-Wave Plot Using a While Loop and Waveform Chart 2.4 LabVIEW Help Window 2.5 Front Panel Editing 2.6 Waveform Chart Pop-Up Menu 2.7 Finishing the Program 2.8 Program Execution 2.9 Program Improvements 2.10 Data Types and Automatic Creation Feature 3. THE FOR LOOP AND WAVEFORM GRAPH 3.1 For Loop Basics 3.2 Sine-Wave Plot Using a For Loop and Waveform Graph 3.3 Waveform Graph 3.4 Owned and Free Labels 3.5 Creation of Sine Wave Using a For Loop 3.6 Cloning Block-Diagram Icons 3.7 Auto-Indexing Feature 3.8 Running the VI 3.9 X-Axis Calibration of the Waveform Graph 3.10 Sine-Wave Plot Using a While Loop and Waveform Graph 3.11 Front-Panel Array Indicator 3.12 Debugging With the Probe Watch Window and Error List 4. THE MATHSCRIPT NODE AND XY GRAPH 4.1 MathScript Node Basics 4.2 Quick MathScript Node Example: Sine-Wave Plot 4.3 Waveform Simulator Using a MathScript Node and XY Graph 4.4 Creating an XY Cluster 4.5 Running the VI 4.6 LabVIEW MathScript Window 4.7 Adding Shape Options Using an Enumerated Type Control 4.8 Finishing the Block Diagram 4.9 Running the VI 4.10 Control and Indicator Clusters 4.11 Creating an Icon Using the Icon Editor 4.12 Icon Design 4.13 Connector Assignment 5. INTRODUCTION TO DATA ACQUISITION DEVICES USING MAX 5.1 Data Acquisition Hardware 5.2 Measurement & Automation Explorer (MAX) 5.3 Analog Input Modes 5.4 Range and Resolution 5.5 Sampling Frequency and the Aliasing Effect 5.6 Analog Input Operation Using MAX 5.7 Analog Output 5.8 Analog Output Operation Using MAX 5.9 Digital Input/Output 5.10 Digital Input/Output Operation Using Max 6. DATA ACUISITION USING DAQ ASSISTANT 6.1 Data Acquisition VIs 6.2 Simple Analog Input Operation on a DC Voltage 6.3 Digital Oscilloscope 6.4 DC Voltage Storage 6.5 Hardware-Timed Waveform Generator 6.6 Placing a Custom-Made VI on a Block Diagram 6.7 Completing and Executing Waveform Generator (Express) 7. DATA FILES AND CHARACTER STRINGS 7.1 ASCII Text and Binary Data Files 7.2 Storing Data in Spreadsheet-Formatted File 7.3 Storing a One-Dimensional Data Array 7.4 Transpose Option 7.5 Storing a Two-Dimensional Data Array 7.6 Controlling the Format of Stored Data 7.7 The Path Constant and Platform Portability 7.8 Fundamental File I/O VIs 7.9 Adding Text Labels to a Spreadsheet File 7.10 Backslash Codes 8. SHIFT REGISTERS 8.1 Shift Register Basics 8.2 Quick Shift Register Example: Integer Sum 8.3 Noise and Signal Averaging 8.4 Noisy Sine VI 8.5 Moving Average of Four Traces 8.6 Modularity and Automatic SubVI Creation 8.7 Moving Average of Arbitrary Number of Traces 9. THE CASE STRUCTURE 9.1 Case Structure Basics 9.2 Quick Case Structure Example: Runtime Options Using Property Nodes 9.3 State Machine Architecture: Guessing Game 9.4 State Machine Architecture: Express VI-Based Digital Oscilloscope 10. DATA DEPENDENCY AND THE SEQUENCE STRUCTURE 10.1 Data Dependency and Sequence Structure Basics 10.2 Event Timer Using a Sequence Structure 10.3 Event Timer Using Data Dependency 10.4 Highlight Execution 11. ANALYSIS VIs: CURVE FITTING 11.1 Thermistor Resistance-Temperature Data File 11.2 Temperature Measurement Using Thermistors 11.3 The Linear Least-Squares Method 11.4 Inputting Data to a VI Using a Front-Panel Array Control 11.5 Inputting Data to a VI by Reading from a Disk File 11.6 Slicing Up a Multi-Dimensional Array 11.7 Running the VI 11.8 Curve Fitting Using the Linear Least-Squares Method 11.9 Residual Plot 11.10 Curve Fitting Using the Nonlinear Least-Squares Method 12. ANALYSIS VIs: FAST FOURIER TRANSFORM 12.1 Quick Fast Fourier Transform Example 12.2 The Fourier Transform 12.3 Discrete Sampling and the Nyquist Frequency 12.4 The Discrete Fourier Transform 12.5 The Fast Fourier Transform 12.6 Frequency Calculator VI 12.7 FFT of Sinusoids 12.8 Applying the FFT to Various Sinusoidal Inputs 12.9 Magnitude of Complex-Amplitude 12.10 Observing Leakage 12.11 Windowing 12.12 Estimating Frequency and Amplitude 12.13 Aliasing 13. DATA ACQUISITION AND GENERATION USING DAQMX VIs 13.1 DAQmx VI Basics 13.2 Simple Analog Input Operation on a DC Voltage 13.3 Digital Oscilloscope 13.4 Express VI Automatic Code Generation 13.5 Limitations of Express VIs 13.6 Improving Digital Oscilloscope Using State Machine Architecture 13.7 Analog Output Operations 13.8 Waveform Generator 14. CONTROL OF STAND-ALONE INSTRUMENTS 14.1 Instrument Control using VISA VIs 14.2 The VISA Session 14.3 The IEEE 488.2 Standard 14.4 Common Commands 14.5 Status Reporting 14.6 Device-Specific Commands 14.7 Specific Hardware Used In This Chapter 14.8 Measurement & Automation Explorer (MAX) 14.9 Simple VISA-Based Query Operation 14.10 Message Termination 14.11 Getting and Setting Communication Properties Using a Property Node 14.12 Performing a Measurement over the Interface Bus 14.13 Synchronization Methods 14.14 Measurement VI Based on the Serial Poll Method 14.15 Measurement VI Based on the Service Request Method 14.16 Creating an Instrument Driver 14.17 Using the Instrument Driver to Write an Application Program APPENDIX A. FORMULA NODE PROGRAMMING FOR CHAPTER 4 A.1 Formula Node Basics A.2 Quick Formula Node Example: Sine-Wave Plot (Section 4.2) A.3 Formula Node-Based Waveform Simulator (Sections 4.3-4.4) A.4 Formula Node-Based Waveform Simulator (Section 4.8) A.5 Formula Node-Based Waveform Simulator (Section 4.10) APPENDIX B. MATHEMATICS OF LEAKAGE AND WINDOWING B.1 Analytic Description of Leakage B.2 Description of Leakage Using the Convolution Theorem APPENDIX C. PID TEMPERATURE CONTROL PROJECT C.1 Project Description C.2 Voltage-Controlled Bidirectional Current Driver for Thermoelectric Device C.3 PID Temperature Control Algorithm C.4 PID Temperature Control System C.5 Construction of Temperature Control System Index


Best Sellers


Product Details
  • ISBN-13: 9780190853068
  • Publisher: Oxford University Press Inc
  • Publisher Imprint: Oxford University Press Inc
  • Edition: Revised edition
  • Language: English
  • Returnable: Y
  • Weight: 1111 gr
  • ISBN-10: 0190853069
  • Publisher Date: 12 Jul 2018
  • Binding: Paperback
  • Height: 231 mm
  • No of Pages: 720
  • Spine Width: 25 mm
  • Width: 188 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Hands-On Introduction to LabVIEW for Scientists and Engineers
Oxford University Press Inc -
Hands-On Introduction to LabVIEW for Scientists and Engineers
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Hands-On Introduction to LabVIEW for Scientists and Engineers

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA