Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

...

  • Configuring Import Agents within Sigma to represent each SIA instance.
  • Installing the SIA at each Site and capturing the appropriate Import Agent during the Installation process.
  • Configuring schedules within Sigma to import HF data from external systems and linking them to the appropriate Import Agent.
  • Configuring channels within Sigma to receive HF data.


Current Supported External Systems

  • BMS Systems
    • SIPe
    • Trend - 963 MSSQL
    • TAC Continuum (Schneider Electric)
    • Siemens Desigo
    • Landis and Gyr
  • Communication Protocols:
    • Modbus
    • Obix

...

Both the Periodic and Non Periodic Importers use the ExtendedLog table in the TAC MSSQL database to source data for channels. The Continuum Importers support multiple agents, the agent name needs to be included in the DataLoad Id to identify which database should be used.  The system processes all channels where the Data Load ID 1 starts with "tac://". A Continuum Compliant dataload ID will look as follows:

Pattern:tac://<AGENT-NAME>/<SOURCE>/<HIGH-POINT-ID>:<LOW-POINT-ID>
Example:tac://DEFAULT/i/1010834776:1090526341

The system then runs the following SQL to get the data for the channel:

...