Thomas H. Evang
Thomas H. Evang
Running the cosim-demo-app on a server and accessing the web client from another machine is not possible because the client always assumes that the server is running on localhost:8000. The...
I often find myself switching between plots and the simulation status page to enable or disable real time simulations. For instance, when I want to forward the simulation waiting for...
**Feature** Pass the server port as a command line argument **Example** `./cse-server-go -p 8080` **Use Cases** - Running the server on a different port than 8000 - Running multiple server...
When the server fails to load an FMU it will in some cases report nothing or just give a general error message. For instance: I was trying to load an...
I get the following error when summing two nested groups using the `VectorSum` element in the `OspSystemStructure` file: `Could not create execution from OspSystemStructure.xml file: invalid vector subscript`. The error...