arun3688

Results 95 comments of arun3688

@cubakija I hope the simulation works in OMEdit ?

@cubakija Can you add the following paths to your `PATH` Environment variable to find all the DLL's and test it again ``` OpenModelica1.17.1/bin OpenModelica1.17.1/lib/omc OpenModelica1.17.1/lib/omc/cpp OpenModelica1.17.1/lib/omc/omsicpp ```

@cubakija Great it worked, but i guess you are still not using the current master of OMJulia, because when executing the simulation executable in your case `RLC.exe` we append the...

@cubakija can you go to this location `C:\Users\USUARIO\.julia\packages\OMJulia\P5JuJ\src\OMJulia.jl` and send the `OMJulia.jl` , we can see what version you are using

@cubakija you are using the master version of OMJulia, so this is correct, go to this location `C:/Users/USUARIO/AppData/Local/Temp/jl_gzs9vj/RLC.exe` and execute `RLC.exe` manually by clicking on it and see if that...

@adrpo We already did this for OMJulia, here is the commit https://github.com/OpenModelica/OMJulia.jl/commit/980eba4f5bb30c58b0935f949d0d84889a771f7d, the simulation works in `julia REPL`, but not from jupyter notebook. And even with this change the simulation...

@cubakija , when you clicked the executable and if nothing happened means it worked, so i guess there is problem with jupyter notebook, can you also the run the jupyter...

@cubakija, I tested the model in jupyter notebook and it worked fine for me, see the attached screenshot ![image](https://user-images.githubusercontent.com/6870949/129268403-fd538e1e-3e5c-42b8-927a-ed50fee00206.png)

@AnHeuermann I could also reproduce the problem and when i remove the `dumpSimCode` it works fine, As you said the debug log is too large, when i tried with small...

@JKRT, @AnHeuermann This is not an issue in `OMMatlab `or `OMPython` , The simulation does not hangs and it works, We get the following message from `OMPython` and same for...