Owning Palette: 1D & 2D Evaluation VIs
Requires: Full Development System
Similar to the Formula Node but with variables that can be entered on the front panel. Refer to Formula Parsing VIs in More Detail for more information on the differences between the Eval Formula Node VI and the Formula Node.
Add to the block diagram | Find on the palette |
Input Values is an array of numbers with a one-to-one relation to Variables Input. | |
Variables Input is an array of input strings, each of which represents a valid variable name. | |
Variables Output is an array of output strings, each of which represents a valid variable name. | |
formula is a string consisting of one or more formulas separated by semicolons. Each formula is built up by Variables Input on the right side of an equation and Variables Output on the left side. The formulas can contain any number of valid variables. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
Output Values is a 1D array of numbers corresponding to Variables Output and formula. The numbers in Output Values represent the results. | |
error out contains error information. This output provides standard error out functionality. |
The following inputs:
result in Output Values [11.00, 4.00].