Simon Zumbrunnen

Results 9 comments of Simon Zumbrunnen

Exactly. I simulated a simple control system today where the plant is a simple first order lag and a gain. Now I created a subclass of ODE for the first...

I don't know how to handle variables that way. Heres my approach: ```python3 from bms import DynamicSystem, Variable from bms.signals.functions import Step from bms.blocks.continuous import ODE, Gain class FirstOrderLag(ODE): def...

My proposal would be something like this: https://github.com/projectstorm/react-diagrams and a websocket API. This would make realtime collaboration and such easier. (I know this vision is a little far from reality)...

BTW I just stumbled across this: https://github.com/paceholder/nodeeditor It's based on Qt and there are python bindings for Qt. (matplotlib uses Qt as well)

Yeah but as I said, because the container is not running (crashed) I can't use exec.

> @seimsel on which OS are you trying to run open-balena? Did you run the containers as privileged (see below) > > However, after different tests, it seems that the...

I just installed v4.10 but I still see "This plugin is not responding". I found the following error message in the log: ``` 2018-11-23 17:35:04,367 (7f950f7fe700) : CRITICAL (sandbox:303) -...

Restarting didn't help, but I realised that playing is possible (by clicking the play icon on the right) but showing the detail view (by clicking the title) ist not. This...