Buy Used
Used - Very Good See details
$15.23 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Visual Programming With Hp Vee (Hewlett-Packard Professional Books)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Visual Programming With Hp Vee (Hewlett-Packard Professional Books) [Paperback]

Robert Helsel (Author)
2.8 out of 5 stars  See all reviews (4 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Paperback, March 1996 --  
There is a newer edition of this item:
Visual Programming With HP-VEE (3rd Edition) Visual Programming With HP-VEE (3rd Edition) 2.8 out of 5 stars (4)
Currently unavailable

Book Description

Hewlett-Packard Professional Books March 1996
This is a visual programming language optimized by investment control applications. It cuts development time by 80%. This revision covers the latest version of HPVEE which runs on a variety of platforms including: Windows, Windows 95, Windows NT, HP-UX workstations and Solaris workstations.

Editorial Reviews

From the Publisher

This is a visual programming language optimized by investment control applications. It cuts development time by 80%. This revision covers the latest version of HPVEE which runs on a variety of platforms including: Windows, Windows 95, Windows NT, HP-UX workstations and Solaris workstations.

From the Inside Flap

PREFACE

What is HP VEE? HP VEE is a visual programming language (a.k.a., graphical programming language) optimized for building test and measurement applications - especially programs with operator interfaces.

Why Learn HP VEE?

Increase your productivity dramatically. Customers report reducing their program development time up to 80%.

Using ActiveX Automation and Controls on PCs, control other applications such as MS Word, Excel, and Access that assist with generating reports, displaying and analyzing data, or putting your results into a database for future use.

Increase throughput, build larger programs with ease, and become more flexible in instrument management. HP VEE has a compiler; a professional development environment suited for large, complex programs; and advanced instrument management capabilities.

Leverage your investment in textual languages such as C/C++, Visual Basic, Pascal, Fortran, and HP BASIC.

Use HP VEE 5.0 on Windows 95/Windows NT and HP-UX workstations. (Windows 3.1 or Solaris support with earlier revisions. See Appendix A.)

Use HP VEE in a wide range of applications including functional test, design verification, calibration, and data acquisition and control.

Gain instrument I/O flexibility controlling GPIB, VXI, Serial, GPIO, PC Plug-in, and LAN instruments.

Use _panel_ drivers, VXIplug&play drivers, _direct I/O_ over standard interfaces, or imported libraries from multiple vendors. Why Use This Book To Learn HP VEE?

This book is the fastest and easiest way to learn HP VEE.

Grasp the fundamentals in a single day. Complete the entire book in a week. Your key benefit in doing so would be to double your productivity. You can even use the free evaluation software from HP to learn HP VEE before purchase (see Appendix A for details).

Visual vs. Textual Programming Languages

With HP VEE you create programs by connecting icons together using the mouse; with a textual language you use keywords following rules of syntax. The result in HP VEE resembles a data flow diagram, which is easier to use and understand than traditional lines of code. There is no laborious edit-compile-link-execute cycle using HP VEE.

The following two figures compare a simple function programmed first in a textual language (ANSI C) and then in HP VEE. The function creates an array of 10 random numbers, finds the maximum value, and displays the array and maximum value.


#include main( ) { double num10, max; int i;
for (i=0; i max) max=numi; } printf(_\nmax: %f\n_,max); }

Figure P-1. An ANSI C Program
You can see that each icon performs a specific function. For example, there are icons to create arrays or to obtain the maximum value from an array. Time-consuming tasks such as controlling instruments, creating customized data displays, or developing operator interfaces become very easy using HP VEE. This method of test development leads to productivity gains up to five times greater than conventional techniques.
Create Operator Interfaces in Minutes
With HP VEE it's easy to perform certain tasks in minutes that might take days in a textual language.
Create colorful, intuitive front-ends to your programs.
Exercise complete keyboard control - in addition to mouse control - for manufacturing functional test.
Choose from a complete assortment of user input and data display features.
Use pop-up panels to create focus and conserve screen space.
Secure your programs from unwanted tampering.
Use labels with color and font selection, beepers, notepads, buttons, switches in a variety of formats, to name a few in HP VEE's arsenal of interface features.
Use your own or standard off-the-shelf ActiveX Controls (PC only) for user input or displaying data.
Leverage Your Existing Test and Measurement Software
HP VEE 5.0 runs on Windows 95/NT and HP-UX workstations. (Earlier versions run on Solaris and Windows 3.1.) On each of these platforms HP VEE provides mechanisms for linking conventional test programs as well as commercial applications. For example, you could use HP VEE to sequence existing tests in HP BASIC, C, C++, Visual Basic, Fortran, or Pascal (or any compiled or interpreted language on your operating system). HP VEE also provides a number of interprocess communication features to share data with commercial applications such as databases or spreadsheets.

HP VEE supports standard ties to standard languages: ActiveX Automation and Controls, and DLLs on PCs; Named Pipes and Shared Libraries on HP platforms. HP VEE also supports TCP/IP for sharing data in mixed environments - moving HP VEE data into a large database, for example.
Maintain a Flexible I/O Strategy Based on Standards
Use panel drivers (instrument drivers) for over 450 instruments from different vendors plus all drivers available from various vendors that are VXIplug&play compatible in the WIN, WIN95, WIN-NT, or HP-UX frameworks.

