WTE TReX-460 User manual

TReX User Manual v15.30 Firmware
WTE TReX
IoT, TELEMETRY, MESSAGING I/O
TRANSCEIVER + PLC
User Manual
© WTE Limited, 2022 Christchurch New Zealand Page 1 of 302

TReX User Manual v15.30 Firmware
Table of Contents
Intro uction...............................................6
TReX Features........................................6
TReX Versions........................................9
TReX I/O Connection Variants..........9
Safety Information...................................10
Operation..................................................15
Buttons......................................................16
MENU/BACK:.....................................16
UP:........................................................16
DOWN:.................................................16
RIGHT:.................................................16
ENTER:................................................16
Main Screens............................................17
IO Screens.............................................19
TX Screens............................................21
RX Screens...........................................23
PLC Screens..........................................25
Site Configuration Tools..........................26
Spectrum Analyser................................26
Demodulated Signal Viewer.................27
Ra io Link Encryption...........................28
Radio Links...........................................28
Secure Nationwide or Local Paging.....28
DMR Messaging.......................................29
Programmable Logic Controller............30
Two-Way Paging......................................31
Configuration Metho s...........................32
Configuration Backup and Restoration.32
Front Panel Menu Configuration..........33
Web Browser Configuration.................35
Serial Command Configuration............37
MENU Configuration..............................39
SYSTEM Menu....................................41
TEST Sub Menu...................................44
FACTORY Sub Menu...........................45
TIME Sub Menu...................................47
SPECTRUM Menu...............................48
RF Menu...............................................50
ENCRYPTION Sub-Menu...............52
RX Menu...............................................53
FILTERS..........................................55
TX Menu...............................................58
MISMATCH Sub-Menu...................61
PROTOCOL Menu...............................63
MQTT Sub-Menu.............................65
TCP-IP Menu........................................67
SECURITY Sub-Menu....................70
TELEMETRY Menu.............................71
SERIAL LINK Menu............................74
STORE FWD Menu..............................75
PLC Menu.............................................76
Ladder Program Quick-View...........78
RUNGS sub-menu...........................79
TIMERS Sub-Menu.........................83
Timer Types......................................83
COUNTERS Sub-Menu...................84
COMPARATOR Sub-Menu.............85
ALARMS Sub-Menu.......................86
MACROS Sub-Menu.......................88
MATCH Sub-Menu..........................89
Inputs Menu..........................................90
ADC CAL Sub-Menu...........................91
Input Config Sub-Menu...................93
Outputs Menu.......................................96
Output Config Sub-Menu.................97
DAC CAL Sub-Menu.......................98
Alerts Menu........................................100
Serial Comman Configuration...........102
Main Commands.................................102
*REBOOT......................................102
*CONFIG.......................................102
*SAVE............................................102
*LIST.............................................102
*DEFAULTS..................................102
*RSSI.............................................103
*USERPASS..................................103
*IO..................................................103
*TEMP...........................................104
*PWR.............................................104
*VER..............................................104
*RTC_DATE..................................104
*RTC_TIME..................................105
*ENCRYPT....................................105
*BYPASS.......................................105
*LAB..............................................106
*POPUP.........................................106
Transmit Commands...........................108
*TX_FREQ....................................108
*TX_PROTO.................................108
*TX_BAUD...................................108
*TX_PWR......................................108
*TX_MODE...................................109
© WTE Limited, 2022 Christchurch New Zealand Page 2 of 302

