Skip to content

Documentation for using ReactiveCalculator

John Spray edited this page Sep 9, 2020 · 1 revision

Documentation for using ReactiveCalculator

Type an algbraic expression in the Formula box of any row. e.g. "2*(3+4)" or "0.5*Sqrt(49)". The result is displayed. You can use any of the C# math library functions.

Optionally, add a label, units and description on the same row. The label must consist of the letters A-Z or a-z and underbar. e.g. "vel"

The algebraic expression can refer to the label of another row. e.g. 2*vel.

Change any formula or label. All rows affected will update.

If a formula has a syntax error, the result is blank.