Glossary
Technical terms and definitions used in Smart Energy system. Comprehensive alphabetically sorted glossary.
Search and Filtering
Categories
Terms
Advanced TAG
TAGTAG type that creates new calculated values by combining multiple TAGs. Works formula-based.
TotalPower = Power1 + Power2 + Power3Aggregation
AnalysisData collection and summarization process. Functions like SUM (total), AVG (average), MIN (minimum), MAX (maximum).
SUM aggregation for daily total energy consumptionAPI
TechnicalApplication Programming Interface - Interface for inter-application communication. Data exchange is done with Smart Energy backend API.
Backend
TechnicalServer-side software. Database operations, PLC communication and business logic run on backend.
Breadcrumb
UINavigation element showing page location. E.g: Home > Documentation > TAGs
CARD
DashboardCard component showing TAG values on Dashboard. Performs real-time value display.
Instantaneous power consumption cardCOST Card
DashboardDashboard card performing cost calculations. Works formula-based and has currency support.
Electricity cost = kWh × Unit PriceCron Job
FormulaScheduled task execution system. Enables formulas to run automatically at specific times.
0 0 8 * * * (Every day at 08:00)Dashboard
DashboardUser custom visualization panel. Created with COST, CARD and GRAPH components.
Data Block (DB)
PLCData storage area in Siemens PLCs. TAG addresses are defined in DB format.
DB100.DBD0 (Data Block 100, Double Word 0)Device
DeviceSystem definition of PLCs, sensors or other industrial devices. Basic building block for Stations.
Siemens S7-1500, Modbus TCP, OPC UAFormula
FormulaRule system that performs automatic intervention by monitoring TAG values. Works in condition-action structure.
IF (Pressure > 8.5) THEN WRITE ValveControl = 0Forward Filling
TAGFeature of using last recorded value in case of data loss or value decrease. Useful for metrics that should not be reset (e.g. electricity, water, gas meters). If no data or value drops, system uses last known value.
If electricity meter shows 1000 kWh and connection is lost, system continues to use 1000 kWh valueGRAPH
DashboardData visualization component on Dashboard. Supports chart types like Line, Bar, Pie.
Last 24 hours power consumption line chartHMI
GeneralHuman Machine Interface - Interface where operators monitor and control the system.
Holding Register
ModbusRegister type that can be read/written in Modbus protocol. Address format: 4xxxx
40001 (Holding Register 1)KPI
AnalysisKey Performance Indicator - Metrics measuring business performance.
Energy consumption per unit productionModbus
ProtocolIndustrial communication protocol. Has TCP/IP and RTU (serial port) versions.
Node ID / Unit ID
ModbusUnique identification number (Slave ID) identifying slave device in Modbus protocol. Each Modbus device must have unique Node ID/Unit ID on network. Value range: 1-247
Node ID: 1 for energy analyzer, Node ID: 2 for compressorNotification
NotificationNotification system for formula execution results. Has two views: Logs and List.
OPC
ProtocolOLE for Process Control - Industrial data communication standard. Has UA (modern) and DA (old) versions.
PLC
DeviceProgrammable Logic Controller - Industrial automation device.
Polling
TechnicalData reading process at specific intervals. TAGs are updated with polling.
Read TAG value every 5 secondsRack
SiemensPhysical chassis number in Siemens PLCs. Usually takes value 0.
SaveToDatabase
TAGFeature of automatically saving TAG values to database. Required for historical data analysis.
SCADA
GeneralSupervisory Control and Data Acquisition - Supervisory Control and Data Acquisition System.
Siemens S7
PLCSiemens PLC family. Includes S7-300, S7-400, S7-1200, S7-1500 series.
Slot
SiemensCPU slot number in Siemens PLCs. Usually 2 for S7-300/400, 1 for S7-1200/1500.
Static TAG
TAGFixed value TAG. Not read from PLC, used as coefficient in formulas.
Pi = 3.14159, ElectricPrice = 2.5Station
DeviceDevice connection point definition. Contains parameters like IP address, port, rack, slot.
TAG
TAGData point definition. Represents values read from or written to PLCs.
Compressor pressure value, Motor operating statusTAG Category
TAGCategory system to group TAGs. Supports hierarchical structure.
Electricity > Main Line > ProductionUpdate Rate
TAGParameter determining how often TAG value will be read. In milliseconds.
1000ms (1 second), 5000ms (5 seconds)Writable TAG
TAGTAG with write feature active. Value can be changed through Smart Energy.
Writing Mode
FormulaTAG writing feature based on formula result (true/false). Used for automatic intervention.
If true: Valve = 1, If false: Valve = 0Contribute
Found a missing or incorrect term in this glossary? Want to add a new term?
Please contact the development team.