TReX User Manual v15.30 Firmware
*TX_LEVEL..................................109
*TX_CAP.......................................109
*TX_DMR.....................................110
*TX_PERIODIC............................110
*TX_PREAMBLE.........................110
*TX_LEAD....................................111
*TX_LOG......................................111
*TX_REPEAT................................111
*RF_KEY.......................................113
Receive Commands............................114
*RX_ENABLE...............................114
*RX_FREQ....................................114
*RX_BAUD...................................114
*RX_PROTO.................................114
*RX_MODE...................................115
*RX_RANGE.................................115
*RX_BUSY....................................115
*RX_LINK.....................................116
*RX_LOG......................................116
Store Forward Commands..................117
*STORE_FWD..............................117
Protocol Commands............................118
*SENT_RESP................................118
*MQTT_CONFIG..........................119
*PROTO_OPTS.............................119
Input Commands.................................120
*IN_INIT........................................120
*IN_CONFIG_L............................120
*IN_CONFIG_H............................121
*IN_MSG_L..................................122
*IN_MSG_H..................................122
*IN_ANALOG...............................122
Output Commands..............................123
*OUT_CONFIG.............................123
*OUT_OPTS..................................123
*UNIT_ID......................................124
Mismatch Commands.........................125
*MISMATCH_CAL.......................125
*MISMATCH_DATA....................125
DMR Commands................................127
*DMR_CAL...................................127
*DMR_DB.....................................127
System Commands.............................128
*TREX_LANG..............................128
*TREX_BACKLIGHT..................128
*TREX_SOUND...........................128
*TREX_RS232..............................128
*TREX_RS422..............................129
*TREX_ALERT.............................129
*TREX_OVERTEMP....................129
*TREX_FILTERS..........................130
*TREX_TELEMETRY..................130
*TREX_SCREEN..........................131
*TREX_PIN...................................131
*TREX_AN_CAL..........................131
*LIMITS........................................132
*TIME_SRC..................................132
PLC Commands..................................134
PLC_CONFIG................................134
PLC_RUNG...................................134
PLC_OPTS.....................................135
PLC_TMR......................................136
PLC_CNTR....................................136
PLC_CMP......................................136
PLC_ALARM................................137
PLC_MATCH................................137
TCP-IP Commands.............................139
*IP_ENABLE................................139
*IP_HOST......................................139
*IP_ADD........................................139
*IP_PORT......................................140
*IP_MASK.....................................140
*IP_GATE......................................140
*IP_DNS........................................140
*IP_MAC.......................................141
*PING............................................141
Protocols.................................................142
WT Protocol........................................142
Serial Only Output.........................144
4 Level Modulations......................145
Support for Multiple Messages......145
DMR Message Format...................147
Variable Content Macros................148
Using the RIC and DMR Database 148
Modbus...............................................151
Modbus RTU..................................151
Modbus TCP..................................151
Function Codes...............................151
Modbus Mapping Table.................152
Software Integration.......................153
RAW Protocol.....................................154
*RAW_TIMEOUT.........................154
*RAW_END...................................154
*RAW_CONFIG............................154
© WTE Limited, 2022 Christchurch New Zealand Page 3 of 302

TReX User Manual v15.30 Firmware
MQTT.................................................155
Configuration.................................156
Connecting to an MQTT Broker....156
Subscribed Topic............................156
Published Topics............................156
Rotating Message Out....................158
Full System Operation....................159
Remote Device Support.................159
PLC Support..........................................160
Key Terminology................................161
PLC Logging.......................................162
PLC Macros........................................163
Macro sequencing..........................164
PLC Equivalent Structures..................165
Nested Branches.............................165
Multi-Branch Rungs.......................165
PLC Parallel Outputs..........................166
PLC Examples....................................167
One Input to One Output................167
Two Input to One Output...............168
Using MAIN Rungs.......................169
Using MAIN and BRANCH Rungs
........................................................170
One Input to many Outputs............171
One Input to one slave output........173
One Slave Input to master output...174
Output controlled by a Timer.........175
Output controlled by an Alarm.......177
Output Controlled by a Counter.....179
Latched Motor Starter....................181
Motion-Activated Lights................182
Wireless Motion Activated Light...184
Delayed Action Transmitter...........185
Alert-Based Cooling System..........187
Simple Multi Unit Alarm System...189
PLC Advanced Programming.............191
Initiating a Transmission................192
PLC Configuration Tool........................194
Getting Started....................................194
Creating a Project................................194
Adding/Modifying Rung Inputs..........195
Adding/Editing Annotations...............195
Saving Projects...................................196
Running Simulated Programs.............196
Adding Rung Branches.......................198
Rung Comments.................................199
Importing TReX Configuration Files..200
Exporting PLC Configuration Files....201
Main Window.....................................202
Simulator Window..............................203
Notes..............................................203
Input Configuration Window..............204
Output Editor Window........................205
Notes..........................................205
Debugging...........................................206
Notes..............................................206
Project Examples................................206
SCADA Support.....................................207
Terminology........................................207
SCADA System Single TReX
Configuration......................................209
Unit Configuration.........................210
SCADA System Multiple TReX
Configuration......................................211
Units Configuration........................212
Viewing Multiple TReX Unit IO on the
MASTER Unit....................................214
IO Mirror Operation.............................215
Serial Link Operation...........................217
Alert Han ling.......................................219
Clearing Alerts....................................223
Input Han ling.......................................224
Controlling Outputs from Inputs.........225
Output Han ling....................................227
WTE Output Control Protocol.............228
Introduction.........................................228
Digital Output Format.........................228
Examples:.......................................228
Analog & Digital Output Format........230
Remote Command Output Format......231
WTE Ack an Confirm Protocol..........233
Introduction.........................................233
SOLT Transmitter Support..................237
Creating a SOLT Translation Table.....238
RF Security.............................................239
Secure Nationwide Paging..................241
Transport Layer Security......................243
Operating as a TLS server...................243
Certificate Generation....................243
Operating as a TLS Client...................246
Notes...................................................246
TLS Connection Error Codes.............246
Repeater Operation Mo es...................248
Store Forward Operation....................249
© WTE Limited, 2022 Christchurch New Zealand Page 4 of 302