Use HP VEE_s Direct I/O icon to send instrument command strings over standard interfaces such as HP-IB (IEEE488), GPIO, RS 232, VXI, or LAN-based instruments for remote testing.
Control PC plug-in boards from any manufacturer that supplies a Dynamic Link Library with the board.
Data Translation also sells a Visual Programming Interface for their boards to make programming plug-ins easier in HP VEE.
Enjoy direct VXI backplane control using embedded PCs or workstations.
Control the great variety of instrument types with an easy, organized instrument management capability.
Exploit HP VEE Manufacturing Test Capabilities
There is real programming power in features and benefits such as:
Reduced development and maintenance time with visual programming.
Powerful test executive tools included with the product.
Integration with conventional languages like C, C++, Visual Basic, Pascal, Fortran, and HP BASIC.
Convenient and flexible operator interface capabilities. Support for most popular test platforms.
Remote test capabilities with HP VEE_s Web monitoring features.
Use of ActiveX Automation and Controls.
Interprocess communication tools to link with other applications such as relational databases or statistical analysis packages.
An integral part of custom systems employing HP's TestExecSL for an enterprise-wide test executive strategy.
HP's excellent array of support options.
Unlimited runtime and compiler included with base product.
Low cost site licenses.
Easy and powerful documentation tools.
Ease of porting test data to standard spreadsheets and word processors for reports.
Debugging tools that make the development and maintenance of large, complex programs efficient.
Site licenses available.
The Best Way to Use This Book
Note: See Appendix A for instructions on how to get your free HP VEE evaluation software from HP or for more information on buying the complete HP VEE.
This book provides a tutorial in two parts. Part I teaches the fundamentals of HP VEE in approximately a day. Each chapter will take approximately two hours or less to complete. Part II is task-oriented, so you can go directly to the chapters that suit your application. If you work through the entire book, it will take you about a week to complete. To teach you HP VEE as quickly as possible, we have used guided examples for the most part. If you can spare the time, you should also work through the examples in Appendix B, which challenge you to solve problems on your own. Solutions are provided with explanations.
You can use the HP VEE software on any of the supported platforms for the purposes of this tutorial.
Although you don't need HP VEE documentation for this course, we encourage you to consult it for more information on any given topic - most of the documentation as well as support information is available through HP VEE's help system. The goal of this tutorial is to enable you to program your applications with HP VEE as soon as possible. It covers most of the same material as the HP VEE customer class, but in a self-paced format. If you want to achieve expert capability, you should continue your study with the product documentation after this book. Let's get started.

Robert Helsel Program Manager Measurement Systems Division Hewlett-Packard Company


--This text refers to an alternate Paperback edition.

Product Details

  • Paperback: 384 pages
  • Publisher: Prentice Hall; Bk&CD edition (March 1996)
  • Language: English
  • ISBN-10: 0135335485
  • ISBN-13: 978-0135335482
  • Product Dimensions: 9.1 x 8 x 0.4 inches
  • Shipping Weight: 1.2 pounds
  • Average Customer Review: 2.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #6,201,255 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

4 Reviews
5 star:
 (1)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.8 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

1 of 1 people found the following review helpful:
5.0 out of 5 stars Visual Programming with HP VEE, 3rd Ed., October 4, 2000
By A Customer
As claimed by the author, this book is really the "fastest and easiest way" to learn HP VEE. Perhaps, the software itself is easy to use. For more advanced topics, consult the VEE product documentation. Note that the new VEE has built-in MATLAB scripts and signal processing toolbox which are not covered in the third edition. But the book already provides a solid foundation to explore other new features of the software including MATLAB functions. My students manage to build test and measurement application less than a week when using VEE in conjunction with this book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 5 people found the following review helpful:
2.0 out of 5 stars Visual Programming With HP-VEE, November 30, 1999
Provides little information beyond what is in original software documentation. Information is presented as a series of lab excercises. No information on how to write instrument panel drivers.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
3.0 out of 5 stars Not worth the price., March 16, 2001
I'm ticked off and I hav'nt even started the book! For the price of this book the publisher could have at least included the evaluation software CD. There are 341 pages counting overview and checklists in each chapter. There are 45 more pages in Appendux B: "Additional Lab Exercises". Since these exercises are added on the end of the book, I would expect them to be more complex than those within the previous chapters. An apple counting program is not my Idea of a program that I could use in test equipment instrumentation. OK thats it. I'm done grouching and off to download the software.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews


Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Why are people here so scientifically illiterate 6754 32 seconds ago
Creationists are trying to rewrite the Laws of Thermodynamics! 792 6 minutes ago
Are there scientific proofs to support a 9-11 coverup? 21 19 minutes ago
Global warming is nothing but a hoax and a scare tactic 8226 1 hour ago
A coming mini ice age? 57 2 hours ago
Abiogenesis be Manned- There is no evidence for life having started naturally on Earth. 5 3 hours ago
Is Space Something? Is Time Something? Or are they Nothing? When Did Space First Begun? When Did Time First Begin? 271 3 hours ago
On the Predictive Value of Theory of Evolution Versus the Theory of God-Did-It 0 5 hours ago
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject