Owning Palette: Formula Parsing VIs
Requires: Full Development System
Analyzes a string as a formula and produces two numeric arrays. These arrays can be used by the Eval Parsed Formula String VI.
Add to the block diagram | Find on the palette |
formula is a string representing the formula. The formula 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. | |||||
Parsed Formula can be wired directly to the corresponding input of the Eval Parsed Formula String VI.
| |||||
error out contains error information. This output provides standard error out functionality. |
Usually, the Parse Formula String VI is used at the beginning of the calculation of function values. The Eval Parsed Formula String VI completes the calculation. This division works well if the analyzing process of the Parse Formula String VI finishes before the calculation processes. Keep this in mind for your own programming.