Eval Formula String VI

Owning Palette: 1D & 2D Evaluation VIs

Requires: Full Development System

Interprets a string as a numeric calculation and determines the result.

Details  

 Add to the block diagram  Find on the palette
formula is a string representing the calculation without any variables.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
y value is the result of the calculation.
error out contains error information. This output provides standard error out functionality.

Eval Formula String Details

The following input, formula

sin(pi(1/2)) + 3*5 - 2

results in y value 14.00.