mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
13 lines
121 B
Plaintext
13 lines
121 B
Plaintext
|
|
FUNCTION_BLOCK noRules
|
|
|
|
VAR_OUTPUT
|
|
out : REAL;
|
|
END_VAR
|
|
|
|
DEFUZZIFY out
|
|
DEFAULT := 1;
|
|
END_DEFUZZIFY
|
|
|
|
END_FUNCTION_BLOCK
|