Problem with model

Ref: https://forio.com/epicenter/synmind/circular-dynamics-beton-development

Hi Will
I’m not able to solve problem with a new model.
When going to the Interface Builder I get the message:


When using t the Interface builder I have no problem linking the the variables but get the error message:

How can I solve this problem?
Regards
Joaquim de Witte

Hi–

For some reason, your model is stored in the sim without a “vmfx” extension. In index.html I see

<body class="container-fluid builder-mode" data-f-model="GGZ-basics-20">

I changed it to

<body class="container-fluid builder-mode" data-f-model="GGZ-basics-20.vmfx">

There are new errors in your sim about variable names missing. You’ll need to fix those to proceed.