38%
Advanced Topics in LabWindows/CVI

Advanced Topics in LabWindows/CVI

          
5
4
3
2
1

Available


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.
Add to Wishlist

About the Book

Take virtual instrumentation to the next level with high-level programming. High-level programming with LabWindows/CVI Live data display via Internet or intranet sources Programmatic creation and control of GUIs Data acquisition and VXI device communication Graph control, table control, function panels, instrument drivers, and Open GL Unleash the true power of LabWindows/CVI when you employ the rich features of this programming environment. In this follow-up to his LabWindows CVI Programming for Beginners, Shahid F. Khalid presents the sophisticated techniques that allow experienced users to make the most of this virtual instrumentation powerhouse. The flexibility of LabWindows/CVI software means that you can build virtual instrumentation using Microsoft Visual Basic and Visual C++ as well as ANSI C. Advanced Topics in LabWindows/CVI focuses on the use of C in an open software architecture. It is a project-oriented guide that will teach you to build applications using the more complex features of this programming environment. Applications include: Live data acquisition via Internet or intranet sources using Data Socket technology GUI controls created and manipulated in real time Advanced features of graph and table controls 3-D data plotting with Open GL Communications with VXI devices using VISA Creating and using function panels and instrument drivers The material is organized to present information with maximum clarity, keeping the reader in mind. For convenience, each chapter concludes with an explanation of the purpose and prototype of the library functions under discussion. Advanced Topics in LabWindows/CVI will give students and working professionals the tools to build and automate sophisticated virtual instrumentation for a world of applications.

