Summary of Contents for HydroLynx Systems 5052RD-K
Page 1
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder Instruction Manual Document No: A102688 Document Revision Date: February, 2020...
Page 2
Please write the RA# on the outside of the box. Warranty HydroLynx Systems warrants that its products are free from defects in material and workmanship under normal use and service for a period of one year from the date of shipment from the factory.
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. TABLE OF CONTENTS SECTION NO. PAGE NO. 1.0 INTRODUCTION ....................... 6 1.1 General Description ..................6 1.2 Equipment Included ..................6 1.3 Specifications ....................6 2.0 INSTALLATION ......................7 2.1 Site Selection ....................7 2.1.1 Antenna ....................
Page 4
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder 5.2 Network Test ....................26 5.3 ALERT2 Data Out ..................27 5.4 ALERT2 Data Log ..................27 5.5 ALERT1 Data Out for OP1 ALERT1 Receiver/Decoder Option ....28 6.0 FORMS AND DRAWINGS ..................29...
Page 5
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. Model 5052RD-K Receiver/Decoder Front Panel with OP1 ALERT1 Receiver/Decoder Option Model 5052RD-K Receiver/Decoder Back Panel with OP1 ALERT1 Receiver/Decoder Option A102688 Page 5...
Model 5052RD-OP1 ALERT1 Receiver/Decoder Option receives ALERT1 radio data transmissions from remote sites and provides a TCP/IP data output to the base station computer. The ALERT1 Receiver and Decoder are mounted inside the 5052RD-K Receiver/Decoder desktop enclosure. Model 5052RD-OP2 ALERT2 Transmit Option transmits ALERT2 radio data packets to remote sites using an additional transmit radio with its own antenna connector.
Radio Path Survey. 2.1.2 5052RD-K The 5052RD-K ALERT2 Receiver/Decoder enclosure should be located near the antenna tower to reduce the length of the RF transmission line and the associated RF signal loss. It is recommended that a lightning arrestor with ground lug (optional) be placed between the ALERT2 receiver back panel BNC connector and the antenna to protect against lightning damage.
2.3 Radio Frequency Selection If the ALERT2 receive radio is programmed with several frequencies, remove the 5052RD-K ALERT2 Receiver/Decoder top cover to change radio frequencies. 2.3.1 ALERT2 Receive Radio Frequency Selection The ALERT2 receive radio frequency is selected on the ALERT2 demodulator board circular DIP switch S1 with the yellow center.
2 selected. 6 171.8250 171.8250 X X X ON 7 171.9000 171.9000 X X X ON 8 171.9250 171.9250 X X X ON X X X 2.3 Mounting The 5052RD-K is designed for "desktop" or rack mount installation. A102688 Page 9...
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder 3.0 THEORY OF OPERATION The 5052RD-K ALERT2 Receiver/Decoder receives ALERT2 Airlink Protocol audio signals from the ALERT2 receive radio and decodes these signals into ALERT2 Demodulator & Decoder ASCII and Binary Asynchronous Serial Interface formats.
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. The ALERT2 receive radio operates unsquelched. 3.3.2 ALERT1 Receive Radio The tone amplitude and squelch levels are factory set. Tone amplitude is 800 mV. Squelch is set to -113 dB with no receiver amplifier, -106 dB with a receiver amplifier.
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder ALERT2 decoder output is through the back panel ETHERNET RJ45 network, SERIAL DB9 female ALERT2, and SERIAL DB9 male CONSOLE serial connectors. ALERT2 Demodulator & Decoder ASCII and Binary Asynchronous Serial Interface format outputs are provided on the network connection.
4.0 Programming 4.1 ALERT2 Decoder Programming The 5052RD-K ALERT2 Receiver/Decoder can be programmed using the console interface. The console interface connection is through the back panel ETHERNET RJ45 ALERT2 network connector or SERIAL DB9 male CONSOLE serial connector. Use a Windows terminal program such as HyperTerminal or PuTTY.
Page 14
Look for the IP address assigned to the ALERT2 decoder Physical Address which is on the 5052RD-K ALERT2 Receiver/Decoder Test Results sheet on the ALERT2 decoder line and serial number column. For example, the IP address 192.168.1.92 is assigned the Physical Address 00-d0-69-4c-f7-db.
Page 15
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. RX packets:16747 errors:0 dropped:0 overruns:0 frame:0 TX packets:16747 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:34142976 (32.5 MiB) TX bytes:34142976 (32.5 MiB) To change ALERT2 decoder IP address, edit the file: /etc/network/interfaces. Before editing the file, enable decoder changes by making the file system read-write:...
ALERT2 decoder receive time to compute the remote station data report time from the data packet time stamp. The default network time servers use the internet NTP server pool. If the 5052RD-K ALERT2 Receiver/Decoder cannot connect to the internet, you must change to a private time server.
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. # To deny other machines from changing the # configuration but allow localhost: restrict default nomodify nopeer restrict 127.0.0.1 To disable the internet NTP server pool, put a # sign at the start of the lines: server 0.pool.ntp.org iburst...
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder To add client connections, move the cursor to the bottom of the file on the last blank line, press the i key to start insert, type format type (ascii or binary) a space, the IP address followed by a color (:) then the connection port, [Enter] to finish the line, then press [Esc] to quit the insert.
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. The ALERT2 Decoder host name is defined as ts4200 by default. Change the host name by adding the file: /etc/hostname containing the new host name. For example, change the ALERT2 decoder name to a2decoder1. Display the current host...
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder # IP6 definitions, do not change. localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes Edit the host file with the command: vi /etc/hosts ff02::2 ip6-allrouters Move the cursor to the line below the last line printed, then press i to start insert mode, type the host IP address, a space, the host name, then press [Enter] to finish the line.
Page 21
Look for the IP address assigned to the ALERT1 Decoder Physical Address which is on the 5052RD-K ALERT2 Receiver/Decoder Test Results sheet on the 5052RD-OP1 ALERT1 Serial to IP line and Serial Number / MAC column. For example, the IP address 192.168.1.148 is assigned the Physical Address 00-40-9d-a2-ae-77.
Page 22
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder Click the Configuration Network link on the left side of the page to display network configuration. The current network configuration is display: Page 22 A102688...
Page 23
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. Click the selection to Use the following IP address. Enter the fixed IP Address, Subnet Mask, and Default Gateway. Click Apply. For example, change the IP address to 192.168.1.87. A102688 Page 23...
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder Click Reboot, then wait for the browser to reconnect. 4.2.2 ALERT1 Decoder Login Password Change Use a Windows internet browser to connect to the ALERT1 Decoder by typing the IP address on the browser address line.
Page 25
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. Click the Configuration Security link on the left side of the page to display network configuration. Enter the new login password on this page, confirm, and click Apply. A102688 Page 25...
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder 5.0 TESTING and TROUBLESHOOTING 5.1 RF Antenna Test The antenna is tested for reflected power as if it were a transmitter antenna. ! Attach a wattmeter and transmitter to the antenna cable. ! Select the proper slug for reverse power and frequency testing (refer to wattmeter manual).
Model 5052RD-K ALERT2 Receiver/Decoder HydroLynx Systems, Inc. If the gateway does not respond check the network cable, router, or firewall. ! Type the command ping with the 8.8.8.8 IP address to verify connection to the internet. Press [CTRL-C] to quit the test.
HydroLynx Systems, Inc. Model 5052RD-K ALERT2 Receiver/Decoder P,0,2017,04,28,00,00,13.191787,24,24,00,18,02,00,10,11,0F,A0,00,14,00, 00,01,06,00,11,00,0A,11,00,03,04,C0,00,0,2,00,8E,0,5107,2851 N,2017,04,28,00,00,13.1918,0,0,0,1,0,0,0,0,0,1,17,4000,0,14,00,00,01,0 6,00,11,00,0A,11,00,03,04,C0,00,00,8E S,1,27,2017,04,28,19,28,02.917263,73,24,6C,49,28,BD,9E,7E,84,CE,10,3C, C8,AF,B1,46,7B,0A,9F,D9,5C,68,F3,09,0C,03,-1,*Bad First Block, uncorrectable errors; discarding packet S,11,2017,04,28,20,00,01,2,1,4,0,0,2,0,0,2,0 The first line starting with P is an Airlink packet successfully decoded with FEC. The packet receive time is in fields 3 to 8 as YYYY,MM,DD,hh,mm,ss.ssssss in UTC.
Need help?
Do you have a question about the 5052RD-K and is the answer not in the manual?
Questions and answers