Руководство по эксплуатации National Instruments PID Control Toolkit 371685C-01

Руководство по эксплуатации для устройства National Instruments PID Control Toolkit 371685C-01

Устройство: National Instruments PID Control Toolkit 371685C-01
Категория: Сетевая карта
Производитель: National Instruments
Размер: 0.41 MB
Добавлено: 6/19/2014
Количество страниц: 39
Печатать инструкцию

Скачать

Как пользоваться?

Наша цель - обеспечить Вам самый быстрый доступ к руководству по эксплуатации устройства National Instruments PID Control Toolkit 371685C-01. Пользуясь просмотром онлайн Вы можете быстро просмотреть содержание и перейти на страницу, на которой найдете решение своей проблемы с National Instruments PID Control Toolkit 371685C-01.

Для Вашего удобства

Если просмотр руководства National Instruments PID Control Toolkit 371685C-01 непосредственно на этой странице для Вас неудобен, Вы можете воспользоваться двумя возможными решениями:

  • Полноэкранный просмотр -, Чтобы удобно просматривать инструкцию (без скачивания на компьютер) Вы можете использовать режим полноэкранного просмотра. Чтобы запустить просмотр инструкции National Instruments PID Control Toolkit 371685C-01 на полном экране, используйте кнопку Полный экран.
  • Скачивание на компьютер - Вы можете также скачать инструкцию National Instruments PID Control Toolkit 371685C-01 на свой компьютер и сохранить ее в своем архиве. Если ты все же не хотите занимать место на своем устройстве, Вы всегда можете скачать ее из ManualsBase.
National Instruments PID Control Toolkit 371685C-01 Руководство по эксплуатации - Online PDF
Advertisement
« Page 1 of 39 »
Advertisement
Печатная версия

Многие предпочитают читать документы не на экране, а в печатной версии. Опция распечатки инструкции также предусмотрена и Вы можете воспользоваться ею нажав на ссылку, находящуюся выше - Печатать инструкцию. Вам не обязательно печатать всю инструкцию National Instruments PID Control Toolkit 371685C-01 а только некоторые страницы. Берегите бумагу.

Резюме

Ниже Вы найдете заявки которые находятся на очередных страницах инструкции для National Instruments PID Control Toolkit 371685C-01. Если Вы хотите быстро просмотреть содержимое страниц, которые находятся на очередных страницах инструкции, Вы воспользоваться ими.

Краткое содержание
Краткое содержание страницы № 1

TM TM
LabWindows /CVI
PID Control Toolkit User Manual
LabWindows/CVI PID Control Toolkit User Manual
May 2008
371685C-01

Краткое содержание страницы № 2

Support Worldwide Technical Support and Product Information ni.com National Instruments Corporate Headquarters 11500 North Mopac Expressway Austin, Texas 78759-3504 USA Tel: 512 683 0100 Worldwide Offices Australia 1800 300 800, Austria 43 662 457990-0, Belgium 32 (0) 2 757 0020, Brazil 55 11 3262 3599, Canada 800 433 3488, China 86 21 5050 9800, Czech Republic 420 224 235 774, Denmark 45 45 76 26 00, Finland 358 (0) 9 725 72511, France 01 57 66 24 24, Germany 49 89 7413130, India 91 80 411900

Краткое содержание страницы № 3

Important Information Warranty The media on which you receive National Instruments software are warranted not to fail to execute programming instructions, due to defects in materials and workmanship, for a period of 90 days from date of shipment, as evidenced by receipts or other documentation. National Instruments will, at its option, repair or replace software media that do not execute programming instructions if National Instruments receives notice of such defects during the warranty per

Краткое содержание страницы № 4

Contents About This Manual Conventions ...................................................................................................................vii Related Documentation..................................................................................................vii Chapter 1 Overview of the PID Control Toolkit System Requirements ....................................................................................................1-1 Installation Instructions........................

Краткое содержание страницы № 5

Contents Converting between Percentage of Full Scale and Engineering Units ........... 3-9 Using PID on Real-Time (RT) Targets........................................................... 3-10 Using PID with DAQ Devices ........................................................................ 3-10 Appendix A References Appendix B Technical Support and Professional Services Glossary Index LabWindows/CVI PID Control Toolkit User Manual vi ni.com

Краткое содержание страницы № 6

About This Manual The LabWindows/CVI PID Control Toolkit User Manual describes the PID ™ ™ Control Toolkit for LabWindows /CVI . The manual describes the features, functions, and operation of the toolkit. To use this manual, you need a basic understanding of process control strategies and algorithms. Conventions The following conventions appear in this manual: » The » symbol leads you through nested menu items and dialog box options to a final action. The sequence File»Page Setup»Options dir

