============== 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.tgz --- 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 # to start rcp8 ============== 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.tgz --- 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 radar 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 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