============== IRIS/RDA Patch 01 ================ Address the following issues: 1) File name format changes from default to IIA 2) Turn off the "Iris OverWrite" to create a new file. Please read "README.txt" from patch tar ball for details. IrisToGoogle.tgz --- Posted 21-Jun-2021 Installation instructions 1) Stop IRIS #systemctl stop iris 2) Install patch #tar -zxvf IrisToGoogle.tgz #install -m 775 -o operator -g users IrisToGoogle /usr/sigmet/config/pipes/ #install -m 775 -o operator -g users IrisToKml /usr/sigmet/config/pipes/ 3) Start IRIS #systemctl start iris ============== IRIS/RDA Patch 02 ================ Address the following issues: 1) Fix format output in Conventions attribute for FSL, and UCAR IrisToNetCDF.tgz --- Posted 13-Jul-2021 Installation instructions 1) Stop IRIS #systemctl stop iris 2) Install patch #tar -zxvf IrisToNetCDF.tgz #install -m 775 -o operator -g users IrisToNetCDF /usr/sigmet/config/pipes/ 3) Start IRIS #systemctl start iris ============== IRIS/RDA Patch 03 ================ Adress the following issues: 1) RCP8 control logic for servo status, power and reset 2) Canbus errors due to ethernet packet loss 3) Use motors position servo to drive velocity 4) RCP8 to UPS Ethernet interface 5) Stop antenna and wait reset if limit switch or shutdown limit active rcp8_9.1.3.gz --- Posted 12-Oct-2021 Installation instructions: Become root user 1) stop iris, rcp8, rvp900, antennad (#systemctl stop iris rcp8 rvp900 antennad) 2) cp rcp8_9.1.3.gz /usr/sigmet/bin/ 3) pushd /usr/sigmet/bin 4) mv rcp8 rcp8-version # where version is from show_machine_code 5) gzip -d rcp8_9.1.3.gz 6) chown root:users rcp8_9.1.3 7) chmod 6775 rcp8_9.1.3 8) ln -sf rcp8_9.1.3 rcp8 9) popd 10) systemctl start rcp8 rvp900 iris # to start iris radar system ============== IRIS/RDA Patch 04 ================ Adress the following issues: 1) suncal utility could not find sun. suncal_9.1.4.gz --- Posted 13-Oct-2021 Installation instructions: Become root user 1) stop iris (systemctl stop iris) 2) cp suncal_9.1.4.gz /usr/sigmet/bin/ 3) pushd /usr/sigmet/bin 4) mv suncal suncal_current_version 5) gzip -d suncal_9.1.4.gz 6) chown root:users suncal_9.1.4 7) ln -sf suncal_9.1.4 suncal 8) popd 9) start iris (systemctl start iris) ============== IRIS/RDA Patch 05 ================ Adress the following issues: Control logic has equations to turn motors on only, when both general level cServoPwr and bitex control for motor power are enabled. This works in normal use cases, but equations are not affacting if motor reset button is pressed in bitex. Behaviour now: in Antenna utility, turn servo power off. In bitex, push motor power button to power on. In this phase, motor is not turning on. Then, push motor reset button in bitex. Now, motor turns on, and can run. Should be working: When either or both servo power controls are off (bitex and Antenna), and motor reset button is pushed, motor should reset but stay in power off state. rcp8_9.1.5.gz --- Posted 15-Nov-2021 Installation instructions: Become root user 1) stop iris, rcp8, rvp900, antennad (#systemctl stop iris rcp8 rvp900 antennad) 2) cp rcp8_9.1.5.gz /usr/sigmet/bin/ 3) pushd /usr/sigmet/bin 4) mv rcp8 rcp8-version # where version is from show_machine_code 5) gzip -d rcp8_9.1.5.gz 6) chown root:users rcp8_9.1.5 7) chmod 6775 rcp8_9.1.5 8) ln -sf rcp8_9.1.5 rcp8 9) popd 10) systemctl start rcp8 rvp900 iris # to start iris rda system. ============== IRIS/RDA Patch 06 ================ IrisToOdimHdf5 support additional product (SRI, BASE, HMAX), and HydroClass data type. IrisToBufr support additional product (RHI, BASE, HMAX), and HydroClass data type. IrisToOdimHdf5_9.1.6.tgz -- Posted 6-December-2021 IrisToBufr_9.1.6.tgz -- Posted 6-December-2021 Installation instructions: 1) stop iris (systemctl stop iris) 2) Extract patch files: -For IrisToOdimHdf5 (tar -zxvf IrisToOdimHdf5_9.1.6.tgz) -For IrisToBufr ( tar -zxvf IrisToBufr_9.1.6.tgz) 3) Install patch IrisToOdimHdf5 (install -m 775 -o operator -g users IrisToOdimHdf5 /usr/sigmet/config/pipes/ IrisToBufr (install -m 775 -o operator -g users IrisToBufr /usr/sigmet/config/pipes/, and copy bufr table (cp localtabb_65535_7.csv /usr/share/bufr/) as root users. you need to modify config file to use LOCAL_TABLE 7 4) start iris (systemctl start iris) ============== IRIS/RDA Patch 07 =========== SKEYES leosphere netcdf support: Conversion of Windcube 20.f Lidar NetCDF should use only 'default_lon' and 'default_lat' fields within the netcdf files for location information. The cfradial lat/lon defined values should be ignored. If either default_lat, default_lon contains 0,0 continue to insert as 0lat 0lon, do not goto NaN. Default_ values of Nan is impossible, case can be ignored. If default_lat/lon does not exist in lidar netcdf file, issue Error: 'Default latitude/longitude are missing. Please upgrade to version Windforge 20.f or higher' wcs2iris_9.1.7.tgz -- Posted 17-Feb-2022 Installation instructions: Extract wcs2iris_9.1.7.tgz to local directory Read install.txt for installation. ============== IRIS/RDA Patch 08 =========== Description: The dual PRF max range is extended to the low PRF unambigous range. The missing data in the high PRF rays outside of the high PRF unambigous range is filled in using interpolation of the low PRF data. The task configuration dialog was changed to indicate "extended" range in the dual PRF mode. If selected max range is between the high PRF and the low PRF unambigous ranges that field background is changed to yellow color. For example, if Hight PRF set to 600 Hz: when change Vel Unflold 3:2. Max Range will have a yellow background for values 250-374 km When change Vel Unflold 4:3. Max Range will have a yellow background for values 250-333 km When change Vel Unflold 5:4. Max Range will have a yellow background for values 250-312 km Details description refer to Jira IRIS-1879, and IRIS-1915 rvp9_9.1.8.tgz --- Posted 1 April 2022 Installation instructions: 1) stop iris/rda services (systemctl stop iris rcp8 rvp900 antennad) 2) extract patch file to /usr/sigmet/bin/ ( tar -zxvf rvp9_9.1.8.tgz -C /usr/sigmet/bin) 3) save iris, and rvp9 file in /usr/sigmet/bin 4) change own/perm to operator.users/6775 of iris_9.1.8, and rvp9_9.1.8 in /usr/sigmet/bin/, and make symbolick link chmod 6775 iris_9.1.8 rvp9_9.1.8 chown operator.users iris_9.1.8 rvp9_9.1.8 ln -s iris_9.1.8 iris ln -s rvp9_9.1.8 rvp9 5) start iris/rda service (systemctl start rcp8 rvp900 iris) ============ IRIS/RDA Patch 09 ================= Add max and min for wdynOverlapDB rvp9_9.1.9.gz -- Post 15-September 2022 Installation instructions: 1) stop rvp900 (systemctl stop rvp900) 2) cp rvp9_9.1.9.gz /usr/sigmet/bin/ 3) save current rvp9 4) gzip -d rvp9_9.1.9.gz 5) chown root.users rvp9_9.1.9 6) chmod 6775 rvp9_9.1.9 7) ln -s rvp9_9.1.9 rvp9 8) systemctl start rvp900 ============ IRIS/RDA Patch 10 ================= New Cibred dehydrator SW interface and configs update for rcp8 rcp8_9.1.10.tgz -- Post 2 November 2022 Installation instructions: 1) stop iris/rcp8/rvp900 with systemclt 2) extract patch rcp8_9.1.10.tgz (tar -zxvf rcp8_9.1.10.tgz) 3) save current rcp8 4) copy rcp8_9.1.10 to /usr/sigmet/bin, and make a soft link with (ln -s rcp8_9.1.10 rcp8) 5) set permission (chmod 6775 rcp8_9.1.10) 6) set ownership (chown -h root.users rcp8 rcp8_9.1.10) 7) modify config files (rcp9.conf, and bitex.conf) according to install_readme.docx(it is msword format, it can be read by openoffice "LibreOffice Writer" on Linux) 8) start rcp8,rvp900,iris with systemctl ============ IRIS/RDA Patch 11 ================= Add antenna moving bits to canbus bite packet. This patch supersedes previous rcp8 patches. rcp8_9.1.11.gz -- Post 4 January 2023 Installation instructions: 1) stop iris/rcp8/rvp900 with systemctl 2) Copy rcp8_9.1.11.gz to /usr/sigmet/bin 3) Save current rcp8 4) gunzip rcp8_9.1.11.gz 5) ln -s rcp8_9.1.11 rcp8 6) chmod 6775 rcp8_9.1.11 7) chown root.users rcp8_9.1.11 8) chown -h root.users rcp8 9) start rcp8,rvp900,iris with systemctl ============ IRIS/RDA Patch 12 =================== Add new CANopen motor driver code for WRS400 radar rcp8_9.1.12.gz -- Post 9 October 2024 Installation instructions: 1) stop iris/rcp8/rvp900 with systemctl 2) Copy rcp8_9.1.12.gz to /usr/sigmet/bin 3) Save current rcp8 4) gunzip rcp8_9.1.12.gz 5) ln -s rcp8_9.1.12 rcp8 6) chmod 6775 rcp8_9.1.12 7) chown root.users rcp8_9.1.12 8) chown -h root.users rcp8 9) start rcp8,rvp900,iris with systemctl