/trunk Developers: mohsen

Login name:
mohsen
Total Commits:
83 (0.0%)
Lines of Code:
9,872 (0.0%)
Most Recent Commit:
2011-06-23 14:18
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for mohsen

Activity by Day of Week for mohsen

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 83 (100.0%) 9872 (100.0%) 118.9
OMNotebook/DrControl/LQ/ 10 (12.0%) 1632 (16.5%) 163.2
OMNotebook/DrControl/Getting_started/ 10 (12.0%) 1130 (11.4%) 113.0
OMNotebook/DrControl/StateSpace/ 4 (4.8%) 1073 (10.9%) 268.2
OMNotebook/DrControl/DCMotor/ 6 (7.2%) 1047 (10.6%) 174.5
OMNotebook/DrControl/ 4 (4.8%) 710 (7.2%) 177.5
OMNotebook/DrModelica/Classes/ 4 (4.8%) 693 (7.0%) 173.2
OMNotebook/DrControl/FeedForward/ 2 (2.4%) 634 (6.4%) 317.0
OMNotebook/DrModelica/Equations/ 4 (4.8%) 425 (4.3%) 106.2
OMNotebook/DrModelica/Functions/ 3 (3.6%) 345 (3.5%) 115.0
OMNotebook/DrControl/Observer/ 2 (2.4%) 320 (3.2%) 160.0
OMNotebook/DrModelica/Inheritance/ 2 (2.4%) 296 (3.0%) 148.0
OMNotebook/DrControl/ClosedLoop/ 2 (2.4%) 292 (3.0%) 146.0
OMNotebook/DrControl/PIDRegulator/ 2 (2.4%) 233 (2.4%) 116.5
OMNotebook/DrModelica/Variables/ 1 (1.2%) 219 (2.2%) 219.0
OMNotebook/DrModelica/QuickTour/ 1 (1.2%) 181 (1.8%) 181.0
OMNotebook/DrModelica/Redeclaration/ 1 (1.2%) 111 (1.1%) 111.0
OMNotebook/DrModelica/CompConn/ 1 (1.2%) 110 (1.1%) 110.0
OMNotebook/DrModelica/Algorithms/ 2 (2.4%) 106 (1.1%) 53.0
OMNotebook/DrModelica/Arrays/ 1 (1.2%) 92 (0.9%) 92.0
OMNotebook/DrModelica/DiscreteHybrid/ 1 (1.2%) 90 (0.9%) 90.0
OMNotebook/DrModelica/Generic/ 1 (1.2%) 66 (0.7%) 66.0
OMNotebook/DrModelica/ 1 (1.2%) 29 (0.3%) 29.0
Compiler/susan_codegen/SimCode/ 1 (1.2%) 22 (0.2%) 22.0
OMNotebook/DrControl/Linearization/ 3 (3.6%) 16 (0.2%) 5.3
doc/OMEdit/ 1 (1.2%) 0 (0.0%) 0.0
doc/ 13 (15.7%) 0 (0.0%) 0.0

Activity of mohsen

Most Recent Commits

mohsen 2011-06-23 14:18 Rev.: 9344

tested the Linux/unix FMI export

22 lines of code changed in 1 file:

  • Compiler/susan_codegen/SimCode: SimCodeFMU.tpl (+22 -12)
mohsen 2011-02-03 21:08 Rev.: 7863

observer

17 lines of code changed in 1 file:

  • OMNotebook/DrControl/Observer: Observer.onb (+17 -17)
mohsen 2011-01-28 15:34 Rev.: 7809

spel correction DrControl, StateSpace.onb

63 lines of code changed in 1 file:

  • OMNotebook/DrControl/StateSpace: StateSpace.onb (+63 -63)
mohsen 2010-12-16 22:16 Rev.: 7440

updating for MSL 3.1. only E3.4.1 left to do

