Separates the parsing process from the evaluating process of the Eval Formula Node VI and improves the run-time behavior of a program containing Eval Formula Node VIs at different locations.


icon

Inputs/Outputs

  • c1ddbl.png Input Values

    Input Values is an array of numbers, each of which corresponds to the value that is given to each of the variables.

    These variables can be input in the Variables Input control of the Parse Formula Node VI. The coded form of these variables is available in the Variables input decode parameter of the Parsed Formula Node cluster.

  • ccclst.png Parsed Formula Node

    Parsed Formula Node is a pre-parsed formula string. You can wire the Parsed Formula Node cluster directly from the corresponding output of the Parse Formula Node VI.

    Parsed Formula Node is a cluster containing the following parameters.

  • c2ddbl.png Y Values

    Y Values is a 2D array of numbers representing a storage of detected and analyzed numbers of formula of the Parse Formula Node VI.

  • c3di32.png Tables

    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.

  • c1di32.png Variables input decode

    Variables input decode is the intermediate and coded state of Variables Input.

  • c1di32.png Variables output decode

    Variables output decode is the intermediate and coded state of Variables Output.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • i1ddbl.png Output Values

    Output Values is a 1D array of numbers corresponding to Variables Output Decode, Y Values, and Tables.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • This VI has a direct connection from the Parse Formula Node VI and completes an Eval Formula Node VI calculation. You can wire the Parsed Formula Node input of this VI directly from the Parsed Formula Node output of the Parse Formula Node VI.