虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

LabVIEW教学课件

  • LabVIEW for Everyone(经典英文书籍)

    The #1 Step-by-Step Guide to labviewNow Completely Updated for labview 8!   Master labview 8 with the industry's friendliest, most intuitive tutorial: labview for Everyone, Third Edition. Top labview experts Jeffrey Travis and Jim Kring teach labview the easy way: through carefully explained, step-by-step examples that give you reusable code for your own projects!   This brand-new Third Edition has been fully revamped and expanded to reflect new features and techniques introduced in labview 8. You'll find two new chapters, plus dozens of new topics, including Project Explorer, AutoTool, XML, event-driven programming, error handling, regular expressions, polymorphic VIs, timed structures, advanced reporting, and much more. Certified labview Developer (CLD) candidates will find callouts linking to key objectives on NI's newest exam, making this book a more valuable study tool than ever. Not just what to d why to do it! Use labview to build your own virtual workbench Master labview's foundations: wiring, creating, editing, and debugging VIs; using controls and indicators; working with data structures; and much more Learn the "art" and best practices of effective labview development NEW: Streamline development with labview Express VIs NEW: Acquire data with NI-DAQmx and the labview DAQmx VIs NEW: Discover design patterns for error handling, control structures, state machines, queued messaging, and more NEW: Create sophisticated user interfaces with tree and tab controls, drag and drop, subpanels, and more Whatever your application, whatever your role, whether you've used labview or not, labview for Everyone, Third Edition is the fastest, easiest way to get the results you're after!

    标签: Everyone LabVIEW for 英文

    上传时间: 2013-10-14

    上传用户:shawvi

  • labview教程pdf免费下载

    第一课 labview概述..................4 第一节  虚拟仪器(VI)的概念..4 第二节  labview的操作模板........6 工具模板(Tools Palette).........6 控制模板(Controls Palette).........7 功能模板(Functions Palette).......8 第三节  创建一个VI程序..........10 1. 前面板...10 框图程序..............11 从框图程序窗口创建前面板对象................12 4. 数据流编程...............12 第四节 程序调试技术................13 1. 找出语法错误...........13 2. 设置执行程序高亮...13 3. 断点与单步执行.......13 4. 探针.......14 第五节  练习1-1.....14 第六节  把一个VI程序作为子VI程序调用17 第七节  练习1-2.....18 第八节  练习1-3.....20 第九节  练习1-4.....22 第十节  练习1-5.....24 第二课 数据采集.......27 第一节 概述..........27 第二节  数据采集VI程序的调用方法..........29 第三节 模拟输入与输出............30 练习2-1...............31 第四节 波形的采集与产生........34 练习2-2...............35 第五节 扫描多个模拟输入通道.36 练习2-3...............36 第六节 连续数据采集................37 练习2-4...............38 第三课 仪器控制.......40 第一节 概述..........40 第二节 串行通讯....40 第三节  IEEE 488(GPIB)概述41 练习3-1...............43 第四节  VISA编程...44

    标签: labview 教程 免费下载

    上传时间: 2013-11-05

    上传用户:nem567397

  • labview视频教程下载

    ni labview和于数据采集,分析和显示,分析该交互式技术指南为您介绍它的基本知识。

    标签: labview 视频教程

    上传时间: 2013-11-10

    上传用户:wkxiian

  • 6小时学会labview

    6小时学会labview, labview Six Hour Course – Instructor Notes   This zip file contains material designed to give students a working knowledge of labview in a 6 hour timeframe. The contents are: Instructor Notes.doc – this document. labviewIntroduction-SixHour.ppt – a PowerPoint presentation containing screenshots and notes on the topics covered by the course. Convert C to F (Ex1).vi – Exercise 1 solution VI. Convert C to F (Ex2).vi – Exercise 2 solution subVI. Thermometer-DAQ (Ex2).vi – Exercise 2 solution VI. Temperature Monitor (Ex3).vi – Exercise 3 solution VI. Thermometer (Ex4).vi – Exercise 4 solution subVI. Convert C to F (Ex4).vi – Exercise 4 solution subVI. Temperature Logger (Ex4).vi – Exercise 4 solution VI. Multiplot Graph (Ex5).vi – Exercise 5 solution VI. Square Root (Ex6).vi – Exercise 6 solution VI. State Machine 1 (Ex7).vi – Exercise 7 solution VI.   The slides can be presented in two three hour labs, or six one hour lectures. Depending on the time and resources available in class, you can choose whether to assign the exercises as homework or to be done in class. If you decide to assign the exercises in class, it is best to assign them in order with the presentation. This way the students can create VI’s while the relevant information is still fresh. The notes associated with the exercise slide should be sufficient to guide the students to a solution. The solution files included are one possible solution, but by no means the only solution.

    标签: labview

    上传时间: 2013-10-13

    上传用户:zjwangyichao

  • labview教程ppt

    一篇长90页的PPT和10个左右的示例源程序,对于自学能力强且有一定计算机编程基础的人来说上手还是很快的。   •Understand the components of a Virtual Instrument •Introduce labview and common labview functions •Build a simple data acquisition application •Create a subroutine in labview

    标签: labview 教程

    上传时间: 2013-11-21

    上传用户:yeling1919

  • labview入门教程

    虚拟仪器(virtual instrumention)是基于计算机的仪器。计算机和仪器的密切结合是目前仪器发展的一个重要方向。粗略地说这种结合有两种方式,一种是将计算机装入仪器,其典型的例子就是所谓智能化的仪器。随着计算机功能的日益强大以及其体积的日趋缩小,这类仪器功能也越来越强大,目前已经出现含嵌入式系统的仪器。另一种方式是将仪器装入计算机。以通用的计算机硬件及操作系统为依托,实现各种仪器功能。虚拟仪器主要是指这种方式。下面的框图反映了常见的虚拟仪器方案。                 虚拟仪器的主要特点有: n         尽可能采用了通用的硬件,各种仪器的差异主要是软件。 n         可充分发挥计算机的能力,有强大的数据处理功能,可以创造出功能更强的仪器。 n         用户可以根据自己的需要定义和制造各种仪器。 虚拟仪器实际上是一个按照仪器需求组织的数据采集系统。虚拟仪器的研究中涉及的基础理论主要有计算机数据采集和数字信号处理。目前在这一领域内,使用较为广泛的计算机语言是美国NI公司的labview。 虚拟仪器的起源可以追朔到20世纪70年代,那时计算机测控系统在国防、航天等领域已经有了相当的发展。PC机出现以后,仪器级的计算机化成为可能,甚至在Microsoft公司的Windows诞生之前,NI公司已经在Macintosh计算机上推出了labview2.0以前的版本。对虚拟仪器和labview长期、系统、有效的研究开发使得该公司成为业界公认的权威。 普通的PC有一些不可避免的弱点。用它构建的虚拟仪器或计算机测试系统性能不可能太高。目前作为计算机化仪器的一个重要发展方向是制定了VXI标准,这是一种插卡式的仪器。每一种仪器是一个插卡,为了保证仪器的性能,又采用了较多的硬件,但这些卡式仪器本身都没有面板,其面板仍然用虚拟的方式在计算机屏幕上出现。这些卡插入标准的VXI机箱,再与计算机相连,就组成了一个测试系统。VXI仪器价格昂贵,目前又推出了一种较为便宜的PXI标准仪器。 虚拟仪器研究的另一个问题是各种标准仪器的互连及与计算机的连接。目前使用较多的是IEEE 488或GPIB协议。未来的仪器也应当是网络化的。

    标签: labview 入门教程

    上传时间: 2013-10-15

    上传用户:gaoliangncepu

  • LabVIEW程序设计与应用

    《labview程序设计与应用》附加光盘使用说明=======================================================================     本光盘为labview程序实例。       labview程序实例位于Examples文件夹中,其中包含了书中所有的例程以及数十个附加的labview程序实例,这些实例基本覆盖了书中所介绍的内容,建议读者结合这些实例来阅读本书。  

    标签: LabVIEW 程序设计

    上传时间: 2013-11-21

    上传用户:yl1140vista

  • labview 8.5教程下载

    通过本教程您将获得NI labview 8.5新特性的全面解析:labview 8.5新功能. 性能更为强大的NI labview项目功能令应用程序的开发更为高效并有效减少VI的链接错误; NI labview实时模块为严格限时的任务在多核

    标签: labview 8.5 教程下载

    上传时间: 2014-12-30

    上传用户:gonuiln

  • 7位数字显示设计程序labview

    7位数字显示设计程序 labview 源程序

    标签: labview 数字显示 设计程序

    上传时间: 2013-11-10

    上传用户:xymbian

  • GMap.NET控件实例C#源代码

    GMap.NET控件实例C#源代码

    标签: GMap NET 控件 源代码

    上传时间: 2013-11-01

    上传用户:zhang_yi