i官方labview培训教材l.ppt_第1页
i官方labview培训教材l.ppt_第2页
i官方labview培训教材l.ppt_第3页
i官方labview培训教材l.ppt_第4页
i官方labview培训教材l.ppt_第5页
已阅读5页,还剩88页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

National Instruments Confidential,1,LabVIEW Introduction Course Semester,National Instruments 11500 N. Mopac Expressway Austin, Texas 78759 (512) 683-0100,2,Graphical Programming for Test, Measurement, and Control Rapid application development with Express VIs and easy-to-use graphical environment Interactive measurement assistants and powerful redesigned DAQ interface for connecting to all types of I/O Expanded targeting options from Real-Time to FPGA to PDA Localized in French, German, and Japanese (Korean documentation),3,Readers of Electronic Design name invention of LabVIEW as one of the Top 50 Milestones for the Electronics Industry LabVIEW 6.1 receives IAN Automation Excellence Award of 2002 Design News awards LabVIEW 6i Best Computer Productivity Tool of 2000 LabVIEW 6i chosen the “Best of the Best” in the software category by readers of Evaluation Engineering,LabVIEW Awards,4,May 2003 January 2002 August 2000 March 1998 February 1996 August 1993 September 1992 January 1990 October 1986 April 1983, LabVIEW 7 Express VIs, I/O Assistants, FPGA/PDA targets LabVIEW 6.1 Enhanced networking capabilities, analysis LabVIEW 6i Internet-ready measurement intelligence LabVIEW 5.0 ActiveX, Multithreading LabVIEW 4.0 Added professional tools, improved debugging LabVIEW 3.0 Multiplatform version of LabVIEW LabVIEW for Windows LabVIEW 2.0 for Macintosh LabVIEW 1.0 for Macintosh LabVIEW project begins,NI LabVIEW: A History of Innovation,5,Third-Party Software Wolfram Research Mathematica Microsoft Excel The MathWorks MATLAB and Simulink MathSoft MathCAD Electronic Workbench MultiSim Texas Instruments Code Composer Studio Ansoft RF circuit design software Microsoft Access Microsoft SQL Server Oracle ,Leveraging Commercial Technologies,Communication Protocols Ethernet CAN DeviceNet USB IEEE 1394 RS-232 GPIB RS-485,6,PC, Mac, Linux, Sun,LabVIEW Everywhere,Networked I/O,PC Boards,Workstation,Handheld,Embedded (FPGA),Industrial Computer (PXI),Wireless,Sensor,Tektronix Open Windows Oscilloscopes,7,The LabVIEW Family,NI LabVIEW Graphical Programming Software for Measurement and Automation,LabVIEW Real-Time Module,LabVIEW FPGA Module,LabVIEW PDA Module,LabVIEW Datalogging and Supervisory Control Module,8,Acquire, Analyze, and Present,Nearly all test, measurement, and control applications can be divided into 3 main components: the ability to acquire, analyze, and present data. LabVIEW is the easiest, most powerful tool for acquiring, analyzing, and presenting real-world data.,9,Acquire with LabVIEW,LabVIEW can acquire data using the following devices and more: GPIB, Serial, Ethernet, VXI, PXI Instruments Data Acquisition (DAQ) PCI eXtensions for Instrumentation (PXI) Image Acquisition (IMAQ) Motion Control Real-Time (RT) PXI PLC (through OPC Server) PDA Modular Instruments,LabVIEW is tightly integrated with all NI hardware, in addition to connecting to thousands of I/O devices from hundreds of different vendors.,10,Analyze with LabVIEW,LabVIEW includes the following tools to help you analyze your data: More than 400 measurement analysis functions for Differential Equations, Optimization, Curve Fitting, Calculus, Linear Algebra, Statistics, etc. 12 new Express VIs specifically designed for measurement analysis, including filtering and spectral analysis Signal Processing VIs for Filtering, Windowing, Transforms, Peak Detection, Harmonic Analysis, Spectrum Analysis, etc.,Powerful measurement analysis is built in to the LabVIEW development environment.,11,Present with LabVIEW,LabVIEW includes the following tools to help you present your data: On your machine Graphs, Charts, Tables, Gauges, Meters, Tanks, 3D Controls, Picture Control, 3D Graphs (Windows Only), Report Generation (Windows Only) Over the Internet Web Publishing Tools, Datasocket (Windows Only), TCP/IP, VI Server, Remote Panels, Email Enterprise Connectivity Toolset SQL Tools (Databases), Internet Tools (FTP, Telnet, HTML),Presentation with LabVIEW can be done on your PC or over a network, or you can take advantage of additional applications such as DIAdem.,12,Course Map,Introduction to LabVIEW,Repetition & Loops,Modular Programming,VI Customization,Data Acquisition & Waveforms,Instrument Control,Arrays,Plotting Data,Clusters,Decision Making in a VI,Strings and File I/O,13,Course Goals,Understand front panels, block diagrams, and connectors/icons Use the programming structures and data types that exist in LabVIEW Use various editing and debugging techniques Create and save your own VIs so you can use them as subVIs Display and log your data Create applications that use plug-in data acquisition (DAQ) boards Create applications that use GPIB and serial port instruments,This course prepares you to:,14,Course Non-Goals,Every built-in LabVIEW object, function, or library VI Analog-to-digital (A/D) theory The detailed operation of the serial port or GPIB bus How to develop an instrument driver,It is not the purpose of this course to discuss the following:,15,Lesson 1 Introduction to LabVIEW,TOPICS LabVIEW Environment Front Panel Block Diagram Dataflow Programming LabVIEW Help and Manuals Debugging a VI,16,Virtual Instruments (VIs),Front Panel Controls = Inputs Indicators = Outputs Block Diagram Accompanying “program” for front panel Components wired together,17,LabVIEW Dialog Box,18,Creating a new VI,FileNew VI to open a blank VI FileNew to open the New dialog box and configure a VI template, global variable, control, etc,19,Template Browser,20,Menu,File Edit Operate Tools Browse Window Help,21,Front Panel Window,Front Panel Toolbar,Graph Legend,Boolean Control,Waveform Graph,Icon,Plot Legend,Scale Legend,Waveform Graph Owned Label,22,Block Diagram Window,Wire Data,Graph Terminal,SubVI,While Loop Structure,Block Diagram Toolbar,Divide Function,Numeric Constant,Timing Function,Boolean Control Terminal,23,Front Panel and Block Diagram Toolbars,Run button Continuous Run button Abort button Pause/Continue button,Execution Highlighting button Step Into button Step Over button Step Out button,Warning indicator Enter button Broken Run button,Font ring Alignment ring Distribution ring Resize ring Reorder ring Context Help Button,Additional Buttons on the Block Diagram Toolbar,24,Tools Palette,LabVIEW automatically selects the tool needed Available on the front panel and the block diagram A tool is a special operating mode of the mouse cursor Use the tools to operate and modify front panel and block diagram objects To show the tools palette, select WindowShow Tools Palette,25,Front Panel Controls Palette,Controls Palette Contains the most commonly used controls,All Controls Palette Shows all controls,26,Block Diagram Functions Palette,Functions Palette Contains the Express VIs (interactive VIs with configurable dialog page) and the most commonly used functions,All Functions Palette Shows all functions,27,Palette Tools,Graphical, floating palettes Subpalettes can be converted to floating palettes Use Palette Options to change palette view from Express to Advanced,Search,Palette Options,Click pushpin to tack down palette,Up to Owning Palette,28,Searching for Controls, VIs, and Functions,Press the search button to perform text searches of the palettes Click and drag an item from the search window to the block diagram or double-click an item to open the owning palette,29,Customize Control & Function Palette,Keep vi.lib in the LabVIEW 7.0 directory Place items in user.lib or instr.lib to have them appear in the Controls and Functions palettes,Programs National InstrumentsLabVIEW 7.0,30,Build the front panel with controls (inputs) and indicators (outputs),Numeric Control,Numeric Indicator,Owned Labels Increment Buttons,Boolean Control,Boolean Indicator,Creating a VI Front Panel,31,Shortcut Menus for Front Panel Objects,Right-click the label to access its shortcut menu,Right-click the digital display to access its shortcut menu,32,Property Page,Right-click a control or indicator on the front panel and select Properties from the shortcut menu to access the property dialog box for that object,33,Nodes,Wires,Control Terminals,Block Diagram,Front Panel,Indicator Terminals,Creating a VI Block Diagram,34,Express VIs, VIs and Functions,Express VIs: interactive VIs with configurable dialog page Standard VIs: modularized VIs customized by wiring Functions: fundamental operating elements of LabVIEW; no front panel or block diagram,35,Block Diagram Nodes,Icon Expandable Node Expanded Node,Function Generator VI Same VI, viewed three different ways Yellow field designates a standard VI Blue field designates an Express VI,36,Block Diagram Terminals,Terminals are entry and exit ports that exchange information between the panel and diagram Terminals are analogous to parameters and constants in text-based programming languages Right-click and toggle View As Icon to change the icon view,37,Wiring the Block Diagram,Scalar,Numeric,Boolean,String,2D Array,1D Array,Dynamic,38,Wiring Techniques,Hot Spot,Automatic Wiring Use Context Help Window when wiring Right-click wire and select Clean Up Wire Tip Strips Automatic wire routing Right-click terminals and select Visible ItemsTerminals,View the terminal connections to a function,39,Block diagram executes dependent on the flow of data; block diagram does NOT execute left to right Node executes when data is available to ALL input terminals Nodes supply data to all output terminals when done,Dataflow Programming,40,Context Help,To display the Context Help window, select HelpShow Context Help, press the keys, or press the Show Context Help Window button in the toolbar Move cursor over object to display help Connections: Required bold Recommended normal Optional - dimmed,Simple/Detailed Context Help Lock Help More Help,41,LabVIEW Help,Click the More Help button in the Context Help window Select HelpVI, Function, & How-To Help Click the sentence Click here for more help in the Context Help window. Contains detailed descriptions of most palettes, menus, tools, VIs, and functions, step-by-step instructions for using LabVIEW features, links to the LabVIEW Tutorial, PDF versions of all the LabVIEW manuals and Application Notes, and technical support resources.,42,NI Example Finder,To find an example, select HelpFind Examples Web-integrated Search by keyword, example type, hardware type, etc.,43,Debugging Techniques,Finding Errors Click on broken Run button. A window showing the error appears Execution Highlighting Click on Execution Highlighting button; data flow is animated using bubbles. Values are displayed on wires.,44,Debugging Techniques,Probe Right-click on wire and select probe and it shows data as it flows through the wire segment Breakpoints Right-click on wire and select Set Breakpoint; pause execution at the breakpoint. Conditional Probe Combination of a breakpoint and a probe. Right-click on wire and select custom probe.,45,Debugging Techniques,Step Into, Over, and Out buttons for Single Stepping,Click on Step Into button to enable single stepping Once Single Stepping has begun, the button steps into nodes Click on Step Over button to enable single stepping or to step over nodes Click on Step Out button to step out of nodes,46,Summary,Virtual instruments (VIs) have three main parts the front panel, the block diagram, and the icon and connector pane The front panel is the user interface of a LabVIEW program and the block diagram is the executable code The block diagram contains the graphical source code composed of nodes, terminals, and wires Use Express VIs, standard VIs and functions on the block diagram to create your measurement code. For the most common requirements, use Express VIs with interactive configuration dialogs to define your application. Floating Palettes: Tools Palette, Controls Palette (only when Front Panel Window is active), and Functions Palette (only when Block Diagram Window is active) There are help utilities including the Context Help Window and LabVIEW Help,47,Summary,Place controls (inputs) and indicators (outputs) in the front panel window Use the Operating tool to manipulate panel objects. Use the Positioning tool to select, move, and resize panel objects. Use the Wiring tool to connect diagram objects Control terminals have thicker borders than indicator terminals All front panel objects have property pages and shortcut menus Wiring is the mechanism to control dataflow and produce LabVIEW programs Broken Run arrow means a nonexecutable VI Various debugging tools and options available such as setting probes and breakpoints, execution highlighting, and single stepping,48,Tips, Common keyboard shortcuts Access Tools Palette with -right-click Increment/Decrement faster using key ToolsOptions selection set preferences in LabVIEW VI Properties (File menu),Windows Sun Linux MacOS Run a VI Find object Activate Context Help window Remove all broken wires Close the active window Toggle btwn Diagram/Panel Window,49,Lesson 2 Modular Programming,TOPICS SubVIs Icon and Connector Pane Using SubVIs Creating a SubVI from sections of a VI,50,LabVIEW Hierarchy,SubVI,51,SubVIs,Function Pseudo Code function average (in1, in2, out) out = (in1 + in2)/2.0; SubVI Block Diagram,Calling Program Pseudo Code main average (point1, point2, pointavg) Calling VI Block Diagram,52,Icon/Connector,An icon represents a VI in other block diagrams A connector passes data to and receives data from a subVI through terminals,Icon,Connector,terminals,terminals,53,SubVI Example Calculating Slope,A VI within another VI is called a subVI To use a VI as a subVI, create an icon and a connector pane after building the front panel and block diagram,54,Creating the Icon,Icon: graphical representation of a VI Right-click in the icon pane (Panel or Diagram) Always create a black and white icon,Default Icon,Create a custom icon,55,Creating the Connector,Right-click the icon (Front Panel only),56,Creating the Connector - continued,Click with wiring tool,57,The Connector Pane,Terminal colors match the data types to which they are connected Click the terminal to see its associated front panel object,58,Using a VI as a SubVI,All Functions Select a VI Drag icon onto target diagram,59,Help and Classifying Terminals,Classify inputs and outputs: Required Error if no connection Recommended Warning if no connection Optional No effect if no connection,60,Create SubVI Option,Enclose area to be converted into a subVI Select Create SubVI from the Edit Menu,61,Summary,VIs can be used as subVIs after you make the icon and connector Icon created using Icon Editor Connector defined by choosing number of terminals Load subVIs using the Select a VI option in the All Functions palette or dragging the icon onto a new diagram Online help for subVIs using the Show Context Help option Descriptions document functionality Use Create SubVI feature to easily modularize the block diagram,62,Lesson 3 Repetition and Loops,TOPICS While Loops For Loops Accessing Previous Loop Data,63,While Loops,LabVIEW While Loop Flow Chart Pseudo Code,Repeat (code); Until Condition met; End;,64,While Loops,1. Select While Loop,2. Enclose code to be repeated,3. Drop or drag additional nodes and then wire,65,Select the Loop Condition,Click the Conditional Terminal with the Operating tool to define when the loop stops Default: Stop if True,Iteration Terminal,Conditional Terminal,66,Structure Tunnels,Tunnels feed data into and out of structures. The tunnel is a block that appears on the border; the color of the block is related to the data type wired to the tunnel. When a tunnel passes data into a loop, the loop executes only after data arrive at the tunnel. Data pass out of a loop after the loop terminates.,67,For Loops,LabVIEW For Loop Flow Chart Pseudo Code,N=100; i=0; Until i=N: Repeat (code; i=i+1); End;,68,For Loops,In Structures subpalette of Functions palette Enclose code to be repeated and/or resize and add nodes inside boundary Executes diagram inside of loop a predetermined number of times,Count terminal (Numerical input),Wait Until Next ms Multiple function,69,Wait Functions,Wait Until Next ms Multiple FunctionsTime & Dialog palette,70,Wait Functions,Wait (ms) FunctionsTime & Dialog palette,Time Delay FunctionsTime & Dialog palette,71,Numeric Conversion,Numerics default to double-precision (8 bytes) or long integer (4 bytes) LabVIEW automatically converts to different representations For Loop count terminal always converts to a long integer Gray coercion dot on terminal indicates conversion,72,Numeric Conversion,LabVIEW chooses the representation that uses more bits. If the number of bits is the same, LabVIEW chooses unsigned over signed. To choose the representation, right-click on the terminal and select Representation. When LabVIEW converts floating-point numerics to integers, it rounds to the nearest integer. LabVIEW rounds x.5 to the nearest even integer. For example, LabVIEW rounds 2.5 to 2 and 3.5 to 4.,73,Accessing Previous Loop Data Shift Register, Available at left or right border of loop structures Right-click the border and select Add Shift Register Right terminal stores data on completion of iteration Left terminal provides stored data at beginning of next iteration,74,Additional Shift Register Elements,Latest value is passed to right terminal,Right-click the left terminal to add new elements,Previous values are available at the left terminals,Right-click the border for a new shift register,1 loop ago 2 loops ago 3 loops ago,75,Feedback Nodes,Appears automatically in a For Loop or While Loop if you wire the output of a subVI, function, or group of subVIs and functions to the input of that same VI, function, or group. Stores data when the loop completes an iteration, sends that value

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论