1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fishery"
5 SimObject = "Trawl/PIDController"
6 Name = "PID"
7 InitOutput = "0"
8 ProportionalGain = "1"
9 IntegratorGain = "0"
10 DerivativeGain = "0"
11 MinOut = "-1e10"
12 MaxOut = "1e10"
13 MaxDerivativePart = "1e10"
14 MaxIntegratorPart = "1e10"
15 />
16 </OBJECTS>
17
18 <INTERCONNECTIONS>
19 <Connection
20 PID.Measurement = "3"
21 PID.Reference = "4"
22 />
23 </INTERCONNECTIONS>
24
25 <INITIALIZATION>
26 <InitialCondition
27 />
28 </INITIALIZATION>
29
30 <INTEGRATION>
31 <Engine
32 IntegratorMethod = "2"
33 NumCores = "1"
34 TOutput = "0, 1, 30"
35 LogStates = "1"
36 stepsize = "0"
37 HMax = "0.002"
38 HMin = "0.00000001"
39 AbsTol = "1e-3"
40 RelTol = "1e-3"
41 UseRSSNormInsteadOfInfNorm = "0"
42 FileOutput = "objects:all"
43 />
44 </INTEGRATION>
45</Contents>