HVAC

Note

This page is generated by python script generate_cet.py.

Back to table

Commands

configChillers

Description: Configure a CHILLER device.

EFDB_Topic:

HVAC_command_configChillers

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_chiller enums.

setpointActivo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Active

configCracks

Description: Configure a CRACK device.

EFDB_Topic:

HVAC_command_configCracks

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_crack enums.

setpointCooling

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling

setpointDeshumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Dehumidifier

setpointHeating

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating

setpointHumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Humidifier

configFancoils

Description: Configure a FANCOIL device.

EFDB_Topic:

HVAC_command_configFancoils

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_fancoil enums.

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

configManejadoraLowers

Description: Configure a MANEJADORA_LOWER device.

EFDB_Topic:

HVAC_command_configManejadoraLowers

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_manejadoraLower enums.

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: Temperature Anti-freeze

configManejadoras

Description: Configure a MANEJADORA device.

EFDB_Topic:

HVAC_command_configManejadoras

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_manejadora enums.

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

disableDevice

Description: Disable an HVAC device.

EFDB_Topic:

HVAC_command_disableDevice

device_id

IDL_Type:

long

Units:

unitless

Description: The ID indicating which device needs to be disabled. The IDs can be found in the DeviceId enumeration.

enableDevice

Description: Enable an HVAC device.

EFDB_Topic:

HVAC_command_enableDevice

device_id

IDL_Type:

long

Units:

unitless

Description: The ID indicating which device needs to be enabled. The IDs can be found in the DeviceId enumeration.

disable

Description: Transition from state Enabled to Disabled.

EFDB_Topic:

SALGeneric_command_disable

Category:

csc

enable

Description: Transition from state Disabled to Enabled.

EFDB_Topic:

SALGeneric_command_enable

Category:

csc

exitControl

Description: Transition from state Standby to Offline. Most CSCs will quit, but CSCs that support the enterControl command will keep running.

EFDB_Topic:

SALGeneric_command_exitControl

Category:

csc

setAuthList

Description: Specify who can command this CSC.

EFDB_Topic:

SALGeneric_command_setAuthList

Category:

csc

authorizedUsers

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of authorized users currently allowed to command this CSC,

in the form user@host. If the first character is +/- then the specified users are added/removed. Duplicates are silently ignored. The CSC’s own user@host is silently ignored, because it is always authorized. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma.

nonAuthorizedCSCs

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of CSC’s not currently allowed to command this CSC,

in the form name[:index]. An index of 0 is stripped (name:0 becomes name). If the first character is +/- then the specified CSCs are added/removed. Duplicates are silently ignored. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma.

setLogLevel

Description: Set the logging level.

EFDB_Topic:

SALGeneric_command_setLogLevel

Category:

csc

level

IDL_Type:

int

Units:

unitless

Description: Logging level, as a Python logging level: error=40, warning=30, info=20, debug=10.

subsystem

IDL_Type:

string

Units:

unitless

Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.

standby

Description: Transition from state Offline/Available, Disabled or Fault to Standby.

EFDB_Topic:

SALGeneric_command_standby

Category:

csc

start

Description: Transition from state Standby to Disable, in a specified configuration.

EFDB_Topic:

SALGeneric_command_start

Category:

csc

configurationOverride

IDL_Type:

string

Units:

unitless

Description:

