jFuzzyLogic/tests/noRules.fcl

13 lines
121 B
Plaintext

FUNCTION_BLOCK noRules
VAR_OUTPUT
out : REAL;
END_VAR
DEFUZZIFY out
DEFAULT := 1;
END_DEFUZZIFY
END_FUNCTION_BLOCK