The Formula VIs can return the following error codes.
| Code | Description | Example |
|---|---|---|
| 23096 | Too many decimal points | 1.23.45 |
| 23095 | Not a valid function | sins(x) |
| 23094 | Incomplete function expression | sin(x)+ |
| 23093 | Incomplete expression | x+ |
| 23092 | Variables output problem | Depends on application |
| 23091 | Inconsistency in variables or numbers | Depends on application |
| 23090 | Contains more than one variable | 1+x+y4 |
| 23089 | Contains variables | Depends on application |
| 23088 | Wrong variable name | a11 |
| 23087 | Wrong letter | sin(X) |
| 23086 | Wrong function call | sin() |
| 23085 | Wrong number format | 1e-3 instead of 1E-3 |
| 23084 | Wrong decimal point | 1,2 (US) |
| 23083 | Bracket problem at the end | (1+x |
| 23082 | Bracket problem at the beginning | 1+x) |
| 23081 | Bracket problem | () |
| 0 | No error | sin(x) |