Configuration override in the form [{name}][:{version}]. For salobj-based CSCs: name is a filename with “.yaml” suffix and version is a git hash; for example:

  • “foo.yaml” specifies just a file. Two or three config files are loaded: “_init.yaml”, “_{site}.yaml” (if present), and “foo.yaml”.

  • “:37bf936” specifies just a git hash. One or two config files are loaded from the specified git commit: “_init.yaml” and “_{site}.yaml” (if present.

  • “bar.yaml:HEAD~2” specifies both a file and a git hash. Two or three config files are read from the specified git commit: “_init.yaml”, “_{site}.yaml” (if present), and “bar.yaml”.

Enumerations

DeviceId:
  • bombaAguaFriaP01=1

  • generalP01=2

  • valvulaP01=3

  • dynaleneP05=4

  • chiller01P01=101

  • chiller02P01=102

  • chiller03P01=103

  • crack01P02=201

  • crack02P02=202

  • fancoil01P02=301

  • fancoil02P02=302

  • fancoil03P02=303

  • fancoil04P02=304

  • fancoil05P02=305

  • fancoil06P02=306

  • fancoil07P02=307

  • fancoil08P02=308

  • fancoil09P02=309

  • fancoil10P02=310

  • fancoil11P02=311

  • fancoil12P02=312

  • manejadoraLower01P05=401

  • manejadoraLower02P05=402

  • manejadoraLower03P05=403

  • manejadoraLower04P05=404

  • manejadoraSblancaP04=501

  • manejadoraSlimpiaP04=502

  • vea01P05=601

  • vea08P05=602

  • vea09P05=603

  • vea10P05=604

  • vea11P05=605

  • vea12P05=606

  • vea13P05=607

  • vea14P05=608

  • vea15P05=609

  • vea16P05=610

  • vea17P05=611

  • vea01P01=701

  • vec01P01=702

  • vin01P01=703

  • vex03LowerP04=801

  • vex04CargaP04=802

DynaleneState:
  • Initialized=0

  • ShuttingDown=1

  • PoweringOn=2

  • PoweredOn=3

  • PoweringOff=4

  • PoweredOff=5

  • Warning=6

  • Alarm=7

  • ShutOff=8

DynaleneTankLevel:
  • OK=0

  • Warning=1

  • Alarm=2

Events

chillerConfiguration

Description: Configuration of a CHILLER device.

EFDB_Topic:

HVAC_logevent_chillerConfiguration

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_chiller enums.

setpointActivo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Active

crackConfiguration

Description: Configuration of a CRACK device.

EFDB_Topic:

HVAC_logevent_crackConfiguration

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_crack enums.

setpointCooling

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling

setpointDeshumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Dehumidifier

setpointHeating

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating

setpointHumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Humidifier

deviceEnabled

Description: Report which devices are enabled.

EFDB_Topic:

HVAC_logevent_deviceEnabled

device_ids

IDL_Type:

long long

Units:

unitless

Description: Bitmask indicating which devices currently are enabled (1) or disabled (0). The order of the bits is determined by the order of the devices in the DeviceId enumeration

dynMainGridAlarm

Description: Dynalene Main Grid Alarm State.

EFDB_Topic:

HVAC_logevent_dynMainGridAlarm

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene Main Grid Alarm state; On (true) or Off (false).

dynMainGridAlarmCMD

Description: Dynalene Main Grid Alarm Command State.

EFDB_Topic:

HVAC_logevent_dynMainGridAlarmCMD

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene Main Grid Alarm Command state; On (true) or Off (false).

dynMainGridFailureFlag

Description: Dynalene Main Grid Failure Flag State.

EFDB_Topic:

HVAC_logevent_dynMainGridFailureFlag

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene Main Grid Failure Flag state; On (true) or Off (false).

dynSafetyResetFlag

Description: Dynalene Safety Reset Flag State.

EFDB_Topic:

HVAC_logevent_dynSafetyResetFlag

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene Safety Reset Flag state; On (true) or Off (false).

dynTAalarm

Description: Dynalene TA Alarm State.

EFDB_Topic:

HVAC_logevent_dynTAalarm

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene TA Alarm state; On (true) or Off (false).

dynTAalarmCMD

Description: Dynalene TA Alarm Command State.

EFDB_Topic:

HVAC_logevent_dynTAalarmCMD

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene TA Alarm Command state; On (true) or Off (false).

dynTAalarmMonitor

Description: Dynalene TA Alarm Monitor State.

EFDB_Topic:

HVAC_logevent_dynTAalarmMonitor

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene TA Alarm Monitor state; On (true) or Off (false).

dynTMAalarm

Description: Dynalene TMA Alarm State.

EFDB_Topic:

HVAC_logevent_dynTMAalarm

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene TMA Alarm state; On (true) or Off (false).

dynTMAalarmCMD

Description: Dynalene TMA Alarm Command State.

EFDB_Topic:

HVAC_logevent_dynTMAalarmCMD

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene TMA Alarm Command state; On (true) or Off (false).

dynTMAalarmMonitor

Description: Dynalene TMA Alarm Monitor State.

EFDB_Topic:

HVAC_logevent_dynTMAalarmMonitor

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene TMA Alarm Monitor state; On (true) or Off (false).

dynTankLevelAlarmCMD

Description: Dynalene Tank Level Alarm Command State.

EFDB_Topic:

HVAC_logevent_dynTankLevelAlarmCMD

state

IDL_Type:

boolean

Units:

unitless

Description: Dynalene Tank Level Alarm Command state; On (true) or Off (false).

dynaleneState

Description: Dynalene State.

EFDB_Topic:

HVAC_logevent_dynaleneState

state

IDL_Type:

int

Units:

unitless

Description: Dynalene state; a DynaleneState enum.

dynaleneTankLevel

Description: Dynalene Tank Level Alarm State.

EFDB_Topic:

HVAC_logevent_dynaleneTankLevel

state

IDL_Type:

int

Units:

unitless

Description: Dynalene Tank Level Alarm state; a DynaleneTankLevel enum.

fancoilConfiguration

Description: Configuration of a FANCOIL device.

EFDB_Topic:

HVAC_logevent_fancoilConfiguration

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_fancoil enums.

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

manejadoraConfiguration

Description: Configuration of a MANEJADORA device.

EFDB_Topic:

HVAC_logevent_manejadoraConfiguration

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_manejadora enums.

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

manejadoraLowerConfiguration

Description: Configuration of a MANEJADORA_LOWER device.

EFDB_Topic:

HVAC_logevent_manejadoraLowerConfiguration

device_id

IDL_Type:

int

Units:

unitless

Description: Device ID; one of the DeviceId_manejadoraLower enums.

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: Temperature Anti-freeze

authList

Description: Who can command this CSC.

EFDB_Topic:

SALGeneric_logevent_authList

Category:

csc

authorizedUsers

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of authorized users currently allowed to command this CSC.

nonAuthorizedCSCs

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of CSC’s not currently allowed to command this CSC.

errorCode

Description: Output when this CSC goes into the Fault state as an explanation of the problem.

EFDB_Topic:

SALGeneric_logevent_errorCode

Category:

csc

errorCode

IDL_Type:

long

Units:

unitless

Description: A numeric error code.

errorReport

IDL_Type:

string

Units:

unitless

Description: An string providing detailed information about the error.

traceback

IDL_Type:

string

Units:

unitless

Description: An optional stack trace of the error condition.

heartbeat

Description: Event output at regular intervals (typcally once per second) to show that the SAL component is alive.

EFDB_Topic:

SALGeneric_logevent_heartbeat

Category:

mandatory

heartbeat

IDL_Type:

boolean

Units:

unitless

Description: Deprecated field that you should ignore.

logLevel

Description: Current logging level.

EFDB_Topic:

SALGeneric_logevent_logLevel

Category:

mandatory

level

IDL_Type:

int

Units:

unitless

Description: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10.

subsystem

IDL_Type:

string

Units:

unitless

Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.

logMessage

Description: A log message.

EFDB_Topic:

SALGeneric_logevent_logMessage

Category:

mandatory

name

IDL_Type:

string

Units:

unitless

Description: Log name.

level

IDL_Type:

int

Units:

unitless

Description: Message level, a Python logging level: error=40, warning=30, info=20, debug=10.

message

IDL_Type:

string

Units:

unitless

Description: Log message.

traceback

IDL_Type:

string

Units:

unitless

Description: Exception traceback; “” if not an exception.

filePath

IDL_Type:

string

Units:

unitless

Description: Path to source file.

functionName

IDL_Type:

string

Units:

unitless

Description: Function or method name.

lineNumber

IDL_Type:

long

Units:

unitless

Description: Line number in the file specified by filePath.

process

IDL_Type:

long

Units:

unitless

Description: Process ID.

timestamp

IDL_Type:

double

Units:

second

Description: The time at which the condition being reported was observed (TAI unix seconds). 0 if unspecified.

simulationMode

Description: Current simulation mode.

EFDB_Topic:

SALGeneric_logevent_simulationMode

Category:

csc

mode

IDL_Type:

int

Units:

unitless

Description: Current simulation mode; 0 for normal operation (no simulation); other supported values are specific to each CSC.

softwareVersions

Description: Current versions of software in use by CSC.

EFDB_Topic:

SALGeneric_logevent_softwareVersions

Category:

mandatory

salVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of SAL generation.

xmlVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of CSC XML.

openSpliceVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of OpenSplice.

cscVersion

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: The software version of this CSC.

subsystemVersions

IDL_Type:

string

Units:

unitless

Description: A comma delimited list of key=value pairs relating subsystem name (key) to its version number (value). This may be left blank if there are no subsystems within this CSC.

summaryState

Description: Current summary state of this CSC.

EFDB_Topic:

SALGeneric_logevent_summaryState

Category:

csc

summaryState

IDL_Type:

long

Units:

unitless

Description: High level state machine state identifier.

Telemetry

bombaAguaFriaP01

Description: Telemetry for the bombaAguaFriaP01 device.

EFDB_Topic:

HVAC_bombaAguaFriaP01

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

chiller01P01

Description: Telemetry for the chiller01P01 device.

EFDB_Topic:

HVAC_chiller01P01

potenciaTrabajo

IDL_Type:

float

Units:

%

Description: Power Work

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

compresor01Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor01 AlarmDO

compresor01Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor01 Functioning

compresor02Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor02 AlarmDO

compresor02Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor02 Functioning

compresor03Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor03 AlarmDO

compresor03Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor03 Functioning

compresor04Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor04 AlarmDO

compresor04Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor04 Functioning

estadoUnidad

IDL_Type:

float

Units:

unitless

Description: State Unit

horasCompresor01

IDL_Type:

float

Units:

h

Description: Hours Compressor01

horasCompresor02

IDL_Type:

float

Units:

h

Description: Hours Compressor02

horasCompresor03

IDL_Type:

float

Units:

h

Description: Hours Compressor03

horasCompresor04

IDL_Type:

float

Units:

h

Description: Hours Compressor04

horasCompresorPromedio

IDL_Type:

float

Units:

h

Description: Hours Compressor Mean

modoOperacion

IDL_Type:

float

Units:

unitless

Description: Mode Operation

potenciaDisponibleChiller

IDL_Type:

float

Units:

%

Description: Power Available Chiller

presionBajaCto1

IDL_Type:

float

Units:

Pa

Description: Pressure Low CTO1

presionBajaCto2

IDL_Type:

float

Units:

Pa

Description: Pressure Low CTO2

setpointActivo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Active

temperaturaAguaImpulsionEvaporador

IDL_Type:

float

Units:

deg_C

Description: Temperature Water Impulse Evaparator

temperaturaAguaRetornoEvaporador

IDL_Type:

float

Units:

deg_C

Description: Temperature Water Return Evaparator

chiller02P01

Description: Telemetry for the chiller02P01 device.

EFDB_Topic:

HVAC_chiller02P01

potenciaTrabajo

IDL_Type:

float

Units:

%

Description: Power Work

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

compresor01Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor01 AlarmDO

compresor01Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor01 Functioning

compresor02Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor02 AlarmDO

compresor02Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor02 Functioning

compresor03Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor03 AlarmDO

compresor03Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor03 Functioning

compresor04Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor04 AlarmDO

compresor04Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor04 Functioning

estadoUnidad

IDL_Type:

float

Units:

unitless

Description: State Unit

horasCompresor01

IDL_Type:

float

Units:

h

Description: Hours Compressor01

horasCompresor02

IDL_Type:

float

Units:

h

Description: Hours Compressor02

horasCompresor03

IDL_Type:

float

Units:

h

Description: Hours Compressor03

horasCompresor04

IDL_Type:

float

Units:

h

Description: Hours Compressor04

horasCompresorPromedio

IDL_Type:

float

Units:

h

Description: Hours Compressor Mean

modoOperacion

IDL_Type:

float

Units:

unitless

Description: Mode Operation

potenciaDisponibleChiller

IDL_Type:

float

Units:

%

Description: Power Available Chiller

presionBajaCto1

IDL_Type:

float

Units:

Pa

Description: Pressure Low CTO1

presionBajaCto2

IDL_Type:

float

Units:

Pa

Description: Pressure Low CTO2

setpointActivo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Active

temperaturaAguaImpulsionEvaporador

IDL_Type:

float

Units:

deg_C

Description: Temperature Water Impulse Evaparator

temperaturaAguaRetornoEvaporador

IDL_Type:

float

Units:

deg_C

Description: Temperature Water Return Evaparator

chiller03P01

Description: Telemetry for the chiller03P01 device.

EFDB_Topic:

HVAC_chiller03P01

potenciaTrabajo

IDL_Type:

float

Units:

%

Description: Power Work

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

compresor01Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor01 AlarmDO

compresor01Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor01 Functioning

compresor02Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor02 AlarmDO

compresor02Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor02 Functioning

compresor03Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor03 AlarmDO

compresor03Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor03 Functioning

compresor04Alarmado

IDL_Type:

boolean

Units:

unitless

Description: Compressor04 AlarmDO

compresor04Funcionando

IDL_Type:

boolean

Units:

unitless

Description: Compressor04 Functioning

estadoUnidad

IDL_Type:

float

Units:

unitless

Description: State Unit

horasCompresor01

IDL_Type:

float

Units:

h

Description: Hours Compressor01

horasCompresor02

IDL_Type:

float

Units:

h

Description: Hours Compressor02

horasCompresor03

IDL_Type:

float

Units:

h

Description: Hours Compressor03

horasCompresor04

IDL_Type:

float

Units:

h

Description: Hours Compressor04

horasCompresorPromedio

IDL_Type:

float

Units:

h

Description: Hours Compressor Mean

modoOperacion

IDL_Type:

float

Units:

unitless

Description: Mode Operation

potenciaDisponibleChiller

IDL_Type:

float

Units:

%

Description: Power Available Chiller

presionBajaCto1

IDL_Type:

float

Units:

Pa

Description: Pressure Low CTO1

presionBajaCto2

IDL_Type:

float

Units:

Pa

Description: Pressure Low CTO2

setpointActivo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Active

temperaturaAguaImpulsionEvaporador

IDL_Type:

float

Units:

deg_C

Description: Temperature Water Impulse Evaparator

temperaturaAguaRetornoEvaporador

IDL_Type:

float

Units:

deg_C

Description: Temperature Water Return Evaparator

crack01P02

Description: Telemetry for the crack01P02 device.

EFDB_Topic:

HVAC_crack01P02

aperturaValvula

IDL_Type:

float

Units:

%

Description: Opening Valve

humedadSala

IDL_Type:

float

Units:

%

Description: Humidity Room

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDeUnidad

IDL_Type:

float

Units:

unitless

Description: State OfUnit

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoPresenciaAlarma

IDL_Type:

boolean

Units:

unitless

Description: State Presense Alarm

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

modoOperacionUnidad

IDL_Type:

float

Units:

unitless

Description: Mode Operation Unit

numeroCircuitos

IDL_Type:

float

Units:

unitless

Description: Number Circuits

requerimientoHumidificador

IDL_Type:

float

Units:

%

Description: Requirement Humidifier

setpointCooling

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling

setpointDeshumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Dehumidifier

setpointHeating

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating

setpointHumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Humidifier

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

crack02P02

Description: Telemetry for the crack02P02 device.

EFDB_Topic:

HVAC_crack02P02

aperturaValvula

IDL_Type:

float

Units:

%

Description: Opening Valve

humedadSala

IDL_Type:

float

Units:

%

Description: Humidity Room

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDeUnidad

IDL_Type:

float

Units:

unitless

Description: State OfUnit

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoPresenciaAlarma

IDL_Type:

boolean

Units:

unitless

Description: State Presense Alarm

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

modoOperacionUnidad

IDL_Type:

float

Units:

unitless

Description: Mode Operation Unit

numeroCircuitos

IDL_Type:

float

Units:

unitless

Description: Number Circuits

requerimientoHumidificador

IDL_Type:

float

Units:

%

Description: Requirement Humidifier

setpointCooling

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling

setpointDeshumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Dehumidifier

setpointHeating

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating

setpointHumidificador

IDL_Type:

float

Units:

%

Description: Setpoint Humidifier

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

dynaleneP05

Description: Telemetry for the Dynalene device.

EFDB_Topic:

HVAC_dynaleneP05

dynCH01LS01

IDL_Type:

float

Units:

%

Description: Dynalene Tank Level on Chiller 01.

dynCH01supFS01

IDL_Type:

float

Units:

l/min

Description: Dynalene Chiller 01 supply flowrate.

dynCH01supPS11

IDL_Type:

float

Units:

Pa

Description: Dynalene Chiller 01 supply pressure.

dynCH01supTS05

IDL_Type:

float

Units:

deg_C

Description: Dynalene Chiller 01 supply temperature.

dynCH02LS02

IDL_Type:

float

Units:

%

Description: Dynalene Tank Level on Chiller 02.

dynCH02supFS02

IDL_Type:

float

Units:

l/min

Description: Dynalene Chiller 02 supply flowrate .

dynCH02supPS13

IDL_Type:

float

Units:

Pa

Description: Dynalene Chiller 02 supply pressure.

dynCH02supTS07

IDL_Type:

float

Units:

deg_C

Description: Dynalene Chiller 02 supply temperature.

dynTAretPS04

IDL_Type:

float

Units:

Pa

Description: Test Area Dynalene manifold supply pressure.

dynTAretTS04

IDL_Type:

float

Units:

deg_C

Description: Test Area Dynalene manifold return temperature.

dynTAsupFS04

IDL_Type:

float

Units:

l/min

Description: Test Area Dynalene flowrate to L3 Manifold.

dynTAsupPS03

IDL_Type:

float

Units:

Pa

Description: Test Area Dynalene manifold supply pressure.

dynTAsupTS03

IDL_Type:

float

Units:

deg_C

Description: Test Area Dynalene manifold supply temperature.

dynTAtpd

IDL_Type:

float

Units:

kW

Description: Thermal Power Dissipation on L3 Manifold.

dynTMAretPS02

IDL_Type:

float

Units:

Pa

Description: TMA Dynalene manifold supply pressure.

dynTMAretTS02

IDL_Type:

float

Units:

deg_C

Description: TMA Dynalene manifold return temperature.

dynTMAsupFS03

IDL_Type:

float

Units:

l/min

Description: TMA Dynalene flowrate to L6 Manifold.

dynTMAsupPS01

IDL_Type:

float

Units:

Pa

Description: TMA Dynalene manifold supply pressure.

dynTMAsupTS01

IDL_Type:

float

Units:

deg_C

Description: TMA Dynalene manifold supply temperature.

dynTMAtpd

IDL_Type:

float

Units:

kW

Description: Thermal Power Dissipation on L6 Manifold.

fancoil01P02

Description: Telemetry for the fancoil01P02 device.

EFDB_Topic:

HVAC_fancoil01P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil02P02

Description: Telemetry for the fancoil02P02 device.

EFDB_Topic:

HVAC_fancoil02P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil03P02

Description: Telemetry for the fancoil03P02 device.

EFDB_Topic:

HVAC_fancoil03P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil04P02

Description: Telemetry for the fancoil04P02 device.

EFDB_Topic:

HVAC_fancoil04P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil05P02

Description: Telemetry for the fancoil05P02 device.

EFDB_Topic:

HVAC_fancoil05P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil06P02

Description: Telemetry for the fancoil06P02 device.

EFDB_Topic:

HVAC_fancoil06P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil07P02

Description: Telemetry for the fancoil07P02 device.

EFDB_Topic:

HVAC_fancoil07P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil08P02

Description: Telemetry for the fancoil08P02 device.

EFDB_Topic:

HVAC_fancoil08P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil09P02

Description: Telemetry for the fancoil09P02 device.

EFDB_Topic:

HVAC_fancoil09P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil10P02

Description: Telemetry for the fancoil10P02 device.

EFDB_Topic:

HVAC_fancoil10P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil11P02

Description: Telemetry for the fancoil11P02 device.

EFDB_Topic:

HVAC_fancoil11P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

fancoil12P02

Description: Telemetry for the fancoil12P02 device.

EFDB_Topic:

HVAC_fancoil12P02

aperturaValvulaFrio

IDL_Type:

float

Units:

%

Description: Opening Valve Cold

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoCalefactor

IDL_Type:

boolean

Units:

unitless

Description: State Heater

estadoOperacion

IDL_Type:

boolean

Units:

unitless

Description: State Operation

estadoVentilador

IDL_Type:

boolean

Units:

unitless

Description: State Fan

setpointCoolingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Day

setpointCoolingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Cooling Night

setpointHeatingDay

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Day

setpointHeatingNight

IDL_Type:

float

Units:

deg_C

Description: Setpoint Heating Night

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

temperaturaSala

IDL_Type:

float

Units:

deg_C

Description: Temperature Room

generalP01

Description: Telemetry for the generalP01 device.

EFDB_Topic:

HVAC_generalP01

temperaturaAmbiente

IDL_Type:

float

Units:

deg_C

Description: Temperature Ambient

manejadoraLower01P05

Description: Telemetry for the manejadoraLower01P05 device.

EFDB_Topic:

HVAC_manejadoraLower01P05

alarmaFiltro

IDL_Type:

boolean

Units:

unitless

Description: Alarm Filter

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

calefaccionEtapa01

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage01

calefaccionEtapa02

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage02

caudalVentiladorImpulsion

IDL_Type:

float

Units:

m3/h

Description: Yield Fan Impulse

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDamper

IDL_Type:

boolean

Units:

unitless

Description: State Damper

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoValvula

IDL_Type:

float

Units:

%

Description: State Valve

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

resetAlarma

IDL_Type:

boolean

Units:

unitless

Description: Reset Alarm

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaAmbienteExterior

IDL_Type:

float

Units:

deg_C

Description: Temperature Ambient Exterior

temperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: Temperature Anti-freeze

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

manejadoraLower02P05

Description: Telemetry for the manejadoraLower02P05 device.

EFDB_Topic:

HVAC_manejadoraLower02P05

alarmaFiltro

IDL_Type:

boolean

Units:

unitless

Description: Alarm Filter

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

calefaccionEtapa01

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage01

calefaccionEtapa02

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage02

caudalVentiladorImpulsion

IDL_Type:

float

Units:

m3/h

Description: Yield Fan Impulse

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDamper

IDL_Type:

boolean

Units:

unitless

Description: State Damper

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoValvula

IDL_Type:

float

Units:

%

Description: State Valve

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

resetAlarma

IDL_Type:

boolean

Units:

unitless

Description: Reset Alarm

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaAmbienteExterior

IDL_Type:

float

Units:

deg_C

Description: Temperature Ambient Exterior

temperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: Temperature Anti-freeze

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

manejadoraLower03P05

Description: Telemetry for the manejadoraLower03P05 device.

EFDB_Topic:

HVAC_manejadoraLower03P05

alarmaFiltro

IDL_Type:

boolean

Units:

unitless

Description: Alarm Filter

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

calefaccionEtapa01

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage01

calefaccionEtapa02

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage02

caudalVentiladorImpulsion

IDL_Type:

float

Units:

m3/h

Description: Yield Fan Impulse

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDamper

IDL_Type:

boolean

Units:

unitless

Description: State Damper

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoValvula

IDL_Type:

float

Units:

%

Description: State Valve

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

resetAlarma

IDL_Type:

boolean

Units:

unitless

Description: Reset Alarm

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaAmbienteExterior

IDL_Type:

float

Units:

deg_C

Description: Temperature Ambient Exterior

temperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: Temperature Anti-freeze

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

manejadoraLower04P05

Description: Telemetry for the manejadoraLower04P05 device.

EFDB_Topic:

HVAC_manejadoraLower04P05

alarmaFiltro

IDL_Type:

boolean

Units:

unitless

Description: Alarm Filter

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

calefaccionEtapa01

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage01

calefaccionEtapa02

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage02

caudalVentiladorImpulsion

IDL_Type:

float

Units:

m3/h

Description: Yield Fan Impulse

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDamper

IDL_Type:

boolean

Units:

unitless

Description: State Damper

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoValvula

IDL_Type:

float

Units:

%

Description: State Valve

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

resetAlarma

IDL_Type:

boolean

Units:

unitless

Description: Reset Alarm

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaAmbienteExterior

IDL_Type:

float

Units:

deg_C

Description: Temperature Ambient Exterior

temperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: Temperature Anti-freeze

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

manejadoraSblancaP04

Description: Telemetry for the manejadoraSblancaP04 device.

EFDB_Topic:

HVAC_manejadoraSblancaP04

alarmaFiltro

IDL_Type:

boolean

Units:

unitless

Description: Alarm Filter

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

calefaccionEtapa01

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage01

calefaccionEtapa02

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage02

caudalVentiladorImpulsion

IDL_Type:

float

Units:

%

Description: Yield Fan Impulse

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDamper

IDL_Type:

boolean

Units:

unitless

Description: State Damper

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoTemperaturaAmbiente

IDL_Type:

float

Units:

deg_C

Description: State Temperature Ambient

estadoTemperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: State Temperature Anti-freeze

estadoTemperaturaExterior

IDL_Type:

float

Units:

deg_C

Description: State Temperature Exterior

estadoValvula

IDL_Type:

float

Units:

%

Description: State Valve

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

resetAlarma

IDL_Type:

boolean

Units:

unitless

Description: Reset Alarm

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

manejadoraSlimpiaP04

Description: Telemetry for the manejadoraSlimpiaP04 device.

EFDB_Topic:

HVAC_manejadoraSlimpiaP04

alarmaFiltro

IDL_Type:

boolean

Units:

unitless

Description: Alarm Filter

alarmaGeneral

IDL_Type:

boolean

Units:

unitless

Description: Alarm General

calefaccionEtapa01

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage01

calefaccionEtapa02

IDL_Type:

boolean

Units:

unitless

Description: Heating Stage02

caudalVentiladorImpulsion

IDL_Type:

float

Units:

%

Description: Yield Fan Impulse

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoDamper

IDL_Type:

boolean

Units:

unitless

Description: State Damper

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoTemperaturaAmbiente

IDL_Type:

float

Units:

deg_C

Description: State Temperature Ambient

estadoTemperaturaAnticongelante

IDL_Type:

float

Units:

deg_C

Description: State Temperature Anti-freeze

estadoTemperaturaExterior

IDL_Type:

float

Units:

deg_C

Description: State Temperature Exterior

estadoValvula

IDL_Type:

float

Units:

%

Description: State Valve

horometro

IDL_Type:

float

Units:

h

Description: HOROMETRO

resetAlarma

IDL_Type:

boolean

Units:

unitless

Description: Reset Alarm

setpointTrabajo

IDL_Type:

float

Units:

deg_C

Description: Setpoint Work

setpointVentiladorMax

IDL_Type:

float

Units:

%

Description: Setpoint Fan Max

setpointVentiladorMin

IDL_Type:

float

Units:

%

Description: Setpoint Fan Min

temperaturaInyeccion

IDL_Type:

float

Units:

deg_C

Description: Temperature Injection

temperaturaRetorno

IDL_Type:

float

Units:

deg_C

Description: Temperature Return

valorConsigna

IDL_Type:

float

Units:

deg_C

Description: Value Setpoint

valvulaP01

Description: Telemetry for the valvulaP01 device.

EFDB_Topic:

HVAC_valvulaP01

estadoValvula03

IDL_Type:

boolean

Units:

unitless

Description: State Valve03

estadoValvula04

IDL_Type:

boolean

Units:

unitless

Description: State Valve04

estadoValvula05

IDL_Type:

boolean

Units:

unitless

Description: State Valve05

estadoValvula06

IDL_Type:

boolean

Units:

unitless

Description: State Valve06

estadoValvula12

IDL_Type:

boolean

Units:

unitless

Description: State Valve12

vea01P01

Description: Telemetry for the vea01P01 device.

EFDB_Topic:

HVAC_vea01P01

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoSelector

IDL_Type:

boolean

Units:

unitless

Description: State Switch

vea01P05

Description: Telemetry for the vea01P05 device.

EFDB_Topic:

HVAC_vea01P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea08P05

Description: Telemetry for the vea08P05 device.

EFDB_Topic:

HVAC_vea08P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea09P05

Description: Telemetry for the vea09P05 device.

EFDB_Topic:

HVAC_vea09P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea10P05

Description: Telemetry for the vea10P05 device.

EFDB_Topic:

HVAC_vea10P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea11P05

Description: Telemetry for the vea11P05 device.

EFDB_Topic:

HVAC_vea11P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea12P05

Description: Telemetry for the vea12P05 device.

EFDB_Topic:

HVAC_vea12P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea13P05

Description: Telemetry for the vea13P05 device.

EFDB_Topic:

HVAC_vea13P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea14P05

Description: Telemetry for the vea14P05 device.

EFDB_Topic:

HVAC_vea14P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea15P05

Description: Telemetry for the vea15P05 device.

EFDB_Topic:

HVAC_vea15P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea16P05

Description: Telemetry for the vea16P05 device.

EFDB_Topic:

HVAC_vea16P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vea17P05

Description: Telemetry for the vea17P05 device.

EFDB_Topic:

HVAC_vea17P05

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vec01P01

Description: Telemetry for the vec01P01 device.

EFDB_Topic:

HVAC_vec01P01

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoSelector

IDL_Type:

boolean

Units:

unitless

Description: State Switch

vex03LowerP04

Description: Telemetry for the vex03LowerP04 device.

EFDB_Topic:

HVAC_vex03LowerP04

comando

IDL_Type:

boolean

Units:

unitless

Description: Command

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vex04CargaP04

Description: Telemetry for the vex04CargaP04 device.

EFDB_Topic:

HVAC_vex04CargaP04

comando

IDL_Type:

boolean

Units:

unitless

Description: Command

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

fallaTermica

IDL_Type:

boolean

Units:

unitless

Description: Error Thermal

vin01P01

Description: Telemetry for the vin01P01 device.

EFDB_Topic:

HVAC_vin01P01

comandoEncendido

IDL_Type:

boolean

Units:

unitless

Description: Command Started

estadoFuncionamiento

IDL_Type:

boolean

Units:

unitless

Description: State Working

estadoSelector

IDL_Type:

boolean

Units:

unitless

Description: State Switch