
First version
Rev 1.00
22 Sep 2016
Helios User Manual
15
Chapter 7 – Registers & Commands
This chapter is relevant when using the Profinet or EtherNet/IP protocols. It describes the registers and data that can
be read from the Helios, and the commands that can be sent to the Helios.
LED indicators table
There are seven LEDs for different status/error indications. From left to right (and top to bottom), the LEDs are:
1.
Power
2.
COM (Green)
3.
COM (Red)
4.
Link (Port 1)
5.
TX/RX (Port 1)
6.
Link (Port 2)
7.
TX/RX (Port 2)
Here is a more detailed explanation of what each LED means:
LED
On
Flashing
Off
Power
Power is connected
No power
COM (Green)
DCP signal service is
initiated via the bus
No error
COM (Red)
No configuration; slow
or no physical link
No data exchange
No error
Link (Port 1)
Port 1 is connected to
Ethernet
Port 1 is NOT
connected
TX/RX (Port 1)
Port 1 is
sending/receiving
Port 1 is NOT
sending/receiving
Link (Port 2)
Port 2 is connected to
Ethernet
Port 2 is NOT
connected
TX/RX (Port 2)
Port 2 is
sending/receiving
Port 2 is NOT
sending/receiving
Modules and Registers
In Profinet Mode, 64 bytes of data are read from the Helios. The data is “Big Endian”.
In EtherNet/IP mode, 66 bytes of data are read from the Helios. The data is “Little Endian”.
The format of these bytes is shown in the tables below.
The first 2 bytes (0-1) form a “Status Register”. Each bit represents a specific status (on/off).
The next 20 bytes (2-21) contain “Constants”, values that define the Helios capabilities and never change.
NOTE: As the “Constants” do not change their value, they can be used to “sync” the data in order to verify
which byte is which in the data. See examples below.
The next 24 bytes (22-45) contain “Measurement Results”, Helios data that changes during measurements.
The last 12 bytes (for Profinet) or 14 bytes (for EtherNet/IP) are spare and should always return 0.
Some constants and data bytes are defined as 1-byte characters, some as 2-byte integers, and some as 4-byte
integers.
The details of each field are shown in the tables below.