FL Fuzzy Controller (SIMO) VI
- Updated2025-07-30
- 3 minute(s) read
Implements a fuzzy logic controller for the fuzzy system you specify.
By default, this VI implements a fuzzy logic controller for a single-input single-output (SISO) fuzzy system. You must manually select the polymorphic instance you want to use.

Inputs/Outputs
fuzzy system in
—
fuzzy system in specifies the complete information for a fuzzy system. Wire the fuzzy system out output from another VI to the fuzzy system in input of this VI.
input value
—
input value specifies the value of the input variable in the fuzzy system. The fuzzy logic controller evaluates the output value(s) according to the input value and the rules of the fuzzy system.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
rule-invoked values?
—
rule-invoked values? indicates whether the fuzzy logic controller invoked a rule to evaluate the corresponding output values. An element of the output values array is zero either if the fuzzy controller evaluates the corresponding output variable to zero based on the input value(s) and the rules of the fuzzy system or if the fuzzy logic controller does not invoke any rule to evaluate the output variable. rule-invoked values? indicates, when FALSE, that the rule base is incomplete.
fuzzy system out
—
fuzzy system out returns the complete information for a fuzzy system. Wire this output to the fuzzy system in input of another VI.
output values
—
output values returns the values of the output variables in the fuzzy system. The fuzzy logic controller evaluates the output values according to the input value(s) and the rules of the fuzzy system. If an element of the output values array is zero, use the rule-invoked values? indicator to determine whether the fuzzy controller evaluated the corresponding output variable to zero or if the fuzzy logic controller did not invoke any rule to evaluate the output variable.
rule weights
—
rule weights returns the rule weights that the fuzzy logic controller uses to scale the membership functions of the output linguistic variables. The implication method specifies how the fuzzy logic controller performs this scaling. For each rule, the rule weight is the truth value of the aggregated antecedent multiplied by the degree of support you specify for the rule.
error out
—
error out contains error information. This output provides standard error out functionality. |
fuzzy system in
—
input value
—
error in (no error)
—
rule-invoked values?
—
fuzzy system out
—
output values
—
error out
—