FL Fuzzy Controller (SISO) 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 value?
—
rule-invoked value? indicates whether the fuzzy logic controller invoked a rule to evaluate the corresponding output value. output value is zero either if the fuzzy controller evaluates the 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 value? 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 value
—
output value returns the value of the output variable in the fuzzy system. The fuzzy logic controller evaluates the output value according to the input value(s) and the rules of the fuzzy system. If output value is zero, use the rule-invoked value? 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 value?
—
fuzzy system out
—
output value
—
rule weights
—
error out
—