Massimo Ceraolo

Results 14 issues of Massimo Ceraolo

*** This PR logically follows PR #3819, since It takes advantage of the folder Modelica.Electrical.Analog.Examples.Lines created in that PR. *** This PR contains an example of the usage of M_OLine...

enhancement
L: Electrical.Analog

I have a simple model that uses serial communication. To perform this communication I use two different ports. In reality, I use a USB cable emulating via hardware a serial...

I'm making "split simulations" with OM: one OM instance doing part of the simulation, the other the second part. This is part of a project to realise Hardware-in-the-loop simulation taking...

To use serial communication is very useful to be able to send and receive data from the same COM port. Unfortunately, this seems impossible with the current version of Modelica_DeviceDrivers,...

I would like to use Modelica_DeviceDrivers to send data through a serial port. I have two PCs connected through a serial cable and can transmit and receive text through a...

In the information of Diode2Exp the diode formula does not contain the ideality factor m, which is indeed included (and has a significant impact) in the equation section. I would...

### Description and Steps to Reproduce Consider the following code: ``` model W3 final parameter String name = getInstanceName(); Real x[1, 1]; equation when initial() then x[1,1]=1; Modelica.Utilities.Streams.writeRealMatrix(name + ".mat",...

### Description and Steps to Reproduce Consider the following code: ``` package RW model W2root "OM does not write nameShort" W2 w2; end W2root; model W2 "does not write nameShort"...

COMP/OMC/Frontend

### Description I've opened the following ticket: https://github.com/PowerGrids/PowerGrids/issues/52 where the following error occurs: `IEEE14busShort4_12jac.c:14213: Invalid root: (0)^(-0.5). ` After that I realized that the possible cause of the error is...

### Description ### Steps to Reproduce paste the following code into OMEdit: ``` model Test Modelica.Electrical.Analog.Ideal.IdealGTOThyWithBadText; end test; ``` Imagine we note that the word `IdealGTOThyWithBadText` is badly written. We...

COMP/GUI/OMEdit