Hi everyone. This is my first time asking for help because even AI cannot solve my problem.
I downloaded and edited a skin to measure value of CPU and GPU via HWiNFO 64.
The problem is that the script do not update the max temp of GPU while a similar script for CPU is working well.
Here is the full script. Grateful for your help
You can see that the orange line is supposed to be the max temp. but it did not update (stuck as 270 rad in a circle) so the current temp is even higher.
I downloaded and edited a skin to measure value of CPU and GPU via HWiNFO 64.
The problem is that the script do not update the max temp of GPU while a similar script for CPU is working well.
Here is the full script. Grateful for your help
You can see that the orange line is supposed to be the max temp. but it did not update (stuck as 270 rad in a circle) so the current temp is even higher.
Code:
[Rainmeter]Update=1000DynamicWindowSize=1AccurateText=1ContextTitle=Reset Min/Max/Avg ValuesContextAction=[!WriteKeyValue MeasureCPUTemperatureMaximum Formula "15"][!Refresh][Metadata]Name=CPU GPU Monitor - HWinfoAuthor= Classic2203Information= A Rainmeter skin to monitor CPU and GPU load.Version= 1.2 (March 2024)License= Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)[Background];This is only used to get the same border width around the entire widget, it does not have any other visual purpose except this.Meter=ShapeShape=Rectangle 0,0,400,108 | Fill Color 0,0,0,0 | StrokeWidth 0;------------------------;--------PLUGINS---------;------------------------;------------------------;-------MEASURES CPU-----;------------------------[MeasureCPUname]Measure=RegistryRegHKey=HKEY_LOCAL_MACHINERegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0RegValue=ProcessorNameStringRegExpSubstitute=1Substitute="^(.*]: )":"","(: .*)$":""UpdateDivider=30[MeasureCPUTemp]Measure=RegistryRegHKey=HKEY_CURRENT_USERRegKey=SOFTWARE\HWiNFO64\VSBRegValue=ValueRaw1MinValue=15MaxValue=100; Set the Maximum CPU temperature persistentlyIfCondition=MeasureCPUTemp > MeasureCPUTempMaxIfTrueAction=[!SetOption MeasureCPUTempMax Formula "[MeasureCPUTemp]"][!WriteKeyValue MeasureCPUTempMax Formula "[MeasureCPUTemp]"][MeasureCPUTempMax]Measure=CalcFormula=34.4MinValue=15MaxValue=100[MeasureCPUusage]Measure=RegistryRegHKey=HKEY_CURRENT_USERRegKey=SOFTWARE\HWiNFO64\VSBRegValue=ValueRaw0MinValue=0MaxValue=100;--------------------------------;-------CPU Monitoring;--------------------------------[CPUtitle]Meter=StringStringAlign=CenterMeasureName=MeasureCPUNameFontFace=Century GothicText=CPU: %1FontColor=255,255,255,100FontSize=6Antialias=1X=100Y=6;--------------------------------------------------------;-------CPU text;--------------------------------------------------------[CPUtemptext]Meter=StringFontFace=Century GothicFontColor=255,255,255, 100FontSize=7StringAlign=CenterCenterAntialias=1Text=TemperatureX=60Y=90[CPUtext]Meter=StringFontFace=Century GothicFontColor=255,255,255, 100FontSize=7StringAlign=CenterCenterAntialias=1Text=CPU UsageX=144Y=90;--------------------------------------------------------;-------CPU Values;--------------------------------------------------------[CPUtemp]Meter=StringMeasureName=MeasureCPUTempFontFace=Century GothicFontColor=255,255,255FontSize=8StringAlign=CenterCenterAntialias=1Text=%1 °CX=60Y=50NumOfDecimals=1[CPUtempmaxtext]Meter=StringMeasureName=MeasureCPUTempMaxFontFace=Century GothicFontColor=255,255,255FontSize=6StringAlign=CenterCenterAntialias=1Text=max: %1 X=60Y=62[CPU%]Meter=StringMeasureName=MeasureCPUusageFontFace=Century GothicFontColor=255,255,255FontSize=8StringAlign=CenterCenterAntialias=1Text=%1 %X=144Y=54;--------------------------------------------------------;-------Circle Backgrounds;--------------------------------------------------------[CPUtempcirclebg]Meter=RoundlineX=60Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255,50Solid=1AntiAlias=1[CPUcirclebg]Meter=RoundlineX=144Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255,50Solid=1AntiAlias=1;--------------------------------------------------------;-------Circle Load Diagrams;--------------------------------------------------------[CPUtempcircle]Meter=RoundlineMeasureName=MeasureCPUTempX=60Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255Solid=1AntiAlias=1[CPUmaxtempline]Meter=RoundlineMeasureName=MeasureCPUTempMaxX=60Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineWidth=2LineStart=24LineLength=30LineColor=247,116,116,255AntiAlias=1[CPUcircle]Meter=RoundlineMeasureName=MeasureCPUusageX=144Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255Solid=1AntiAlias=1;--------------------------------------------------------;-------SEPARATION CPU GPU;--------------------------------------------------------[lineseparation]Meter=IMAGESolidColor=255,255,255,50X=200Y=3W=1H=102;------------------------;-------MEASURES GPU-----;------------------------[MeasureGPUName]Measure=RegistryRegHKey=HKEY_LOCAL_MACHINERegKey=SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000RegValue=DriverDescRegExpSubstitute=1Substitute="^(.*]: )":"","(: .*)$":""UpdateDivider=30[MeasureGPU]Measure=RegistryRegHKey=HKEY_CURRENT_USERRegKey=SOFTWARE\HWiNFO64\VSBRegValue=ValueRaw3MinValue=0MaxValue=100[MeasureGPUTemp]Measure=RegistryRegHKey=HKEY_CURRENT_USERRegKey=SOFTWARE\HWiNFO64\VSBRegValue=ValueRaw2MinValue=0MaxValue=100NumOfDecimals=1; Set the Maximum GPU temperature persistentlyIfCondition=MeasureGPUTemp > MeasureGPUTempMaxIfTrueAction=[!SetOption MeasureGPUTempMax Formula "[MeasureGPUTemp]"][!WriteKeyValue MeasureGPUTempMax Formula "[MeasureGPUTemp]"][MeasureGPUTempMax]Measure=CalcFormula=67.0MinValue=15MaxValue=100;--------------------------------;-------GPU Monitoring;--------------------------------[GPUtitle]Meter=StringStringAlign=CenterMeasureName=MeasureGPUNameFontFace=Century GothicText=GPU: %1FontColor=255,255,255,100FontSize=6Antialias=1X=300Y=6;--------------------------------------------------------;-------GPU text;--------------------------------------------------------[GPUtemptext]Meter=StringFontFace=Century GothicFontColor=255,255,255, 100FontSize=7StringAlign=CenterCenterAntialias=1Text=TemperatureX=258Y=90[GPUtext]Meter=StringFontFace=Century GothicFontColor=255,255,255, 100FontSize=7StringAlign=CenterCenterAntialias=1Text=GPU UsageX=340Y=90;--------------------------------------------------------;-------GPU Values;--------------------------------------------------------[GPUtemp]Meter=StringMeasureName=MeasureGPUTempFontFace=Century GothicFontColor=255,255,255FontSize=8StringAlign=CenterCenterAntialias=1Text=%1 °CX=258Y=50NumOfDecimals=1[GPUtempmaxtext]Meter=StringMeasureName=MeasureGPUTempMaxFontFace=Century GothicFontColor=255,255,255FontSize=6StringAlign=CenterCenterAntialias=1Text=max: %1X=258Y=62[GPU%]Meter=StringMeasureName=MeasureGPUFontFace=Century GothicFontColor=255,255,255FontSize=8StringAlign=CenterCenterAntialias=1Text=%1 %X=340Y=54;--------------------------------------------------------;-------Circle Backgrounds;--------------------------------------------------------[GPUtempcirclebg]Meter=RoundlineX=258Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255,50Solid=1AntiAlias=1[GPUcirclebg]Meter=RoundlineX=340Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255,50Solid=1AntiAlias=1;--------------------------------------------------------;-------Circle Load Diagrams;--------------------------------------------------------[GPUtempcircle]Meter=RoundlineMeasureName=MeasureGPUTempX=258Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255Solid=1AntiAlias=1[GPUmaxtempline]Meter=RoundlineMeasureName=MeasureGPUTempMaxX=258Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineWidth=2LineStart=24LineLength=30LineColor=247,116,116,255AntiAlias=1[GPUcircle]Meter=RoundlineMeasureName=MeasureGPUX=340Y=54StartAngle=(Rad(270))RotationAngle=(Rad(360))LineStart=24LineLength=30LineColor=255,255,255Solid=1AntiAlias=1
Statistics: Posted by ateameric — Yesterday, 9:49 am — Replies 2 — Views 116