Robert Braun

Results 37 comments of Robert Braun

A workaround would be to create your own library and then subclass a component from the default library: ``` ``` In this way the component scale will not be affected...

It could be possible to have multiple icons for each movable, and loading only one of them before animation starts depending on a parameter value. It would of course assume...

I think we can add both a subvector function and a time shift function to HCOM. Perhaps `subvec(vector, start, end)` and `tshift(vector, dt)`?

@peterNordin Yes, we must of course not modify the time vector variable. Only the specified variable must be changed. I think a positive value of dt means shift to the...

This is actually not a bug, but a bit confusing. Hopsan has two types of parameters: constants, and start values for input and output variables. For constants you only need...

Confirmed. I like your suggestions, but I think we should keep the number of functions to a minimum. The best solution is probably to add an optional subsystem argument at...

Not on my computer, but I believe it is still installed in some computer in the lab. A better solution might be to harmonize this code with the one used...

It is available for mechanical, hydraulic and electric nodes. Pneumatic is missing.

Just so you know, I am going to remove the command line interface and convert hopsandcp into a library. Then the gui and cli can link against this library directly....

I like the idea. A long time ago I was thinking about making it possible to add connections directly from existing connectors, similar to e.g. Simulink, but that turned out...