-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
61 lines (41 loc) · 1.58 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk" lang="sk">
<head>
<meta http-equiv="content-type" content="text/html"; charset="utf-8" />
<title> PIDDESIGN </title>
</head>
<body>
<h1> PIDDESIGN - software for PID controller tuning </h1>
<!--
<h2> User guide </h2>
-->
<h2> Basic informations </h2>
<h3> r20150506 </h3>
<p>
You are asked to visit <a href="https://bitbucket.org/oravec/piddesign/wiki/Home">piddesign_homepage</a>to find the up-to-date information.
</p>
<h2> Software description </h2>
<p>
PIDDESIGN is a software for simple step-response-based-identification, fast PID controller tuning and effective quality test using simulation of control.
If you use the software PIDDESIGN for research purposes, we would be happy to hear about it. Please let us know at [email protected].
</p>
<h2> Software compatibility </h2>
<p>
The software has been created in MATLAB-Simulink programming environment and uses its graphical user interface to make software more interactive. Therefore it can be run in MATLAB v7 - Simulink v6.5 and newer.
</p>
<h2> Software localization </h2>
<p>
The software is recently localized into English and Slovak languages.
</p>
<h2> Software initialization </h2>
<p>
The software can be run in MATLAB comand window by typing: "piddesign"
Then the main window of software is opened.
</p>
<h2> Software termination </h2>
<p>
It is recommended to shut down the software using the possibility "Shut Down" in the "Setup" menu.
</p>
</body>
</html>