SpeedFan plugin SpeedFanプラグイン

Plugin=SpeedFanPlugin retrieves information from the SpeedFan application. The SpeedFan application must be running in the background.Plugin=SpeedFanPluginSpeedFanアプリケーションから情報を取得します。SpeedFanアプリケーションはバックグラウンドで実行されている必要あります。

Note: If the value of the measure is to be used in a meter which requires a percentage, then appropriate MinValue and/or MaxValue options must be added to the measure.注:メジャーの値が必要メートルで使用する場合の割合を、適切なMinValueプロパティおよび/またはMaxValueをオプションは、メジャーに追加されなければなりません。

Optionsオプション

General measure options一般的な測定オプション
All general measure options are valid.一般的な測定オプションはすべて有効です。
SpeedFanType Default: TemperatureSpeedFanType デフォルト: Temperature
Type of information to measure. Valid values are:
  • Temperature: Temperature in the unit defined by SpeedFanScale.Temperature:で定義された単位の温度SpeedFanScale
  • Fan: Fan speed.Fan: ファン回転速度。
  • Voltage
SpeedFanNumber Default: 0SpeedFanNumber デフォルト: 0
The index retrieved from the Speedfan application starting with 0. It is easiest to obtain these numbers from the Configure tab of the Speedfan application.

Example: To obtain the second temperature value with SpeedFanType=Temperature, specify SpeedFanNumber=1.Speedfanアプリケーションから取得したインデックス0。Speedfanアプリケーションの[ 構成 ]タブからこれらの番号を取得するのが最も簡単です。

例:で 2番目の温度値を取得するにはSpeedFanType=Temperature、を指定しますSpeedFanNumber=1
SpeedFanScale Default: CSpeedFanScale デフォルト: C
Temperature unit for SpeedFanType=Temperature. Valid values are:
  • C: Celsius.C:摂氏。
  • F: Fahrenheit.F:華氏。
  • K: Kelvin.Kケルビン
Note: The unit in the SpeedFan application itself must be set to Celsius to obtain the correct value.

Example

[Rainmeter]
Update=1000
DynamicWindowSize=1
BackgroundMode=2
SolidColor=0,0,0,255

[MeasureGPUTemp]
Measure=Plugin
Plugin=SpeedFanPlugin
SpeedFanType=Temperature
SpeedFanNumber=0
SpeedFanScale=C

[MeasureFanSpeed]
Measure=Plugin
Plugin=SpeedFanPlugin
SpeedFanType=Fan
SpeedFanNumber=3

[MeterSpeedFan]
Meter=String
MeasureName=MeasureGPUTemp
MeasureName2=MeasureFanSpeed
FontSize=12
FontColor=255,255,255,255
StringStyle=Bold
AntiAlias=1
Text=GPU Temp: %1#CRLF#Fan Speed: %2

関連記事

スポンサーリンク

Date.setDate

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る