586 lines of code changed in 9 files:

  • OMNotebook/DrControl/ClosedLoop: ClosedLoop.onb (+36 -18)
  • OMNotebook/DrControl/DCMotor: E21DCMotorPID.onb (+189 -32)
  • OMNotebook/DrControl/FeedForward: E22FeedForwardDCM.onb (+65 -48)
  • OMNotebook/DrControl/Getting_started: transferFunction.onb (+24 -38)
  • OMNotebook/DrControl/LQ: E341InvPendelum.onb (+21 -23), E343kinematic.onb (+21 -7), Kalman.onb (+115 -86)
  • OMNotebook/DrControl/Linearization: E411tanksystem.onb (+13 -17)
  • OMNotebook/DrControl/StateSpace: StateSpace.onb (+102 -81)
mohsen 2010-12-16 18:41 Rev.: 7437

- update DrModelica

90 lines of code changed in 1 file:

  • OMNotebook/DrModelica/DiscreteHybrid: MultEvents.onb (+90 -40)
mohsen 2010-12-16 17:50

- update DrModelica

278 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Functions: Exercise1.onb (+145 -73), External.onb (+133 -61)
mohsen 2010-12-16 17:17 Rev.: 7433

Check the comment

67 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Functions: Call.onb (+67 -47)
mohsen 2010-12-16 17:02 Rev.: 7432

Code replaced. Please check the comment.

54 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Algorithms: Exercise3.onb (+54 -43)
mohsen 2010-12-16 16:51 Rev.: 7431

Fixed with "val", check comment.

52 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Algorithms: Exercise2.onb (+52 -45)
mohsen 2010-12-16 15:23 Rev.: 7430

Removed the "Parameter" keywords in order to have the plot working.

115 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: Assert.onb (+115 -49)
mohsen 2010-12-16 15:18 Rev.: 7429

Removed ; from the End-of-Line of simulate command. This enabled us to view the simulation result.

222 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: WhenEq.onb (+222 -150)
mohsen 2010-12-16 15:11 Rev.: 7428

Parameters initialized to fix version compatibility issue. Ver. 3.1 requires the params to be initialized before simulation.

43 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: IfEq.onb (+43 -38)
mohsen 2010-12-16 14:59 Rev.: 7427

fixed initial values of resistor array. Ver. 3.1 requires default values.

45 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: RepConnStruct.onb (+45 -30)
mohsen 2010-12-16 14:40 Rev.: 7426

Duplicate variable names
Real [0,3] A;
Real A [:,:];
and
Real B[5,0];
Boolean B[:,:,:]; >> gave errors.
So, we changed the Real A[:,:] to Real A2[:,:]; and Boolean B[5,0] to Boolean B2[5,0];

92 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Arrays: Empty.onb (+92 -65)
mohsen 2010-12-15 18:35 Rev.: 7413

ver. 3.1 compatibility issue with default value init.

110 lines of code changed in 1 file:

  • OMNotebook/DrModelica/CompConn: CardEq.onb (+110 -52)
mohsen 2010-12-15 18:24 Rev.: 7412

Fixed end tag

66 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Generic: Extended.onb (+66 -58)
mohsen 2010-12-15 17:41 Rev.: 7410

replaceable Resistor R1; changed to replaceable Resistor R1 (R = 4); since ver. 3.1 requires default value, otherwise raises error.

111 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Redeclaration: ReplRed.onb (+111 -112)
mohsen 2010-12-15 17:18 Rev.: 7408

Fixed end tag from Point to Point2

178 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Inheritance: Multiple.onb (+178 -103)
mohsen 2010-12-15 17:17 Rev.: 7407

Fixed Real type of blue to MyReal blue in CorrectColorCode.
Fixed end tags of Color2 and Color3 from Color to Color2 and Color3

118 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Inheritance: Inheritance.onb (+118 -93)
mohsen 2010-12-15 17:03 Rev.: 7406

end tag fixed, Voltag to Voltage

219 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Variables: FieldVar.onb (+219 -106)

(23 more)

Generated by StatSVN 0.7.0