diff --git a/src/assets/svg/compressorB_rev.svg b/src/assets/svg/compressorB_rev.svg index 61b601b..f632bed 100644 --- a/src/assets/svg/compressorB_rev.svg +++ b/src/assets/svg/compressorB_rev.svg @@ -3,7 +3,7 @@ - + @@ -1868,7 +1868,7 @@ ALARM - + @@ -1880,23 +1880,23 @@ - CAPACITY CONTROL - + CAPACITY CONTROL + - + - + - ######### - CURRENT - LOAD RATIO - LOAD NUMBER + ######### + CURRENT + LOAD RATIO + LOAD NUMBER 2nd Discharge Temp. 2nd Suction Temp. Interstage Press. @@ -1905,48 +1905,38 @@ Oil Temp. Motor Vibration Gearbox Vibration - + - + - + - Run Hour - Total Load Time - Reminder Maint. - - - - - - Next Maint.Timing - 5 YEAR - + Run Hour + Total Load Time + Reminder Maint. COMPRESSOR UNIT - B - #### - H - #### - A - % - H - - - - - - OVERHOUL - Next Maint.Timing + #### + H + #### + A + % + H + + + - #### - #### - #### - #### + #### + Next Maint.Timing + #### + #### + #### + #### °C °C MPa @@ -1981,10 +1971,8 @@ #### Plant Air Reciever - - - - + + - + \ No newline at end of file diff --git a/src/components/Global/MqttConnection.jsx b/src/components/Global/MqttConnection.jsx index 2dbe549..08502bb 100644 --- a/src/components/Global/MqttConnection.jsx +++ b/src/components/Global/MqttConnection.jsx @@ -81,7 +81,7 @@ const StatusColor = (el, num) => { el.style.fill = 'orange'; break; case 2: - el.style.fill = 'green'; + el.style.fill = 'rgb(7,250,14)'; break; default: el.style.fill = 'rgb(216,216,216)';