Skip to content

Commit 853e1c7

Browse files
authoredJun 15, 2020
New initial parameters (#105)
1 parent 0334e84 commit 853e1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cosim-demo-app/lars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The reference system model is divided into eight sub-models and FMUs as shown i
4040
| FMU name | Input | Output | Default Parameters |
4141
| ----------------------- | ----- |------- | ------------------ |
4242
| *WinchActuatorSetpoint* | | winchSetpoint | |
43-
| *WinchController* | `winchSetpoint`, `loadSpeed`| `motorGain` | Proportional gain K = 10.<br/> Derivative time constant Td = 0.1.<br/> Derivative gain limitation N = 10.<br/> Integral time constant Ti = 0.1. <br/> loadDepth_min max/init length 1m/1000,/200m |
43+
| *WinchController* | `winchSetpoint`, `loadSpeed`| `motorGain` | Proportional gain K = 10.<br/> Derivative time constant Td = 0.1.<br/> Derivative gain limitation N = 10.<br/> Integral time constant Ti = 0.1. <br/> loadDepth_min max/init length 1m/1000m,/200m |
4444
| *WinchActuator* | `motorGain`, `motorSpeed` | `motorTorque` | Max motor output torque T = 10kNm |
45-
| *Winch* | `motorTorque1`, `motorTorque2`, `motorTorque3` | `motorSpeed`, `loadSpeed`, `winchForce` | Gear ratio r = 173<br/> Gear efficiency e = 0.925<br/> Drum inertia i = 160000kgm^2<br/> Drum diameter d = 4.36m<br/> Drum width B = 3m<br/> Max wire length wireLmax = 1000m<br/> Load mass m = 50000kg<br/> Wire diameter D= 0.02m<br/> Wire Young's Modulus E = 85e9<br/> Wire damping critical coefficient c= 0.5<br/> Total friction coefficient r = 1 |
45+
| *Winch* | `motorTorque1`, `motorTorque2`, `motorTorque3` | `motorSpeed`, `loadSpeed`, `winchForce` | Gear ratio r = 141<br/> Gear efficiency e = 0.925<br/> Drum inertia i = 1600kgm^2<br/> Drum diameter d = 1.36m<br/> Drum width B = 1.1m<br/> Max wire length wireLmax = 1000m<br/> Load mass m = 500kg<br/> Wire diameter D= 0.02m<br/> Wire Young's Modulus E = 85e9<br/> Wire damping critical coefficient c= 0.5<br/> Total friction coefficient r = 1 |
4646
| *AFrameActuatorSetpoint* | | `aFrameSetpoint` | |
4747
| *AFrameController* | `aFrameSetpoint`, `cylinderSpeed` | `cylinderGain` | Proportional gain K = 2<br/> Derivative time constant Td = 0.01<br/> Derivative gain limitation N = 10<br/> Integral time constant Ti = 0.01<br/> Cylinder min/max/init length 1.2/1.7/1.7m |
4848
| *AFrameActuator* | `cylinderGain`, `cylinderSpeed` | `cylinderForce` | Max cylinder output force F = 5000kN |

0 commit comments

Comments
 (0)
Please sign in to comment.