04-04-2011 11:00 AM
@nferry wrote:
Because of Formula Node need to be prepared at compile time,
It is necessary to recreate a VI by copy and change the formula before saving.
In fact, thanks to formula node this enable C-like code generation dynamically,
compared to Eval Formula which don't handle conditionnal, loop, etc...
But this only works in the development environment. No build application!
08-17-2011 07:16 AM
"But this only works in the development environment. No build application!"
Well in fact it is possible to work in runtime environnement.
We have just experiment it to check that for a customer.
To do this, you must include "DSC enhancement runtime option"
in your project and in the setup if you want to provide it in a setup.
But there is a drawback, we experiment problem with xnode,
so all "time cadenced structure" won't work when DSC is activated.
Both options are shown in image files.
Best regards
Nicolas