I have been trying to parse a model to ModelingToolkit using the parse_basemodelica
function, available in Basemodelica.jl. But encounters the following error:
"Error during FSM execution at buffer position 19. Last 19 byte(s) were:“package ‘First’\n t"Observed input: ‘t’ at state 14. Outgoing edges: * ’ ’ * 'm’Input is not in any outgoing edge, and machine therefore errored.”
Here is my basemodelica model ‘First.mo’, as available in the following link,
BaseModelica
I have already given EOL conversion to Unix Style but still nothing works…
Can I get some assistance to troubleshoot the above error and parse my model?
Thanks in advance!