Краткое содержание страницы № 7

1 Overview of the PID Control Toolkit This chapter describes how to install the toolkit and describes Proportional-Integral-Derivative (PID) control applications. System Requirements Your computer must meet the following minimum system requirements to run the PID Control Toolkit: � LabWindows/CVI 7. x or later � Windows Vista/XP/2000 Installation Instructions If you already have an earlier version of the PID Control Toolkit installed on your computer, you must uninstall it before installing

Краткое содержание страницы № 8

Chapter 1 Overview of the PID Control Toolkit Activation Instructions The first time you launch LabWindows/CVI after installing the PID Control Toolkit, you are prompted to activate the toolkit. Complete the following steps to activate the PID Control Toolkit. 1. Click Activate Products. 2. Select the Automatically activate through a secure Internet connection option and click Next. Your computer must be connected to the Internet for this option to work. If you do not have Internet access on

Краткое содержание страницы № 9

Chapter 1 Overview of the PID Control Toolkit PID Control Currently, the PID algorithm is the most common control algorithm used in industry. Often, PID is used to control processes that include heating and cooling systems, fluid level monitoring, flow control, and pressure control. When using PID control, you must specify a process variable and a setpoint. The process variable is the system parameter you want to control, such as temperature, pressure, or flow rate. The setpoint is the desir

Краткое содержание страницы № 10

2 PID Algorithms This chapter explains the fast PID, precise PID, and autotuning algorithms. The PID Algorithm The PID controller compares the setpoint (SP) to the process variable (PV) to obtain the error (e), as follows: e = SP – PV Then the PID controller calculates the controller action, u(t), as follows. In this equation, K c is the controller gain. t ⎛⎞ 1 de ⎜⎟ ut () = K e++ -- - - et d T --- -- - c d ∫ ⎜⎟ T dt i ⎝⎠ 0 If the error and the controller output have the same range, –100% to 1

Краткое содержание страницы № 11

Chapter 2 PID Algorithms Implementing the PID Algorithm with the PID Functions This section describes how the PID Control Toolkit functions implement the fast (positional) PID algorithm. The fast PID algorithm is the default algorithm used in the PID Control Toolkit. Error Calculation The following formula represents the current error used in calculating proportional, integral, and derivative action, where PV is the filtered process variable. f e(k) = (SP –PV ) f Proportional Action Proportio

Краткое содержание страницы № 12

Chapter 2 PID Algorithms Output Limiting The actual controller output is limited to the range specified for control output, as follows: if uk () ≥ u then uk () = u max max and if uk () ≤ u then uk () = u min min The following formula shows the practical model of the PID controller. t dPV 1 f --- - ---- --- ---- - ut () = K() SP –PV + (SP –PV)dt –T c d ∫ T dt i 0 The PID functions use an integral sum correction algorithm that facilitates anti-windup and bumpless manual-to-automatic transfers. W

Краткое содержание страницы № 13

Chapter 2 PID Algorithms The Precise PID Algorithm This section describes how the PID Control Toolkit functions implement the precise PID algorithm. Error Calculation The current error used in calculating integral action for the precise PID algorithm is shown in the following formula: SP –PV f -- ---- ---- --- ---- ---- --- - e(k) = (SP –PV )(L+1() – L * ) f SP range is the range of the SP and L is the linearity factor that produces a nonlinear gain where SP range term in which the controll

Краткое содержание страницы № 14

Chapter 2 PID Algorithms Trapezoidal Integration Trapezoidal integration is used to avoid sharp changes in integral action when there is a sudden change in the PV or SP. The following formula represents the trapezoidal integration action for the precise PID algorithm. Use nonlinear adjustment of integral action to counteract the overshoot. The larger the error, the smaller the integral action, as shown in the following formula and in Figure 2-1. k K c ei () +ei() – 1 1 u() k = --- -- - --- -

Краткое содержание страницы № 15

Chapter 2 PID Algorithms Figure 2-2 illustrates the autotuning procedure excited by the setpoint relay experiment, which connects a relay and an extra feedback signal with the SP. Notice that the PID Library autotuning functions directly implement this process. The existing controller remains in the loop. SP PV e + + P(I) Controller Process – – Relay Figure 2-2. Process under PID Control with Setpoint Relay For most systems, the nonlinear relay characteristic generates a limiting cycle from

Краткое содержание страницы № 16