TReX User Manual v15.30 Firmware
DMR Translate Repeat Operation.......250
Multi-Site Repeat Operation...............251
Installation..............................................254
Cables Supplied..................................254
Connecting to the TReX........................255
Connector Pin descriptions.................256
RHS TREX-460-i8o1.....................256
RHS TREX-460-i8o8.....................258
LHS TREX-460-i8o1.....................260
LHS TREX-460-i8o8.....................261
Input Output Har ware Connection...264
Inputs..................................................264
Outputs................................................265
Serial Connections.................................266
RS-232................................................266
RS-422/RS-485...................................267
Point To Point Connection.............268
Multi-Point Connection..................268
2 Wire Connection..........................269
Bus Terminating Resistor...............269
RF Connections......................................271
Power Connections................................272
Ethernet Interface..................................273
TReX Firmware Upgra e.....................274
Firmware Upgrade Utility...................274
Upgrade Process.................................275
Physical Dimensions..............................276
Mounting Har ware..............................277
DIN Rail..............................................277
Mounting Channels.............................278
TOP Mount.........................................279
SIDE Mount........................................280
Bottom Mount.....................................281
Mount Bolts Dimensions....................282
Top and Bottom Drilling Template.....283
Side Drilling Template........................284
Optional Mounting Inserts..................285
Omni or Directional Antenna...............288
Omni antenna......................................288
Directional antenna.............................288
Antenna Elevation.................................289
Disclaimer...............................................291
Manufacturing marking an labels.....293
Maintenance...........................................293
Pro uct En Of Life..............................294
Pro uct Warranty..................................295
Abbreviations an Glossary.................296
Specifications..........................................297
© WTE Limited, 2022 Christchurch New Zealand Page 5 of 302

TReX User Manual v15.30 Firmware
Introduction
Thank you for choosing the TReX.
The TReX is a high power transceiver, suitable for commercial, industrial, remotely managed
control/monitoring and autonomous control applications.
The TReX can be use to:
•Automate processes using the integrated ladder logic PLC, with remotely located IO
expansion.
•Transmit and receive POCSAG paging messages.
•Send DMR text messages.
•Operate as a secure IoT gateway allowing control and monitoring from devices
supporting the MQTT protocol.
•Connect to third party SCADA control and monitoring systems using Modbus
protocols.
•Log messages to internal memory to meet auditing requirements.
•Mirror analog and digital inputs to a remote unit.
•Inspect potential site interference using the integrated spectrum analyser.
•Report system and installation errors, such as loss of communications, and battery
states.
•Detect antenna faults during normal operation.
•Transmit and receive secure serial and telemetry data at high data rates and over a very
long range.
•Act as a repeater for forwarding telemetry and paging messages in poor coverage areas.
TReX Features
•Up to 4W power output, operating from 421MHz to 480MHz.
•DIN rail mountable aluminium enclosure that also allows simple mounting from top,
bottom or sides.
•Data transmit rates from 512 baud to 32K baud. Supported channel spacing of 25kHz,
12.5kHz and 6.25kHz.
•Secure AES encryption options for both TCP connections and messages sent across RF
links.
•Ability to receive AES encrypted secure paging messages and securely control outputs
across existing national and local area paging networks.
•Optional Ladder Logic programmable PLC with radio extensions, allowing user
programmable automation.
•Support for an unlimited number of IoT devices to publish to a MQTT broker service.
•Support for two-way paging. Provides receipt of delivery and optionally receipt for
accepted jobs.
© WTE Limited, 2022 Christchurch New Zealand Page 6 of 302

