Skip to main content

Formulas

Namespaces

The formulas namespace provides a property Items that contains an array of formulas.

  • The field namespace URI is http://ns.pointelectronic.com/Formulas/1.0/
  • The preferred field namespace prefix is formulas
Name Type Description
formulas:Items array of Formula An array of formulas

fml namespace

The fml namespace provides a structure containing the definition of a formula.

  • The field namespace URI is http://ns.pointelectronic.com/Formulas/1.0/types/Formula#
  • The preferred field namespace prefix is fml
  • Syntax for variables: {cid:SignalID}
  • Syntax for constants: {namespace:item}
  • Use basic numerical expressions
Name Type Description
fml:Formula Text formula
fml:Name Text name of the formula
fml:Unit Text unit of the formula result
fml:Label Text UI label of the formula
fml:InverseFormula Text inverse formula (optional)