Skip to content

Commit

Permalink
Fix initial conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 13, 2015
1 parent 64ae599 commit 46c0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica_DeviceDrivers/Blocks/InputDevices.mo
Expand Up @@ -9,7 +9,7 @@ package InputDevices
parameter Real gain[6] = ones(6) "gain of axis output";
parameter Integer ID= 0
"ID number of the joystick (0 = first joystick attached to the system)";
Modelica.Blocks.Interfaces.RealOutput axes[6](start=zeros(6), each fixed=true)
Modelica.Blocks.Interfaces.RealOutput axes[6](start=-ones(6), each fixed=false)
annotation (Placement(transformation(extent={{100,50},{120,70}})));
discrete Modelica.Blocks.Interfaces.RealOutput pOV annotation (Placement(
transformation(extent={{100,-10},{120,10}})));
Expand Down

0 comments on commit 46c0670

Please sign in to comment.