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 <SIMULATION>
31 <Timing TStart="0" TEnd="30"/>
32 <Integrator Method="RK45_i" NumCores="1" LogStates="1" UseRSSNorm="0">
33 <StepControl StepMax="0.002" StepMin="0.00000001" AbsTol="1e-3" RelTol="1e-3"/>
34 </Integrator>
35
36 </SIMULATION>
37</Contents>