-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.pas
575 lines (525 loc) · 16 KB
/
unit1.pas
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls, Math;
type
{ TForm1 }
TForm1 = class(TForm)
CheckBox1: TCheckBox;
czyscBut: TButton;
bEdit: TEdit;
bLabel: TLabel;
Edit1: TEdit;
symulacjaOptBut: TButton;
OptymalizacjaCheckBox: TCheckBox;
optymalizacjaPlikEdit: TEdit;
Label6: TLabel;
symulacjaOptWykres: TShape;
xminImpLabel: TLabel;
xmaxImpLabel: TLabel;
vxImpEdit: TEdit;
vxImpLabel: TLabel;
vminImpEdit: TEdit;
vmaxImpEdit: TEdit;
vminImpLabel: TLabel;
vmaxImpLabel: TLabel;
LiniowaButton: TButton;
OptymalizujBut: TButton;
ImpulsCheckBox: TCheckBox;
ImpulsPlikEdit: TEdit;
impulsBut: TButton;
dtEdit: TEdit;
dtLabel: TLabel;
impulsWykres: TShape;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
wymuszenieWykres: TShape;
WskaznikListBox: TListBox;
vqtrLabel: TLabel;
xqtrLabel: TLabel;
vq_trLabel1: TLabel;
vuLabel2: TLabel;
trLabel2: TLabel;
xq_trLabel: TLabel;
vq_trLabel: TLabel;
xq_trLabel1: TLabel;
xvEdit: TEdit;
xvLabel: TLabel;
vminEdit: TEdit;
vmaxEdit: TEdit;
vminLabel: TLabel;
vmaxLabel: TLabel;
xminLabel: TLabel;
xmaxLabel: TLabel;
StopBut: TButton;
symulacjaBut: TButton;
cqLabel: TLabel;
tsymEdit: TEdit;
tsymLabel: TLabel;
symulacjaWykres: TShape;
vuEdit: TEdit;
vuLabel: TLabel;
tuEdit: TEdit;
tuLabel: TLabel;
trEdit: TEdit;
fQEdit: TEdit;
fQLabel: TLabel;
trLabel: TLabel;
LEdit: TEdit;
mQEdit: TEdit;
mQLabel: TLabel;
lLabel: TLabel;
procedure czyscButClick(Sender: TObject);
procedure FormCreate(Sender: TObject);
procedure impulsButClick(Sender: TObject);
procedure LiniowaButtonClick(Sender: TObject);
procedure OptymalizujButClick(Sender: TObject);
procedure StopButClick(Sender: TObject);
procedure symulacjaButClick(Sender: TObject);
procedure symulacjaOptButClick(Sender: TObject);
procedure wymuszenie();
procedure rysujWykresy();
procedure rysujImpuls();
procedure rysujWymuszenie();
procedure rysujSymulacjaOpt();
private
{ private declarations }
public
{ public declarations }
end;
var
Form1: TForm1;
mq : real = 1000; // masa ladunku [kg]
L : real = 5; // dlugosc lin [m]
cq : real; // sztywnosc pozioma zawieszonego ladunku [N/m]
fq : real = 0; // opory powietrza
tr : real = 3; // czas rozruchu [s]
tu : real = 10; // czas jazdy ustalonej [s]
vu : real = 10; // predkosc ustalona jazdy [m/min]
tsym : real = 30; // czas symulacji
t, v, th : real;
dt : real = 0.001;
vq, dvq, vs, xq, dxq : real;
vq_tr, xq_tr : real;
vqtr, xqtr : real;
// zmienne do wykresu
szer : integer = 450;
wys : integer = 300;
szer1 : integer = 300;
wys1 : integer = 180;
skx, skv, skt, skv1, skt1,sktImp, skxImp, skvImp : real; // skale
xmax, xmin : real;
vmax : real = 20; // [m/min]
vmin : real = -20; // [m/min]
xv : real = 0.01; // [-] stosunek skali x do skali v
vxImp : real = 100; // [-] stosunek skali v do x dla Impulsu
vmaxImp : real = 1; // [m/min]
vminImp : real = -1;
xmaxImp, xminImp : real;
// zmienne do impulsu
xqTablicaImp : Array[0..10000] of Real;
vqTablicaImp : Array[0..10000] of Real;
vsTablica : Array[0..10000] of Real;
i, j, k : LongInt;
// optymalizacja
b : real = 0.2; // wsp. beta
Iq :real; // wsp. jakosci
xqu, vqu : real;
p : Array[0..10000] of Real;
vsTablica2 : Array[0..10000] of Real;
amax: real =0.167; // m/s^2
deltav : real;
znak : Integer;
// zapis do pliku
plik:text; nazwa: string;
licznik:Integer;
const
g = 9.81;
implementation
{$R *.lfm}
{ TForm1 }
procedure otw_plik;
begin
assignfile (plik,nazwa);
rewrite(plik);
//writeln(plik,'t;vs;xq;vq;i');
end;
procedure TForm1.FormCreate(Sender: TObject);
begin
mQLabel.Caption:='mQ = '+floattostr(mq);
mQEdit.Text:=floattostr(mq);
lLabel.Caption:='l = '+floattostr(L);
lEdit.Text:=floattostr(L);
cQLabel.Caption:='cQ = '+floattostr(cq);
fQLabel.Caption:='fQ = '+floattostr(fq);
fQEdit.Text:=floattostr(fq);
trLabel.Caption:='tr = '+floattostr(tr);
trEdit.Text:=floattostr(tr);
tuLabel.Caption:='tu = '+floattostr(tu);
tuEdit.Text:=floattostr(tu);
vuLabel.Caption:='vu = '+floattostr(vu);
vuEdit.Text:=floattostr(vu);
tsymLabel.Caption:='tsym = '+floattostr(tsym);
tsymEdit.Text:=floattostr(tsym);
dtLabel.Caption:='dt = '+floattostr(dt);
dtEdit.Text:=floattostr(dt);
xvEdit.Text:=floattostr(xv);
vmaxEdit.Text:=floattostr(vmax);
vminEdit.Text:=floattostr(vmin);
vxImpEdit.Text:=floattostr(vxImp);
vmaxImpEdit.Text:=floattostr(vmaxImp);
vminImpEdit.Text:=floattostr(vminImp);
bEdit.Text:=floattostr(b);
// wykres
symulacjaWykres.Height:=wys;
symulacjaWykres.Width:=szer;
impulsWykres.Height:=wys;
impulsWykres.Width:=szer;
wymuszenieWykres.Height:=wys1;
wymuszenieWykres.Width:=szer1;
symulacjaOptWykres.Height:=wys;
symulacjaOptWykres.Width:=szer;
// zapis do pliku
ImpulsPlikEdit.Text:='impuls.txt';
optymalizacjaPlikEdit.Text:='optymalizacja.txt'
end;
procedure TForm1.czyscButClick(Sender: TObject);
begin
wymuszenieWykres.Canvas.Rectangle(0,0,szer1,wys1);
wskaznikListBox.Clear;
end;
procedure TForm1.impulsButClick(Sender: TObject);
begin
// wczytanie zmiennych
mq := strtofloat(mqEdit.text);
mQLabel.Caption:='mQ = '+floattostr(mq);
L := strtofloat(lEdit.text);
lLabel.Caption:='l = '+floattostr(l);
fq := strtofloat(fqEdit.text);
fQLabel.Caption:='fQ = '+floattostr(fq);
tr := strtofloat(trEdit.text);
trLabel.Caption:='tr = '+floattostr(tr);
tu := strtofloat(tuEdit.text);
tuLabel.Caption:='tu = '+floattostr(tu);
vu := strtofloat(vuEdit.text);
vuLabel.Caption:='vu = '+floattostr(vu);
tsym := strtofloat(tsymEdit.text);
tsymLabel.Caption:='tsym = '+floattostr(tsym);
dt := strtofloat(dtEdit.text);
dtLabel.Caption:='dt = '+floattostr(dt);
vxImp := strtofloat(vxImpEdit.text);
vmaxImp := strtofloat(vmaxImpEdit.text);
vminImp := strtofloat(vminImpEdit.text);
// obliczenia
skvImp:=(wys)/(vmaxImp+abs(vminImp));
sktImp:=(szer)/(tr);
xmaxImp:=vmaxImp/vxImp;
xminImp:=vminImp/vxImp;
skxImp:=(wys)/(xmaxImp+abs(xminImp));
xmaxImpLabel.Caption:='xmax='+floattostr(xmaxImp);
xminImpLabel.Caption:='xmin='+floattostr(xminImp);
cq:=mq*g/L;
cQLabel.Caption:='cQ = '+floattostr(cq);
// czyszczenie wykresu
impulsWykres.Canvas.Rectangle(0,0,szer,wys);
impulsWykres.Canvas.MoveTo(0,round(vmaxImp*skvImp));
impulsWykres.Canvas.LineTo(szer,round(vmaxImp*skvImp));
// zapis do pliku
if impulscheckbox.Checked then
begin
nazwa:=ImpulsPlikEdit.text;
otw_plik;
writeln(plik,'t;vs;xq;vq;i');
end;
// warunki początkowe
xq:= 0; vq:= 0; t:= 0; i:=0;
// pętla symulacji
repeat
// impuls
if ((t >= 0) and (t < dt) ) then v := 1 else v := 0;
// symulacja
vs:=v;
dvq:=-(fq/mq)*vq+(cq/mq)*xq;
dxq:=vs-vq;
xqTablicaImp[i]:=xq;
vqTablicaImp[i]:=vq;
rysujImpuls();
if impulscheckbox.Checked then
writeln(plik,t:6:3,';',vs:6:3,';',xq:9:6,';',vq:9:6,';',i:5);
vq:=vq+dvq*dt;
xq:=xq+dxq*dt;
t:=t+dt;
i:=i+1;
until t>(tr+dt/2);
// zapis do pliku
if impulscheckbox.checked then closefile(plik);
end;
procedure TForm1.LiniowaButtonClick(Sender: TObject);
begin
// oblicza skale do wykresu
skt1:= (szer1)/(tr);
skv1:= (wys1)/(vu/60);
// stwarza wektor sterowania początkowego - funkcja liniowa
t:=0;
for j:=0 to i do
begin
vs:=((vu/60)/tr)*t;
vsTablica[j]:=vs;
wymuszenieWykres.Canvas.Pixels[round(t*skt1), round(skv1*(vu/60-vsTablica[j]))]:=clgreen;
t:=t+dt;
end;
trLabel2.Caption:='tr = '+floattostr(t);
vuLabel2.Caption:='vu = '+floattostr(vsTablica[i]*60);
// obliczenie wartosci zmiennych stanu po skonczonym sterowaniu - funkcja liniowa
k:=round(tr*1000); xqtr:=0; vqtr:=0; t:=0;
for j:=0 to i do
begin
xqtr:= xqtr+(xqTablicaImp[k-j]*vsTablica[j]);
vqtr:= vqtr+(vqTablicaImp[k-j]*vsTablica[j]);
t:=t+dt;
end;
xqtrLabel.Caption:=floattostr(xqtr);
vqtrLabel.Caption:=floattostr(vqtr);
// wskaźnik jakosci
Iq := 0.5*mq*(vqtr-vqu)*(vqtr-vqu)+0.5*cq*(xqtr-xqu)*(xqtr-xqu);
wskazniklistbox.Items.Add('Iq='+floattostr(Iq));
// rysuje wykres
{t := 0;
for j:=0 to i do
begin
wymuszenieWykres.Canvas.Pixels[round(t*skt1), round(skv1*(vu/60-vsTablica[j]))]:=clgreen;
t:=t+dt;}
end;
//end;
procedure TForm1.OptymalizujButClick(Sender: TObject);
var
IqOPT : real;
exit : boolean;
alfa : real;
begin
// wczytanie b
b:=strtofloat(bEdit.text);
bLabel.Caption:='beta='+floattostr(b);
// obliczenie wektora p
k:=round(tr*1000);
deltav:= amax*dt;
exit:=False;
IqOPT:=Iq;
//glowna petla
repeat
bLabel.Caption:='beta='+floattostr(b);
for j:=0 to i do
p[j]:=(-b)*((mq*(vqtr-vqu)*vqTablicaImp[k-j])+(cq*(xqtr-xqu)*xqTablicaImp[k-j]));
// stworzenie wektora sterowania vs
{if optymalizacjacheckbox.Checked then
begin
nazwa:=optymalizacjaPlikEdit.text;
otw_plik;
writeln(plik,'t;vs');
end; }
t:=0; //k:=round(tr*1000);
for j:=0 to i do
begin
vsTablica2[j]:=vsTablica[j]+p[j];
if ((j>0) and (j<i)) then
begin
if (abs(vsTablica2[j]-vsTablica2[j-1])> deltav) then
begin
znak:= sign(vsTablica2[j]-vsTablica2[j-1]);
vsTablica2[j]:=vsTablica2[j-1]+deltav*znak;
end;
if ((((vu/60)-vsTablica2[j])/(tr-t))>amax) then
vsTablica2[j]:=vsTablica2[j-1]+deltav;
if vsTablica2[j]>(vu/60)then vsTablica2[j]:=vu/60;
if vsTablica2[j]<0 then vsTablica2[j]:=0;
end;
vsTablica2[0]:=0;
vsTablica2[i]:=vu/60;
//vsTablica[j]:=vsTablica2[j];
//if optymalizacjacheckbox.Checked then
//writeln(plik,t:6:3,';',vsTablica[j]:6:3,';',j:5);
rysujWymuszenie();
t:=t+dt;
end;
{k:=3000;
for j:=0 to k do
begin
if (j<3000) then
if (abs(vsTablica2[k-j]-vsTablica2[k-j-1])> deltav) then
vsTablica2[k-j-1]:=vsTablica2[k-j]-deltav;
end;
t:=0; k:=3000;
for j:=0 to k do
begin
vsTablica[j]:=vsTablica2[j];
if optymalizacjacheckbox.Checked then
writeln(plik,t:6:3,';',vsTablica[j]:6:3,';',j:5);
rysujWymuszenie();
t:=t+dt;
end; }
// zapis do pliku
//if optymalizacjacheckbox.checked then closefile(plik);
// obliczenie wartosci zmiennych stanu po skonczonym sterowaniu
k:=round(tr*1000); xqtr:=0; vqtr:=0; t:=0;
for j:=0 to i do
begin
xqtr:= xqtr+(xqTablicaImp[k-j]*vsTablica2[j]);
vqtr:= vqtr+(vqTablicaImp[k-j]*vsTablica2[j]);
t:=t+dt;
end;
xqtrLabel.Caption:=floattostr(xqtr);
vqtrLabel.Caption:=floattostr(vqtr);
// wskaźnik jakosci
Iq := 0.5*mq*(vqtr-vqu)*(vqtr-vqu)+0.5*cq*(xqtr-xqu)*(xqtr-xqu);
wskazniklistbox.Items.Add('Iq='+floattostr(Iq));
if Iq>IqOPT then b:=b/2;
if Iq<=IqOPT then
begin
alfa:=IqOPT-Iq;
if ((alfa)<power(10,-30)) then exit:=true;
for j:=0 to i do
vsTablica[j]:=vsTablica2[j];
IqOPT:=Iq;
end;
until (exit=true);
wymuszenieWykres.Canvas.Rectangle(0,0,szer1,wys1);
t := 0;
for j:=0 to i do
begin
wymuszenieWykres.Canvas.Pixels[round(t*skt1), round(skv1*(vu/60-vsTablica[j]))]:=clgreen;
t:=t+dt;
end;
end;
procedure TForm1.wymuszenie();
begin
if (t<=1) then v := 0;
if ((t>1) and (t<=(tr+1))) then v := vu/tr * (t-1);
if ((t>(tr+1)) and (t<=(tu+tr+1))) then v := vu;
if ((t>(tu+tr+1)) and (t<=(th+tu+tr+1))) then v := vu - vu/th * (t-(tu+tr+1));
if (t>(th+tu+tr+1)) then v:=0;
end;
procedure TForm1.rysujWykresy();
begin
symulacjaWykres.Canvas.Pixels[round(t*skt), round(skv*(vmax-v))]:=clblue;
symulacjaWykres.Canvas.Pixels[round(t*skt), round(skv*(vmax-vq*60))]:=clgreen;
symulacjaWykres.Canvas.Pixels[round(t*skt), round(skx*(xmax-xq))]:=clred;
end;
procedure TForm1.rysujImpuls();
begin
impulsWykres.Canvas.Pixels[round(t*sktImp), round(skvImp*(vmaxImp-v*60))]:=clblue;
impulsWykres.Canvas.Pixels[round(t*sktImp), round(skvImp*(vmaxImp-vq*60))]:=clgreen;
impulsWykres.Canvas.Pixels[round(t*sktImp), round(skxImp*(xmaxImp-xq))]:=clred;
end;
procedure TForm1.rysujWymuszenie();
begin
wymuszenieWykres.Canvas.Pixels[round(t*skt1), round(skv1*(vu/60-vsTablica2[j]))]:=clgreen;
end;
procedure TForm1.rysujSymulacjaOpt();
begin
symulacjaOptWykres.Canvas.Pixels[round(t*skt), round(skv*(vmax-vs*60))]:=clblue;
symulacjaOptWykres.Canvas.Pixels[round(t*skt), round(skv*(vmax-vq*60))]:=clgreen;
symulacjaOptWykres.Canvas.Pixels[round(t*skt), round(skx*(xmax-xq))]:=clred;
end;
procedure TForm1.StopButClick(Sender: TObject);
begin
halt;
end;
procedure TForm1.symulacjaButClick(Sender: TObject);
begin
// wczytanie zmiennych
mq := strtofloat(mqEdit.text);
mQLabel.Caption:='mQ = '+floattostr(mq);
L := strtofloat(lEdit.text);
lLabel.Caption:='l = '+floattostr(l);
fq := strtofloat(fqEdit.text);
fQLabel.Caption:='fQ = '+floattostr(fq);
tr := strtofloat(trEdit.text);
trLabel.Caption:='tr = '+floattostr(tr);
tu := strtofloat(tuEdit.text);
tuLabel.Caption:='tu = '+floattostr(tu);
vu := strtofloat(vuEdit.text);
vuLabel.Caption:='vu = '+floattostr(vu);
tsym := strtofloat(tsymEdit.text);
tsymLabel.Caption:='tsym = '+floattostr(tsym);
dt := strtofloat(dtEdit.text);
dtLabel.Caption:='dt = '+floattostr(dt);
xv := strtofloat(xvEdit.text);
vmax := strtofloat(vmaxEdit.text);
vmin := strtofloat(vminEdit.text);
// obliczenia
skv:=(wys)/(vmax+abs(vmin));
skt:=(szer)/tsym;
xmax:=vmax*xv;
xmin:=vmin*xv;
skx:=(wys)/(xmax+abs(xmin));
xmaxLabel.Caption:='xmax='+floattostr(xmax);
xminLabel.Caption:='xmin='+floattostr(xmin);
cq:=mq*g/L;
cQLabel.Caption:='cQ = '+floattostr(cq);
// warunki ustalone
vqu := vu/60;
xqu := (fq/cq)*vqu;
// czyszczenie wykresu
symulacjaWykres.Canvas.Rectangle(0,0,szer,wys);
symulacjaWykres.Canvas.MoveTo(0,round(vmax*skv));
symulacjaWykres.Canvas.LineTo(szer,round(vmax*skv));
// warunki początkowe
vq:=0; xq:=0;
th:=tr;
t:=0;
// pętla symulacji
repeat
wymuszenie();
vs:=v/60;
dvq:=-(fq/mq)*vq+(cq/mq)*xq;
dxq:=vs-vq;
rysujWykresy();
if ((t>=(tr+1)) and (t<(tr+1+dt))) then
begin
xq_tr:= xq;
vq_tr:= vq;
end;
vq:=vq+dvq*dt;
xq:=xq+dxq*dt;
t:=t+dt;
until t>=tsym;
xq_trLabel.Caption:=floattostr(xq_tr);
vq_trLabel.Caption:=floattostr(vq_tr);
end;
procedure TForm1.symulacjaOptButClick(Sender: TObject);
begin
// czyszczenie wykresu
symulacjaOptWykres.Canvas.Rectangle(0,0,szer,wys);
symulacjaOptWykres.Canvas.MoveTo(0,round(vmax*skv));
symulacjaOptWykres.Canvas.LineTo(szer,round(vmax*skv));
// zapis do pliku
if checkbox1.Checked then
begin
nazwa:=Edit1.text;
otw_plik;
writeln(plik,'t;vs;xq;vq');
end;
// warunki początkowe
vq:= 0; xq:=0; t:=0; j:=0;
// pętla symulacji
repeat
if ((j>=0) and (j<=i)) then vs:= vsTablica[j] else vs:= vu/60;
dvq:=-(fq/mq)*vq+(cq/mq)*xq;
dxq:=vs-vq;
if checkbox1.Checked then
writeln(plik,t:6:3,';',vs:6:3,';',xq:9:6,';',vq);
rysujSymulacjaOpt();
vq:=vq+dvq*dt;
xq:=xq+dxq*dt;
t:=t+dt;
j:=j+1;
until t>=tsym ;
// zapis do pliku
if checkbox1.checked then closefile(plik);
end;
end.