IEEE 1855
   HOME

TheInfoList



OR:

IEEE STANDARD 1855-2016, IEEE Standard for
Fuzzy Markup language Fuzzy Markup Language (FML) is a specific purpose markup language based on XML, used for describing the structure and behavior of a fuzzy system independently of the hardware architecture devoted to host and run it. Overview FML was designed and ...
(FML), is a technical standard developed by the
IEEE Standards Association The Institute of Electrical and Electronics Engineers Standards Association (IEEE SA) is an operating unit within IEEE that develops global standards in a broad range of industries, including: power and energy, artificial intelligence systems, i ...
.Giovanni Acampora, Bruno N. Di Stefano, Autilia Vitiello: IEEE 1855TM: The First IEEE Standard Sponsored by IEEE Computational Intelligence Society ociety Briefs IEEE Comp.Int. Mag. 11(4): 4-6 (2016) FML allows modelling a
fuzzy logic Fuzzy logic is a form of many-valued logic in which the truth value of variables may be any real number between 0 and 1. It is employed to handle the concept of partial truth, where the truth value may range between completely true and completely ...
system in a human-readable and hardware independent way. FML is based on eXtensible Markup Language ( XML). The designers of
fuzzy systems A fuzzy control system is a control system based on fuzzy logic—a mathematical system that analyzes analog input values in terms of logical variables that take on continuous values between 0 and 1, in contrast to classical or digital logic, ...
with FML have a unified and high-level methodology for describing interoperable fuzzy systems. IEEE STANDARD 1855-2016 uses the
W3C The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web. Founded in 1994 and led by Tim Berners-Lee, the consortium is made up of member organizations that maintain full-time staff working to ...
XML Schema definition language to define the syntax and semantics of the FML programs. Prior to the introduction of FML, fuzzy logic practitioners could exchange information about their fuzzy algorithms by adding to their software functions the ability to read, correctly parse, and store the results of their work in a form compatible with the Fuzzy Control Language (FCL) described and specified by Part 7 of
IEC 61131 IEC 61131 is an IEC standard for programmable controllers. It was first published in 1993; the current (third) edition dates from 2013. It was known as IEC 1131 before the change in numbering system by IEC. The parts of the IEC 61131 standard a ...
. FML lets people code
fuzzy systems A fuzzy control system is a control system based on fuzzy logic—a mathematical system that analyzes analog input values in terms of logical variables that take on continuous values between 0 and 1, in contrast to classical or digital logic, ...
through a collection of correlated semantic tags that model the components of a classical fuzzy controller—such as knowledge base,
rule base In computer science, a rule-based system is used to store and manipulate knowledge to interpret information in a useful way. It is often used in artificial intelligence applications and research. Normally, the term ''rule-based system'' is appli ...
, fuzzy variables and fuzzy rules. Therefore, the FML tags used to build a fuzzy controller represent the set of lexemes used to create fuzzy expressions. To design a well-formed XML-based language, an a XML schema describes an FML context-free grammar that defines name, type, and attributes that characterized each XML element. However, since an FML program represents only a static view of a fuzzy logic controller, the so-called eXtensible Stylesheet Language Translator (
XSLT XSLT (Extensible Stylesheet Language Transformations) is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or XSL Formatting Objects, which may subseque ...
) changes this static view to a computable version. Indeed, XSLTs modules can convert the FML-based fuzzy controller in a general purpose computer language using an
XSL In computing, the term Extensible Stylesheet Language (XSL) is used to refer to a family of languages used to transform and render XML documents. Historically, the W3C XSL Working Group produced a draft specification under the name "XSL," which ...
file containing the translation description. At this level, the control is executable for the hardware. In short, FML is essentially composed by three layers: * XML to create a new markup language for fuzzy logic control * An XML schema to define the legal building blocks * eXtensible Stylesheet Language Transformations (
XSLT XSLT (Extensible Stylesheet Language Transformations) is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or XSL Formatting Objects, which may subseque ...
) to convert a fuzzy controller description into a specific language IEEE 1855 was the first standard sponsored by the
IEEE Computational Intelligence Society The Institute of Electrical and Electronics Engineers (IEEE) is a 501(c)(3) professional association for electronic engineering and electrical engineering (and associated disciplines) with its corporate office in New York City and its operati ...
.


References


External links

*{{Official website , https://standards.ieee.org/findstds/standard/1855-2016.html (https://standards.ieee.org/findstds/standard/1855-2016.html) IEEE standards Domain-specific programming languages Fuzzy logic