OFDM
2022-08-31 17:17:16 44KB OFDM
1
为解决控件跟随界面变化自写程序,调整位置变化
2022-08-30 21:49:38 24KB LabVIEW控件
1
激光精密加工及切割已被应用在如太阳能晶硅切割、手机面板切割、半导体晶圆切割,Laser CNC等精密加工上面。
2022-08-30 15:32:14 1.9MB LabVIEW
1
激光电源的功能扩展控制系统主要针对激光焊接行业设计,具有控制简单、精确度高、稳定性好、符合人机工程学等优点。
2022-08-30 10:31:21 425KB LabVIEW
1
该毕业设计,用labview做录音软件和播放软件,源码已经上传。同时附上可执行文件传上来给大家看看。 根据网友的建议,将程序进行修改,调整了当前时间和录音时间显示控件的大小;增加了路径及录音参数播放参数的设置,只要在主界面按F2就可调出设置界面;增加对参数的保存,设定好的参数会在打开软件时载入;增加了播放时浏览文件对话框对文件类型的过滤,过滤掉了非WAV文件;对打开文件对话框的取消按键进行处理,不会出现错误提示了; 5.12更新: 1.有播放时间和总时间的显示; 2.播放进度条可以支持拖动播放; 3.修改了参数设置界面,增加了背景色的设置; 4.录音界面可以选择录音码率; 5.录音时间显示已完美; 6.修改了几个控件图标(图标来自网络,如有侵权请告知,以便修改)。 5.16更新:增加透明设置 效果图如下:
2022-08-30 10:25:13 2.01MB 录音播放器 电路方案
1
part3,此驱动是供应商提供的,在官方网站是没有这个版本,已测试能够使用,能够解决GPIB卡提示错误。文件分压缩(NI4882_1500f0.part1-part3)
2022-08-30 08:42:10 171.72MB GPIB NI4882 LABVIEW LABVIEW
1
part2,此驱动是供应商提供的,已测试能够使用,能够解决GPIB卡提示错误。文件分压缩(NI4882_1500f0.part1-part3)
2022-08-30 08:32:19 210MB NI4882 GPIB LABVIEW
1
part1,此驱动是供应商提供的,已测试能够使用,能够解决GPIB卡提示错误。文件分压缩(NI4882_1500f0.part1-part1)
2022-08-30 08:29:31 210MB NI4882 GPIB LABVIEW
1
LabVIEW操作数据库的例子 在LabVIEW中,如何将日期时间类型的数据写入数据库? 首先要在数据库中创建对应类型的table,创建好的table如下图所示。 如果命令采用,INSERT INTO Measurement (TestID,[DateTime]) VALUES (1,'2015-01-28 06:52:16'); 注意这里的[DateTime]是加了方括号的,日期的内容增加了引号,或者用#也可以。 或者用考虑到写入参数灵活性,采用DB Tools Insert Data VI这种方式更加适合LabVIEW。如下图所示。 在 Access 的日期时间型字段里无法存取毫秒,通过%<%x %X>T转换为秒.参见如下的命令“Select * From Pressure Where ([DateTime] Between #%<%x %X>T# And #%<%x %X>T#)” 查询开始和结束时间的命令为“Select TOP 1 [DateTime] From Pressure”“Select TOP 1 [DateTime] From Pressure or
2022-08-29 14:00:59 20.32MB LabVIEW SQL 日期时间 开始时间停止时间
1
最全的Teststand 教程(英文版) Introduction Introduction.................................................................................................................xi Technical Support Options.........................................................................................xii Course Objectives.......................................................................................................xiii Course Description .....................................................................................................xiii Course Map.................................................................................................................xiv Items You Need for this Course Module:...................................................................xv Note on Hands-On Exercises......................................................................................xvi Lesson 1 Introduction to TestStand Introduction.................................................................................................................1-1 The Role of a Test Executive......................................................................................1-2 The TestStand Goal ....................................................................................................1-3 What is TestStand?.....................................................................................................1-4 The TestStand Architecture........................................................................................1-5 The Sequence Editor...................................................................................................1-6 The Operator Interface................................................................................................1-7 The TestStand Engine.................................................................................................1-8 Module Adapters ........................................................................................................1-9 The TestStand Architecture........................................................................................1-10 Summary.....................................................................................................................1-13 Exercises Exercise 1-1 Running a Sequence File..................................................................1-15 Exercise 1-2A Running a Sequence File from the LabVIEW Operator Interface ............................................................................1-20 Exercise 1-2B Running a Sequence File from the LabWindows/CVI Operator Interface..............................................1-25 Contents TestStand Development Course Manual iv www.ni.com Lesson 2 The TestStand Environment Introduction.................................................................................................................2-1 What is a Sequence?...................................................................................................2-2 Step Groups.................................................................................................................2-3 TestStand Sequence Files ...........................................................................................2-4 Debugging Tools.........................................................................................................2-5 The TestStand Process Model.....................................................................................2-8 The Default Process Model: Test UUTs Mode ..........................................................2-9 TestStandModel.seq....................................................................................................2-10 The Role of the Process Model within the TestStand Architecture............................2-11 Exercises Exercise 2-1 Understanding the Sequence File.....................................................2-15 Exercise 2-2 Running a Sequence File with Breakpoints and Single Stepping.................................................................................2-21 Exercise 2-3 Understanding the Process Model....................................................2-28 Lesson 3 Creating Sequences Introduction.................................................................................................................3-1 How to Create Test Sequences ...................................................................................3-2 Action 1 : Specify the Adapter ...................................................................................3-3 Action 2: Select the Step Type ...................................................................................3-4 Step Types...................................................................................................................3-5 Action 3: Specify the Test Module.............................................................................3-6 Specifying the Module................................................................................................3-7 Specifying the Module: Search Directories................................................................3-8 Action 4: Configure Step Properties...........................................................................3-9 Step Properties: General Tab......................................................................................3-10 Step Properties: Preconditions....................................................................................3-11 Step Properties: Run Options......................................................................................3-12 Step Properties: Post Actions......................................................................................3-14 Step Properties: Loop..................................................................................................3-15 Step Properties: Expressions.......................................................................................3-17 Exercises Exercise 3-1 Creating Steps in the Sequence Editor .............................................3-23 Exercise 3-2 Configuring Loop Options ...............................................................3-34 Exercise 3-3 Creating a Sequence.........................................................................3-38 Exercise 3-4 Running Sequences in Parallel (Optional) .......................................3-58 Contents © National Instruments Corporation v TestStand Development Course Manual Lesson 4 TestStand Parameters, Variables, and Expressions Introduction.................................................................................................................4-1 Parameters...................................................................................................................4-2 Parameters: Passing data from top-level sequences to subsequences.........................4-3 TestStand Variables....................................................................................................4-4 Local Variables...........................................................................................................4-5 Creating Locals Variables...........................................................................................4-6 Sequence File Global Variables..................................................................................4-8 Creating Sequence File Global Variables...................................................................4-9 Station Globals............................................................................................................4-10 The Expression Browser.............................................................................................4-11 Exercises Exercise 4-1 Using Local Variables......................................................................4-19 Exercise 4-2 Examine the Uses and Differences between Locals, File Globals, and Station Globals.....................................................4-22 Exercise 4-3 Using Expressions to Change Step Properties..................................4-30 Exercise 4-4 Passing Parameters...........................................................................4-39 Exercise 4-5 Dynamically Selecting Which Sequence to Run..............................4-49 Exercise 4-6 Using the UUT Serial Number to Determine Which Sequence to Run...............................................................................4-50 Lesson 5 Creating Test Modules in External Environments Introduction.................................................................................................................5-1 Creating Tests in External Application Development Environments (ADEs)...........5-2 Methods of Data Transfer for TestStand ....................................................................5-3 Method 1—Passing Parameters Directly Using Structures........................................5-3 Using Clusters to Pass Data from LabVIEW..............................................................5-4 Using Structures to Pass Data from LabWindows/CVI..............................................5-6 Method 2—Passing Arbitrary Number of Parameters Directly..................................5-8 Method 3—Using the ActiveX Automation API to Access Properties and Methods .............................................................................................................5-12 What is ActiveX Automation?....................................................................................5-13 Summary of ActiveX Automation..............................................................................5-14 TestStand and ActiveX Automation...........................................................................5-15 Using TestStand ActiveX Automation Functions in LabVIEW.................................5-16 An Example of Using ActiveX Automation in LabVIEW.........................................5-17 Using ActiveX Automation in LabWindows/CVI......................................................5-18 An Example Of Using The TestStand API Instrument Driver In LabWindows/CVI.....................................................................................................5-19 Using TestStand to Generate Code Templates...........................................................5-24 Code Templates ..........................................................................................................5-25 Contents TestStand Development Course Manual vi www.ni.com Exercises Exercise 5-1A Creating Pass/Fail Tests in LabVIEW..............................................5-27 Exercise 5-1B Creating Pass/Fail Tests with LabWindows/CVI.............................5-33 Exercise 5-1C Creating Pass/Fail Tests for the DLL Flexible Prototype Adapter.............................................................................5-44 Exercise 5-2A Creating Numeric Limit Tests with LabVIEW................................5-54 Exercise 5-2B Creating Numeric Limit Tests with LabWindows/CVI.............................................................................5-59 Exercise 5-2C Creating Numeric Limit Tests for the DLL Flexible Prototype Adapter...............................................................5-67 Exercise 5-3A Debugging Tests Using LabVIEW...................................................5-80 Exercise 5-3B Debugging Tests Using LabWindows/CVI......................................5-84 Exercise 5-3C Debugging Tests that use the DLL Flexible Prototype Adapter.............................................................................5-88 Exercise 5-4A Using the ActiveX API in Code Modules with LabVIEW .................................................................................5-91 Exercise 5-4B Using the ActiveX API in Code Modules with LabWindows/CVI ....................................................................5-100 Exercise 5-4C Using the ActiveX API in Flexible DLL Code Modules............................................................................................5-110 Exercise 5-5A Creating a Simple Test Using the LabVIEW Standard Prototype Adapter .............................................................5-122 Exercise 5-5B Creating A Simple Test Using The C/CVI Standard Prototype Adapter .............................................................5-124 Exercise 5-6A Passing Parameters from TestStand to LabVIEW using The TestStand API..................................................................5-125 Exercise 5-6B Passing Parameters from TestStand to LabWindows/CVI using The TestStand API...................................5-127 Exercise 5-7 Passing Data Between TestStand and a Test Module Using the DLL Flexible Prototype Adapter........................5-129 Lesson 6 User Management Introduction.................................................................................................................6-1 The TestStand User Manager .....................................................................................6-2 Default User Profiles in TestStand .............................................................................6-3 Linking Windows System Users.................................................................................6-5 Exercise Exercise 6-1 Setting User Login Access and Privileges........................................6-7 ...............
2022-08-28 10:31:21 4.46MB TestStand
1