Parse Formula Node VI

Owning Palette: Formula Parsing VIs

Requires: Full Development System

Analyzes Eval Formula Node VI inputs and yields an intermediate state as an input for the Eval Parsed Formula Node VI.

 Add to the block diagram  Find on the palette
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.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Parsed Formula Node is a cluster containing the following subparameters.
Y Values is a 2D array of numbers representing a storage of detected and analyzed numbers of formula.
Tables is a 3D array with 3 columns. The first column contains a code that stands for the operator. The other two columns contain codes that stand for the operands.
Variables input decode is the intermediate and coded state of Variables Input.
Variables output decode is the intermediate and coded state of Variables Output.
error out contains error information. This output provides standard error out functionality.