The Mathematics VIs can return the following error codes.
Code | Name | Description |
---|---|---|
23096 | ManyDecimalPointsErr | Too many decimal points |
23095 | InvalidFunctionErr | Not a valid function |
23094 | IncompleteFunctionExpressionErr | Incomplete function expression |
23093 | IncompleteExpressionErr | Incomplete expression |
23092 | VariablesOutputErr | Variables output problem |
23091 | InconsistentVariablesOrNumbersErr | Inconsistency in variables or numbers |
23090 | OneVariableErr | Contains more than one variable |
23089 | VariablesErr | Contains variables |
23088 | VariableNameErr | Wrong variable name |
23087 | LetterErr | Wrong letter |
23086 | FunctionCallErr | Wrong function call |
23085 | NumberErr | Wrong number format |
23084 | DecimalPointErr | Wrong decimal point |
23083 | BracketEndErr | Bracket problem at the end |
23082 | BracketBeginningErr | Bracket problem at the beginning |
23081 | BracketErr | Bracket problem |
23055 | ArgumentRange[0-1)Err | Argument out of range [0,1). |
23054 | NonuniqueVariablesErr | Non-unique variables. |
23053 | SignalLengthPowerTwoAndGEFourErr | Signal length not a power of two and >= 4. |
23052 | SignalLengthNotPrimeAndGEFiveErr | Signal length not a prime and >= 5. |
23051 | SignalLengthPowerTwoErr | Signal length not a power of two. |
23050 | SignalLengthNotMultipleErr | Signal length not a multiple of number. |
23049 | WindowLengthErr | Invalid window length. |
23048 | TimeIncrementErr | Invalid time increment. |
23047 | ArgumentRange[0-100]Err | Argument out of range [0,100]. |
23046 | EmptyArrayErr | Empty array. |
23045 | nLTkErr | n<k. |
23044 | ArgumentRange[0-1]Err | Argument out of range [0,1]. |
23043 | ArgumentRange(0-1]Err | Argument out of range (0,1]. |
23042 | ArgumentGEZeroErr | Negative argument. |
23041 | VariablesNETwoErr | Not exactly two variables. |
23040 | DerivativeRangeErr | Derivative out of range. |
23039 | ParameterErr | Parameter problem. |
23038 | ExpressionErr | No variables in expression. |
23037 | FunctionsNETwoErr | Not exactly two functions. |
23036 | ParameterMismatchErr | Different parameters. |
23035 | NumberGTZeroErr | Nonpositive number. |
23034 | IllConditionedSystemErr | Ill conditioned system. |
23033 | VectorDimErr | Vectors have different dimensions or empty vectors. |
23032 | NoMaxErr | Maximum does not exist. |
23031 | NoValidPointErr | No valid point. |
23030 | MatrixDimErr | m >= n >= 0 is violated or the matrix of derivatives has the wrong dimension. |
23029 | LevMarFailureErr | Levenberg Marquardt has failed. |
23028 | ModelEquationErr | Wrong model equation. |
23027 | VariableErr | Not exactly one variable. |
23026 | NoOptimumErr | No optimum found. |
23025 | NonvalidTripletErr | Nonvalid triplet (a,b,c). |
23024 | NoRootErr | No root found. |
23023 | StartDimensionErr | Wrong dimension of start. |
23022 | GTZeroErr | Nonpositive accuracy or nonpositive delta x(h). |
23021 | SameSignErr | Both function values have the same sign. |
23020 | LeftGTRightErr | Left point greater than right point. |
23019 | RightRootErr | Right point is a root. |
23018 | LeftRootErr | Left point is a root. |
23017 | MultipleRootsErr | Multiple roots. |
23016 | SingularEigenvectorErr | Singular eigenvector matrix. |
23015 | EmptyX0Err | Empty X0. |
23014 | AX0DimensionErr | A and X0 have different dimensions. |
23013 | MatVecConflictErr | Matrix vector conflict. |
23012 | AccuracyGTZeroErr | Nonpositive accuracy. |
23011 | StepRateGTZeroErr | Nonpositive step rate. |
23010 | CashKarpInputErr | Wrong input, Cash Karp method. |
23009 | RungeKuttaInputErr | Wrong input, Runge Kutta method. |
23008 | EulerInputErr | Wrong input, Euler method. |
23007 | GraphsFileErr | Not a graphs file. |
23006 | InvalidPathErr | Not a valid path. |
23005 | DistanceLTZeroErr | Negative distance. |
23004 | ColorPaletteRangeErr | Number of color palettes out of range. |
23003 | ContourRangeErr | Number of contours out of range. |
23002 | DiscrepancyErr | Discrepancy between function, variables and coordinates. |
23001 | ParserSyntaxErr | Syntax error of parser. |
23000 | EngineeringMathErr | The starting error codes of engineering math |