TReX User Manual v15.30 Firmware
•Supports 512, 1200, 2400, 4800 and 9600 baud POCSAG paging messages.
•Transmits DMR Tier 1 text messages (optional).
•Receives 1600 baud 2 level FLEX™ paging messages.
•Modbus RTU and TCP support for easy SCADA system integration.
•Paging store and forward repeater operation with configurable duplicate reject.
•8 digital inputs and outputs.
•Two 0-10V/4-20mA analog outputs
•Two 0-10V analog inputs.
•Integrated spectrum analyser (optional).
•Simple to configure back to back mirroring and monitoring of analog and digital IO.
•Extended SCADA system expansion supporting up to 11 wirelessly connected units per
system (optional).
•Optional logging to SD card of all received and transmitted messages.
•Graphics display shows all radio activity including I/O state.
•Multi language support (English and Spanish) and additional languages available on
request.
•Fully configurable via front panel without the need for an external PC connection.
•Configurable via serial port, direct USB connection or Ethernet.
•RS232, RS422 and RS485 (both 4 and 2 wire) support.
•USB connection allows downloading of message logs or direct access to configuration
files.
•Configured inputs can be programmed to output messages when triggered.
•Configured digital and analog outputs can be controlled via received messages.
•Any output can be assigned to indicate:
◦Channel busy. The channel busy output level is configurable.
◦Filtered match of message payload.
◦Reception of any message.
◦Comms link fail.
◦Antenna fault.
◦Low output power.
◦High temperature.
◦Low RF output.
◦Low low supply voltage.
◦Change in any input state.
•Periodic message support to ensure radio link integrity.
•Low battery messaging.
•Support for additional protocols upon request and negotiation.
•Firmware upgradable.
•High stability oscillator ensuring a maximum of 80Hz drift (at 160MHz) over the entire
specified temperature range.
© WTE Limited, 2022 Christchurch New Zealand Page 7 of 302

TReX User Manual v15.30 Firmware
•Antenna mismatch detection capability.
•High sensitivity receiver.
•Internal real time clock.
•Long-life design uses no moving or electromechanical parts. No limited life
components such as electrolytic capacitors.
© WTE Limited, 2022 Christchurch New Zealand Page 8 of 302

TReX User Manual v15.30 Firmware
TReX Versions
TReX I/O Connection Variants
The TReX can be supplied as different models with different input and output connections.
•TReX-460 i8o1
◦8 digital inputs
◦2 analog inputs
◦7 digital (open drain) outputs
◦2 analog outputs (1-10V or 4-20mA)
◦1 relay output (normally closed contact)
•TReX-460 i8o8
◦8 digital inputs
◦2 analog inputs
◦8 relay outputs (normally open contacts)
◦2 analog outputs (1-10V or 4-20mA)
For more information on these TReX I/O variations please refer to the Installation section on
this manual.
© WTE Limited, 2022 Christchurch New Zealand Page 9 of 302

TReX User Manual v15.30 Firmware
Safety Information
Read these instructions carefully, and look at the equipment to become familiar with the device
before trying to install, operate, or maintain it.
The following special messages may appear throughout this documentation or on the
equipment to warn of potential hazards or to call attention to information that clarifies or
simplifies a procedure.
!This is the safety alert symbol. It is used to alert to potential personal injury
hazards. Obey all safety messages that follow this symbol to avoid possible
injury or death.
!WARNING
WARNING indicates a hazardous situation which, if not avoided, could result in death or serious
injury.
!CAUTION
CAUTION indicates a hazardous situation which, if not avoided, could result in minor or moderate
injury
NOTICE
NOTICE is used to address practices not related to physical injury.
© WTE Limited, 2022 Christchurch New Zealand Page 10 of 302

