Description

The BtibService component is essential for the use of the Active-Framework. It must be added before any other Active component. Among other things, it serves as a database for Active components, keeping common components and definitions that will be usable globally (model, glossary ...).


Implementation

  • Drag and drop the component into the /Services directory of the station.


Properties

  • Status: Indicates the status of the service. Especially in the case of a fault or if it is disabled.
  • FaultCause: Indicates the fault reason, if any, (often, it is that the license is not active).
  • Enabled: Enables or disables the service.
  • LicensesInfo: Displays all valid BTIB features and license info of the station in JSON format.
  • TaskStatistics: See TaskStatistics for more information
  • SFormatWhiteList: The list of component types on which the SFormat can call the 'method' function. Somes type are unavailable such as User or Password


Views