Fuzzy Control Language, or FCL, is a language for implementing fuzzy logic, especially fuzzy control. It was standardized by IEC 61131-7. It is a domain-specific programming language: it has no features unrelated to fuzzy logic, so it is impossible to even print "Hello, world!". Therefore, one does not write a program in FCL, but one may write part of it in FCL.
FCL allows the programmer to specify fuzzy sets, which are lists of points on a graph, as well as IF-THEN rules, for example:
RULE 0: IF (Temperature IS Cold) THEN (Output IS High)FCL is not an entirely complete fuzzy language, for instance, it does not support "hedges", which are adverbs that modify the set. For instance, the programmer cannot write:
RULE 0: IF (Temperature IS VERY Cold) THEN (Output IS VERY High)However, the programmer can simply define new sets for "very cold" and "very high". FCL also lacks support for higher-order fuzzy sets, subsets, and so on. None of these features are essential to fuzzy control, although they may be nice to have.
Famous quotes containing the words fuzzy, control and/or language:
“Even their song is not a sure thing.
It is not a language;
it is a kind of breathing.
They are two asthmatics
whose breath sobs in and out
through a small fuzzy pipe.”
—Anne Sexton (19281974)
“Our culture still holds mothers almost exclusively responsible when things go wrong with the kids. Sensing this ultimate accountability, women are understandably reluctant to give up control or veto power. If the finger of blame was eventually going to point in your direction, wouldnt you be?”
—Ron Taffel (20th century)
“Both the Moral Majority, who are recycling medieval language to explain AIDS, and those ultra-leftists who attribute AIDS to some sort of conspiracy, have a clearly political analysis of the epidemic. But even if one attributes its cause to a microorganism rather than the wrath of God, or the workings of the CIA, it is clear that the way in which AIDS has been perceived, conceptualized, imagined, researched and financed makes this the most political of diseases.”
—Dennis Altman (b. 1943)