TReX User Manual v15.30 Firmware
!CAUTION
HAZARD OF THERMAL BURNS
High operating temperature possible when transmitting continuously for extended periods.
•Avoid direct contact with device while in operation.
•Install device in a restricted access location to avoid unintentional contact.
Failure to follow these instructions can result in minor injury.
!CAUTION
HAZARD OF RADIO FREQUENCY (RF) BURNS
Ensure that a matching load or antenna is attached to the RF port prior to applying power to the
device.
The TReX operates at a moderately high power level. RF energy has the potential to cause burns.
Failure to follow these instructions can result in mo erate injury.
!WARNING
LOSS OF CONTROL
•The designer of any control scheme must consider the potential failure modes of control paths
and, for certain critical control functions, provide a means to achieve a safe state during and
after a path failure. Examples of critical control functions are emergency stop and over travel
stop.
•Separate or redundant control paths must be provided for critical control functions.
•System control paths may include communication links. Consideration must be given to the
implications of anticipated transmission delays or failures of the link.
Failure to follow these instructions can result in eath or serious injury
© WTE Limited, 2022 Christchurch New Zealand Page 11 of 302

TReX User Manual v15.30 Firmware
!WARNING
HAZARD OF DEATH OR SERIOUS INJURY
To comply with both FCC RF Exposure requirements in section 1.1310 of the FCC Rules
and EN50383, antennas used with this device must be installed to provide a separation
distance of at least 55 cm from all persons to satisfy RF exposure compliance.
DO NOT:
•Operate the transmitter when someone is within 55cm of the antenna. EN50383
regulatory limits have deemed that 55cm is a safe clearance distance from this product
while operating at full power.
•Operate the transmitter unless all RF connectors are secure and any open connectors
are properly terminated.
•Use within 1m of sensitive electronic devices and medical equipment while operating
at full power.
•Operate the equipment near electrical blasting caps or in an explosive atmosphere. All
equipment must be properly grounded for safe operations.
All equipment should be installed only by a qualified technician or engineer.
Failure to follow these instructions can result in eath or serious injury
!WARNING
THIS EQUIPMENT IS NOT INTENDED FOR MAINS VOLTAGES
•The TReX was NOT designed to operate and/or be connected directly to live main voltages.
The TReX must be connected to a certified, suitably rated low voltage DC supply.
Failure to follow these instructions can result in eath or serious injury
© WTE Limited, 2022 Christchurch New Zealand Page 12 of 302

TReX User Manual v15.30 Firmware
NOTICE
HAZARD OF EQUIPMENT DAMAGE
•This product is not chemical resistant, detergent, alcohol, aerosol sprays, and/or petroleum products
may damage the front panel. Clean using a soft cloth moistened in water.
•The radio can be damaged if there is any potential difference between the chassis-ground,
Serial signal ground, power (-) input, or antenna coaxial shield. Before connecting any
wiring, ensure that all components are earthed to a common ground point.
•The antenna port will be damaged if signals greater than 13 dBm are injected/received.
•Do not connect any other transmitter to the RF connector or share the antenna with any
other device.
•Extreme Heat or High temperatures can damage TReX components. DO NOT expose or
operate the unit in extreme heat (above 70 degrees Celsius) or leave in direct sunlight or
any other UV source.
•Although this product is designed to be rugged, it will not survive excessive shock or
vibration abuse. The TReX is intended to be mounted permanently either in a land based
location or in a vehicle. When fitting in a vehicle, vibration damping mounts may be
required.
•The TReX IP rating is IP-51. This product is not waterproof or dustproof. DO NOT
directly expose to rain or use in a condensation forming environment.
•When antennas are co-located on a community (shared) site the correct site engineering
must be performed to ensure that RF exposure limits are met.
NOTICE
CARE REQUIRED WHEN TRANSPORTING
Safety and care must be taken when transporting, handling, installing and/or replacing radio
equipment.
•Packaging should be adequate to ensure connectors are not damaged
•Store and handle the radio equipment in dry, clean safe environment
•Handle the equipment with care
•Avoid intrusion of any object/material into the radio case
•Care when stacking TReX boxes must be taken to not damage part of the radio, such
as connectors.
NOTICE introduction of foreign object into the TReX radio enclosure will void warranty.
© WTE Limited, 2022 Christchurch New Zealand Page 13 of 302