Table of Contents:
Tables. Illustrations. What Is LabWindows/CVI? Objectives of This Book. What You Need to Run CVI. Conventions Used in This Book. Acknowledgments. Foreword. 1. Programmatically Creating the Graphical User Interface.     Introduction     Analyzing the Source Code     main Function     CreateGUI Function     RingCB Function     StartGUICB Function     SamplesControlCB Function     DoneGUICB Function     ClearGraphCB Function     PlotUniformCB Function     ExitGUICB Function     Summary     Library Function Prototypes and Definitions     DeleteGraphPlot Function     DiscardPanel Function     NewCtrl Function     NewPanel Function     PlotY Function     RefreshGraph Function     SetPanelAttribute Function 2. Plotting on Graph Controls.     Graph Attributes and Cursors     Manual Zooming and Panning     Creating Graph Legends     Plotting Geometric Patterns on Graph Control     Summary     Library Function Prototypes and Definitions     CreateMetaFont Function     GetAxisScalingMode Function     GetGraphCursor Function     GetGraphCursorIndex Function     LGCreateLegendControl Function     LGInsertLegendItemForPlot Function     LGSetLegendCtrlAttribute Function     PlotArc Function     PlotLine Function     PlotOval Function     PlotRectangle Function     PlotText Function     SetAxisScalingMode Function 3. Using DataSocket.     Introduction     Communicating Using DataSocket     DataSocket Data Files     Creating a DataSocket Application     Analyzing the Writer Code     Analyzing the Reader Code     DataSocket Applications     Accessing the DataSocket Server     DataSocket Server Manager Configurations     Server Settings     Permissions Groups     Predefined Data Items     Summary     Library Function Prototypes and Definitions     DS_ControlLocalServer Function     DS_GetAttrValue Function     DS_GetDataType Function     DS_GetDataValue Function     DS_GetLastMessage Function     DS_GetLibraryErrorString Function     DS_GetStatus Function     DS_Open Function     DS_SetAttrValue Function     DS_SetDataValue Function     DS_Update Function     MakeDir Function     SetBreakOnLibraryErrors Function     SetDir Function 4. Table Control.     Introduction     Table Control Basics     Table Control States     Moving Around in the Table Control     Resizing Rows and Columns     Using the System Clipboard     Table Control Events     Browsing the Table Control Dialog Windows     Table Control Project     Examining the Project Code     Header and main Function     Load Data Function     Selecting Columns to Sort     Sort Ascending/Descending     Search Function     Highlighting/Pasting Rows to Clipboard     Summary     Library Function Prototypes and Definitions     ClipboardGetTableVals Function     ClipboardPutTableVals Function     DeleteTableRows Function     FillTableCellRange Function     FileToArray Function     GetActiveTableCell Function     GetBitmapFromFile Function     GetNumTableRows Function     GetTableCellFromVal Function     GetTableCellVal Function     HideBuiltInCtrlMenuItem Function     InsertTableColumns Function     InsertTableRows Function     MakePoint Function     MakeRect Function     NewCtrlMenuItem Function     SetActiveTableCell Function     SetTableCellAttribute Function     SetTableCellVal Function     SetTableCellRangeVals Function     SetTableCellRangeAttribute Function     SetTableColumnAttribute Function     SetTableRowAttribute Function     ShowBuiltInCtrlMenuItem Function     SortTableCells Function 5. VXI Communication Using VISA.     Introduction     Short History     Chassis, Modules, and Connectors     Controlling the VXI System     Address Space and Configuration Registers     Device Classes     Communicating with Message-Based Devices     Resource Manager     Basics of Programming with VISA     VISA Project     Header and main Function     Finding System Resources     Setting Up Communication with the Function Generator     Configuring the Function Generator     Summary     Library Function Prototypes and Definitions     AssertSysReset Function     viAssertUtilSignal Function     viClose Function     viFindNext Function     viFindRsrc Function     viIn16 Function     viOpen Function     viOpenDefaultRM Function     viOut16 Function     viRead Function     viSetAttribute Function     viStatusDesc Function     viWrite Function 6. Data Acquisition.     Introduction     Data Acquisition Board Architecture     Signal Conditioning     Analog Input/Output Parameters     Range, Gain, and Code Width     DAQ Designer Tool     Installing and Setting Up the DAQ Board     Using the DAQ Channel Wizard     Hardware Configurations     Using DAQ Library Functions     Analog Input     Analog Output     Digital Input/Output     Counter Fundamentals     Counter Applications     Event Counting and Timing     Pulse Generation     Pulse Measurement     Frequency Measurement     Summary     Library Function Prototypes and Definitions     AOClearWaveforms Function     AOUpdateChannel Function     AOUpdateChannels Function     AOGenerateWaveforms Function     ContinuousPulseGenConfig Function     CounterEventOrTimeConfig Function     CounterMeasureFrequency Function     CounterRead Function     CounterStart Function     CounterStop Function     DelayedPulseGenConfig Function     DIG_Line_Config Function     DIG_Prt_Config Function     GroupByChannel Function     nidaqAICreateTask Function     nidaqAIDestroyTask Function     nidaqAIRead Function     nidaqAIScanOp Function     nidaqAISinglePointOp Function     nidaqAISingleScanOp Function     nidaqAIStart Function     nidaqAIStop Function     nidaqGetErrorString Function     PulseWidthOrPeriodMeasConfig Function     ReadFromDigitalLine Function     ReadFromDigitalPort Function     WriteToDigitalLine Function     WriteToDigitalPort Function 7. Creating and Using Function Panels.     Purpose of a Function Panel     Creating a Function Tree     Creating a Function Panel     Testing the Function Panel Functions     Function Panel Controls     Numeric Control     Slide Control     Binary Control     Ring Control     Global Variable     Message Control     Summary 8. Creating Instrument Drivers.     Introduction     Creating an Instrument Driver     Generating Driver Files Review     Function Panel File     Initialize Functions     Configuration Functions     Measure Output Functions     Action/Status Functions     Utility Functions     Close Function     Source File     Include File     sub File     Using the Attribute Editor     Attribute Editor Controls     Editing High-Level Instrument Driver Functions     Deleting High-Level Instrument Driver Functions     Adding High-Level Instrument Driver Functions     Creating Instrument Driver Documentation     Creating the Instrument Driver Text File     Creating the Instrument Driver Windows Help     Testing the Instrument Driver     Summary 9. Introduction.     OpenGL Project     Source Code Analysis     Header and main Function     Load Data File     Setting OpenGL Attributes     Plotting Data     Creating a Color Map     Creating a Color Scale     Printing the OpenGL Plot     OpenGL Properties Panel     Summary     Library Function Prototypes and Definitions     OGLConvertCtrl Function     OGLDeletePlot Function     OGLDiscardCtrl Function     OGLGetCtrlAttribute Function     OGLGetErrorString Function     OGLPlot3DUniform Function     OGLPropertiesPopup Function     OGLRefreshGraph Function     OGLSetCtrlAttribute Function     OGLSetPlotAttribute Function     OGLSetPlotColorScheme Function     PlotIntensity Function     PrintPanel Function     SetWaitCursor Function Bibliography. Index. The Author.


Best Sellers


Product Details
  • ISBN-13: 9780130892294
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Prentice Hall
  • Height: 100 mm
  • No of Pages: 464
  • Series Title: National Instruments Virtual Instrumentation
  • Weight: 100 gr
  • ISBN-10: 0130892297
  • Publisher Date: 14 Nov 2001
  • Binding: SA
  • Language: English
  • Returnable: Y
  • Spine Width: 100 mm
  • Width: 100 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
Advanced Topics in LabWindows/CVI
Pearson Education (US) -
Advanced Topics in LabWindows/CVI
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.

Advanced Topics in LabWindows/CVI

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