02-09-2006 01:16 PM
| Robst - CLD |
| Using LabVIEW since version 7.0 |
02-09-2006 01:23 PM
I always found the formula node limiting and overly complex to debug and maintain (You cannot probe inside the formula node!). a single misplaced semicolon or syntax error can break your formula.
Much more powerful is the new Mathscript node in LabVIEW 8.0, where you can use matlab-like syntax. 🙂
Personally, I go with the wires whenever possible. 😉
02-09-2006 01:27 PM
02-09-2006 01:32 PM - edited 02-09-2006 01:32 PM
The only time I use a Formula Node is when I need to enter an equation (which is not very often). Here's a VI I wrote just the other day that was simply faster to write, and probably easier to understand mathematically, than attempting to wire up the same thing.

-D
Message Edited by Darren on 02-09-2006 01:32 PM
02-09-2006 01:42 PM
Hi all:
Thanks for your replies. I also use G is most situations but wanted to know your opinion. Now that we're talking about Event Structure vs Wiring, Do you know if there's any execution speed diference between both techniques?
Regards.
Robst.
| Robst - CLD |
| Using LabVIEW since version 7.0 |
02-09-2006 01:50 PM