TReX User Manual v15.30 Firmware
FCC NOTICE
This device complies with Part 15.247 of the FCC Rules.
Operation is subject to the following two conditions:
1. This device may not cause harmful interference and
2. This device must accept any interference received, including interference that may
cause undesired operation.
This device must be operated as supplied by the equipment supplier. Any changes or
modifications made to the device without the written consent of the equipment supplier may
void the user’s authority to operate the device.
End user products that have this device embedded must be installed by experienced radio and
antenna personnel, or supplied with non-standard antenna connectors, and antennas available
from vendors specified by the equipment supplier. Please contact the equipment supplier for
end user antenna and connector recommendations.
Exposure to RF energy is an important safety consideration. The FCC has adopted a safety
standard for human exposure to radio frequency electromagnetic energy emitted by FCC
regulated equipment as a result of its actions in General Docket 79-144 on March 13 1996.
This equipment complies with the FCC RF radiation exposure limits set forth for an
uncontrolled environment. This equipment should be installed and operated with a
minimum distance of 43cm between the radiator and any part of your body
NOTICE
This symbol on the product or its packaging indicates that this product must not be
disposed of with other waste.
Instead, it is your responsibility to dispose of your waste equipment by handing it
over to a designated collection point for the recycling of waste electrical and electronic
equipment.
The separate collection and recycling of waste equipment at the time of disposal will help
conserve natural resources and ensure that it is recycled in a manner that protects human
health and the environment. For more information regarding recycling, contact the dealer
where the product was originally purchased.
© WTE Limited, 2022 Christchurch New Zealand Page 14 of 302

TReX User Manual v15.30 Firmware
Operation
Once a 13.8V source has been connected to the power connector the TReX start-up status is
displayed on the LCD.
When the TReX is operating normally, the two green status LEDs flash briefly once every
second.
When decoding messages, the “A” green LED is held on for approximately one second.
The “C” red LED is held on for the duration of a transmission, while processing TCP data,
Modbus protocol commands and decoding received messages. Both the “C” and ‘D’ red LEDs
light while starting. The ‘D’ red LED remains lit if no IP configuration has been enabled.
On start-up under normal operation there is a message sent out the serial port. The message
indicates the firmware revision, serial number other software related information.
After finishing the start-up procedure and loading of configuration settings the TReX enters its
receive and decode mode of operation. The TReX now waits for commands to be entered
serially for processing or inputs to be triggered. These may be either protocol messages to be
processed or commands related to the configuration of the device. Serial messages may arrive
on any serial port, or may also arrive through a TCP connection.
When messages are received and decoded, they are immediately sent out the serial port in the
format of the configured protocol in use.
Messages are transmitted as per the input configuration when inputs change state. Please refer
to Input Output Har ware Connection or Input Han ling sections on this manual for
further information.
The TReX outputs are driven high or low, or for a particular period of time depending on
configuration. The outputs are controlled via the WTE Output Control Protocol message
received and decoded. Each output can be configured to operate under various error states
(Refer to Outputs).
© WTE Limited, 2022 Christchurch New Zealand Page 15 of 302

TReX User Manual v15.30 Firmware
Buttons
MENU/BACK:
When on the MAIN SCREENS used to enter the MENU. When inside the
MENU used to return back one level from within the MENU until returning
back to the MAIN SCREENS.
UP:
When on the MAIN SCREENS used to cycle between sub-screens. When in
the MENU used to navigate or alter selected configuration items.
DOWN:
When on file related screens of the MAIN SCREENS shifts between entries.
When in the MENU used to navigate or alter selected configuration items.
RIG T:
When on the MAIN SCREENS used to cycle between main screen. Within
the MENU used to enter sub MENU items or select items for configuration.
ENTER:
Used to select file related items from within the MAIN SCREENS. When in
the PLC configuration menus this button allows the currently edited PLC
ladder program page to be viewed.
© WTE Limited, 2022 Christchurch New Zealand Page 16 of 302

