Hello,
In a previous thread, I see the use a Python to solve Formula node resolving:
http://forums.ni.com/t5/LabVIEW/A-dynamic-formula-node-in-a-LabVIEW-execution-file/m-p/885390
Because I don't have Python, I propose the appraoch to generate dynamically the formula Node.
It's working only because of recreating a new VI, thus regenerating the formula.
This is needed to potentially use dynamic (user?) generated formule.
As the formula node support C expression for loop, condition, it can be used to rapidely compute a C-like syntax,
dynamically interpreted by LV.
Test with LV2009.
(The generation can be template based, and don't need to be recurse like in this example)
Best Regards
Nicolas