Vermont Energy Control Systems

Practical monitoring and control for the real world

Terminology

Every discipline has its own terminology. Electrical engineers, programmers, electricians, and controls engineers all use specialized vocabulary, often with different words to describe the same thing. This section describes the concepts and terms used in Vesta documentation.

I/O: Input and Output - data or values coming into the Vesta from the outside world, or being send from the Vesta to the outside world.
Variable: A user-defined internal 'scratchpad' used by the Vesta to hold a value for future use. For instance, you might define a variable called 'Main Floor Setpoint' that would hold the value of the desired main floor temperature.
Discrete: An input, output, or variable which can be in one of only two states, generally corresponding to 'on or 'off'. Sometimes referred to as 'Binary', 'Digital', or 'Boolean'. See table below for examples.
Analog: An input, output, or variable which can have a wide range values. Analog inputs are typically used to measure values such as temperature or humidity.
State Variable: A discrete variable - a variable that can only have two states.
Data Element: In the Vesta, 'Data Element' means any input, output, or variable - any data that's available to be displayed, logged, or used in rules.

Discrete Values

The Vesta controller is at its core a computer, and it processes rules as a computer does. In the physical world, a pump may be on or a contact may be closed or a coil may be energized. Inside a computer, these states are represented as TRUE or FALSE values. The Vesta controller uses TRUE and FALSE in the following ways:

TRUE means 'on' or 'non-zero' or 'active'. The implication is that something is happening.

  • For contacts, TRUE means 'closed'.
  • When a discrete output is TRUE, power is being supplied to the relay coil, LED, or whatever the discrete output is driving.
  • For a timer or any numeric value, TRUE means non-zero.

FALSE means 'off' or 'zero' or 'inactive'.

  • For contacts, FALSE means 'open' - no current is flowing.
  • When a discrete output is FALSE, no power is being supplied.
  • For timers and numeric values, FALSE means zero.

TRUE and FALSE are not typically used with temperatures or other values that can have a fractional part, because the results can be unexpected. A temperature of 0.001 degrees will display as '0', but is actually non-zero and will be treated as TRUE.

Here are different words that can be used to describe each of the two states that a discrete may have.

TRUE FALSE
On Off
Active Inactive
Non-Zero Zero
Bright Dark
Closed Open

Electrical Connection and Signal Types

The Vesta controller is designed to connect electrically to a variety of physical devices. Electrical connections are divided into four broad categories:

  1. Power. Electrical power to run or operate a device.
  2. Communication. Ethernet, USB, or other connections used to transmit data between intelligent devices.
  3. Analog. Electrical signals that can have a range of values. The output of a typical temperature sensor would be an example.
  4. Discrete. Electrical signals that can have only two values such as off/on, open/closed, or active/inactive. Also called digital signals.

The Vesta controller uses all four categories. Power is straightforward, and communication is usually only the Ethernet connection. The bulk of the connections (and complexity) are the analog and discrete signals. The Vesta controller supports both inputs and outputs for these types of signals. They're typically used as follows:

Analog Inputs are to read temperature and other types of sensors that can measure a range of values.

Analog Outputs provide a signal that can be used to drive certain pumps, fans, or valves to variable speeds or positions.

Discrete Inputs are typically used to detect contact closure. Each discrete input consists of a pair of wires. If the input wires are shorted together, the input is sensed as 'TRUE'.

Discrete Outputs provide the ability to turn on or activate an external device such as a relay or an LED. A discrete output that's on provides 12 Volts.

All programming and control of the Vesta controller is accomplished through the use of these four electrical signal types.

Color Codes

For external connectors, colors are used where possible to help minimize the chances of plugging the wrong cable into the wrong connector. Each signal type has a unique color as follows:

  • Analog Inputs are grey (or white)
  • Analog Outputs are yellow
  • Discrete Inputs are green
  • Discrete Outputs are blue

These colors are also used in the web interface when displaying values for discrete inputs and outputs. While it's not required, using matching cables will help prevent mistakes.

Connectors

A picture of a CAT5 connector

The Vesta uses standard cables, connectors, and related tools that are readily available on this site and at most hardware stores.

RJ45: The Vesta controller uses standard RJ45 connectors for some of the I/O. These are 8 conductor connectors that are used for Ethernet cables. The male connector is easily crimped onto standard Ethernet cable with an inexpensive tool. The female connector is designed to snap into a panel (such as a wall plate) and is known as a 'keystone' connector. Electrical connection to the female connector is accomplished by pressing wires into slots in the back of the connector with another inexpensive device called a 'punchdown' tool.

RJ11 and RJ12: These are the connectors that are often used for telephone cables. They have positions for six conductors, but often only four are used. They look identical to RJ45 connectors, except that they are narrower. A connector that uses all six conductors is called RJ12, while a connector that only uses the middle four conductors is called RJ11.