Use VDFX file #612
-
|
Hi all! We are building an app with SDEverywhere and we don't succeed to use a model that has calls to a VDFX file through the Would you have some insights to make it work? We tried following this answer: #480 (reply in thread) Here a mini-model we are using for testing purposes (which runs properly in Vensim): In the initial folder, we place the MDL file, the corresponding DAT file (exported in Vensim from the After running After running |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @LSarribouette, a key detail in my comment in #480 (see first bullet item) is that SDEverywhere does not currently support the In a Vensim If you can make your model work correctly in Vensim using that kind of syntax, then you should be able to use the same model with SDEverywhere using the approaches I described in #480. Let me know if you're able to figure it out or if you need any more guidance. One thing to note is that (unfortunately) SDEverywhere currently ignores the |
Beta Was this translation helpful? Give feedback.
-
|
Hi @chrispcampbell , thank you for your reply! Indeed, I hadn't understood that we had to remove all calls for We will work on that and hopefully get it to work properly! |
Beta Was this translation helpful? Give feedback.
Hi @LSarribouette, a key detail in my comment in #480 (see first bullet item) is that SDEverywhere does not currently support the
GET VDF DATAfunction, which is why you are seeing that error.In a Vensim
.mdl, to use data from a.vdfxfile, in many (most?) cases you don't need to use theGET VDF DATAfunction. As long as your.vdfxfile is referenced in your Vensim model settings, then you refer to data variables (from the.vdfxfile) in a model equation like this:If you can make your model work correctly in Vensim using that kind of syntax, then you should be able to use the same model with SDEverywhere using the approaches I descri…