Chapter 2 PID Algorithms Table 2-2. Tuning Formula under P-Only Control (Normal) Controller K T T c i d P 0.2K — — u PI 0.18K 0.8T — u u PID 0.25K 0.5T 0.12T u u u Table 2-3. Tuning Formula under P-Only Control (Slow) Controller K T T c i d P 0.13K — — u PI 0.13K 0.8T — u u PID 0.15K 0.5T 0.12T u u u Table 2-4. Tuning Formula under PI or PID Control (Fast) Controller K T T c i d P T /τ — — p PI 0.9T /τ 3.33τ — p PID 1.1T /τ 2.0τ 0.5τ p Table 2-5. Tuning Formula under PI or PID Control (Norma

Краткое содержание страницы № 17

Chapter 2 PID Algorithms Table 2-6. Tuning Formula under PI or PID Control (Slow) Controller K T T c i d P 0.26T /τ — — p PI 0.24T /τ 5.33τ — p PID 0.32T /τ 4.0τ 0.8τ p Note During tuning, the process remains under closed-loop PID control. It is not necessary to switch off the existing controller and perform the experiment under open-loop conditions. In the setpoint relay experiment, the SP signal mirrors the SP for the PID controller. LabWindows/CVI PID Control Toolkit User Manual 2-8 ni.co

Краткое содержание страницы № 18

3 Using the PID Control Toolkit This chapter contains the basic information you need to design a control strategy using the PID Control Toolkit functions. Designing a Control Strategy When you design a control strategy, sketch a flowchart that includes the physical process and control elements such as valves and measurements. Add feedback from the process and any required computations. Then use the PID Control Toolkit functions to translate the flowchart into an application. You can handle t

Краткое содержание страницы № 19

Chapter 3 Using the PID Control Toolkit Tuning Controllers Manually The following controller tuning procedures are based on the work of Ziegler and Nichols, the developers of the Quarter-Decay Ratio tuning techniques derived from a combination of theory and empirical observations (Corripio 1990). Experiment with these techniques and the process control simulation examples to compare them. For different processes, one method might be easier or more accurate than another. For example, some tec

Краткое содержание страницы № 20

Chapter 3 Using the PID Control Toolkit Open-Loop (Step Test) Tuning Procedure The open-loop (step test) tuning procedure assumes that you can model any process as a first-order lag and a pure deadtime. This method requires more analysis than the closed-loop tuning procedure, but the process does not need to reach sustained oscillation. Therefore, the open-loop tuning procedure might be quicker and more reliable for many processes. Observe the output and the PV on a strip chart that shows ti


Скачавание инструкции
# Руководство по эксплуатации Категория Скачать
1 National Instruments 24-Bit Half/Full-Bridge Analog Input Module NI 9237 Руководство по эксплуатации Сетевая карта 11
2 National Instruments 700 Руководство по эксплуатации Сетевая карта 2
3 National Instruments 370620B-01 Руководство по эксплуатации Сетевая карта 0
4 National Instruments 5411 Руководство по эксплуатации Сетевая карта 0
5 National Instruments 6508 PCI-DIO-96 Руководство по эксплуатации Сетевая карта 1
6 National Instruments 8-Channel Solid-State Relay (SSR) Digital Output NI 9485 Руководство по эксплуатации Сетевая карта 6
7 National Instruments 8330 Series Руководство по эксплуатации Сетевая карта 0
8 National Instruments AT E Series Руководство по эксплуатации Сетевая карта 4
9 National Instruments BNC-2140 Руководство по эксплуатации Сетевая карта 0
10 National Instruments 374318A-01 Руководство по эксплуатации Сетевая карта 0
11 National Instruments Cabled PCI Express Руководство по эксплуатации Сетевая карта 0
12 National Instruments AutoCode NI MATRIX Руководство по эксплуатации Сетевая карта 1
13 National Instruments cFP-20xx Руководство по эксплуатации Сетевая карта 0
14 National Instruments DAQCard-1200 Руководство по эксплуатации Сетевая карта 6
15 National Instruments Data Acquisition Device NI USB-621x Руководство по эксплуатации Сетевая карта 10
16 Sony BTA-NW1A Руководство по эксплуатации Сетевая карта 2
17 Sony BKMW-E3000 Руководство по эксплуатации Сетевая карта 2
18 Sony AC-SQ950D Руководство по эксплуатации Сетевая карта 0
19 Sony BBV RX100 Руководство по эксплуатации Сетевая карта 3
20 Sony CLIE A-AVZ-100-11 Руководство по эксплуатации Сетевая карта 1