TReX User Manual v15.30 Firmware
Main Screens
The TReX top icon bar provides information about the display screen and operating status.
The far right text indicates the selected main screen. This is either “IO” (inputs and outputs),
“PL” (PLC), “TX” (transmit) or “RX” (receive).
The time in the middle is the current RTC time (MENU->SYSTEM->TIME).
The “S” letter indicates that the master or slave SCADA telemetry modes are in operation.
The “M” letter, when present indicates that a Modbus telemetry request packet has been
processed within the last 2 seconds.
The “Incoming” down arrow indicates that the TReX is in receiving (absent
when RX is DISABLED). The “Outgoing” up arrow indicates that the TReX is
transmitting. The “B” icon indicates that the TReX is waiting to transmit but the
channel is currently busy.
The Icon “T” below indicates the TReX has been configured for telemetry
stand-alone “Back-to-Back Mirror Mode”.
The back to back arrows indicate the unit is operating in “Serial Link”
Telemetry mode.
The RJ45 connector icon is used to indicated when the TReX is TCP
connected. Flashes to the padlock icon when TLS security is enabled and in
use..
The chain link icon indicates when there is an active link to another device.
Each time a message is received this icon is shown. This icon is also
present immediately after start to ensure a link fail alert is not immediately
raised after startup.
The “X” indicates a loss of an active link. This occurs when there has been
no messages received for a configured period of time. The “link-fail” output
if enabled will operate when this icon is shown.
© WTE Limited, 2022 Christchurch New Zealand Page 17 of 302

TReX User Manual v15.30 Firmware
The bell icon is shown when there is an alert that has been raised. This may
operate an output if configured.
The padlock icon indicates that transmissions are AES encrypted.
The icon “P” indicates that the PLC is operational and controlling outputs as
programmed.
© WTE Limited, 2022 Christchurch New Zealand Page 18 of 302

TReX User Manual v15.30 Firmware
IO Screens
Screens that relate to inputs and outputs.
IO (1):
All input and output states. Each IO highlighted state changes if the IO level is HIGH or
LOW. There is a small line above each input or output if HIGH, and a line below if LOW. All
ADCs (analog inputs) and DACs (analog outputs) show a bar graph as a proportion of full
scale and display a raw count from 0-1023. When scaling has been applied to an analog
output, the DAC value shown is the unscaled value.
In the middle, shown in larger text is “01”. The number“01” in this case is the telemetry UNIT
ID. When TELEMETRY->MODE is configured to MASTER a small down arrow may be
visible if the TELEMETRY->REMOTES have been configured to be more than 0. Pressing
the down arrow (when configured as a MASTER) allows the UNIT ID to be cycled to view the
IO of each remote slave in the system allowing a possible system of up to 88 digital IO, 22
ADCs and 22 DACs to be viewed.
Next to the UNIT ID is the smaller number “123”. Each TReX resets this number to the LINK
FAIL TIME each time a message is decoded. This “link count” reduces, and if reaches 0, the
link fail output can be operated.
MASTER TReX units allow the “link count” to be viewed for all remote TReX SLAVE units.
© WTE Limited, 2022 Christchurch New Zealand Page 19 of 302

TReX User Manual v15.30 Firmware
IO (2):
System voltage, current and internal operating temperature. RF is the temperature read directly
next to the RF power stage and will be higher than than the DIG board temperature while the
TReX is transmitting (not applicable for receiver only TReX units). Temperatures of the RF
power stage may reach 100 degrees Celsius under normal long term operation. These
temperatures are not the ambient temperature. The case of the TReX will NOT reach these
temperatures.
As with the previous IO screen, systems voltages and temperatures of all SLAVE TReX units
(up to 9 SLAVE units) can be viewed by pressing the down button if the TReX is configured to
be a MASTER.
IO (3):
This is the ALERT summary screen. This screen shows which alerting function is enabled and
active. There are many alerting functions possible such as link fail, RF fault, over temperature
and others. The screen shows through the bell icon in the top bar how many alerts have been
triggered since last cleared. The 3 digit count shows the total number of alerts raised for each
alert type. The large tick icon indicates that a particular alert is enabled. The bell icon for each
alert shows if there are new alerts that have been raised. See Alert Han ling for details on
alert configuration.
© WTE Limited, 2022 Christchurch New Zealand Page 20 of 302
Table of contents