It is currently April 18th, 2024, 7:32 pm

ForceX System Monitor v3.0.6(Feb-20-2013)

A package of skins with a "theme" or by a single author
ramsalemix
Posts: 6
Joined: March 14th, 2012, 11:21 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by ramsalemix »

Nilsb7 wrote: Me neither lol. I've tried some different places like you but to no avail either, can't remember if this ever actually worked for me.
Also I think you can only make it go 0 or 100, nothing in between, since it doesn't know the max value.

Why do you want the percentage anyways?
just use some tool to measure your read/write speed and once the rainmeter number gets close to that, you will know your HD is at it's max.
i just got used to look on the percentage from the drives meter gadget instead of the line graph thats all, but its fine i just get use to look at the line graph from now.
lilmetal
Posts: 3
Joined: November 1st, 2010, 5:33 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by lilmetal »

I noticed a few things that were in the variant I was using.
Monitor Temp With Speed Fan\1 GPU\8 Core\2HDD
Not sure if the same things are in the others, but:

- Minutes was missing in the System Uptime:
Under: [System_Uptime_Text]
Under: Prefix="System Uptime: "
Add line: Text=%1 minutes

- Background of the RAM bar was the wrong color:
Under: [RAM_Bar_Back]
Set: SolidColor=#color2#

Thanks for this awesome skin. XD
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

Hey is there any reason why its not showing my USB drives right?
screenshot.395.jpg
Cheers
You do not have the required permissions to view the files attached to this post.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

Also this is giving out a ton of errors (ive made no changes on this skin)
screenshot.396.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

Brian wrote:I am not 100% this is the problem, but if this skin uses the FreeDiskSpace measure, then you might have to add the "IgnoreRemovable" option, and set it to "0".

-Brian
Ah right yes it does from what I can see, but there is nothing about "IgnoreRemovable" in the config any ideas where I would add this?

Many thanks :thumbup:

oh you'er post is gone?
User avatar
Brian
Developer
Posts: 2678
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Brian »

Vodkaholic wrote: Ah right yes it does from what I can see, but there is nothing about "IgnoreRemovable" in the config any ideas where I would add this?

Many thanks :thumbup:

oh you'er post is gone?
Sorry about that, after I re-read your post, I was thinking my advice wasn't correct.

If you still want to try the "IgnoreRemovable=0" thing, place it in the measures that use FreeDiskSpace for your USB drive.

It might help if you could post your code (using

Code: Select all

 tags) here in the forums, so that we can help you out more.

-Brian
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

Brian wrote:
Sorry about that, after I re-read your post, I was thinking my advice wasn't correct.

If you still want to try the "IgnoreRemovable=0" thing, place it in the measures that use FreeDiskSpace for your USB drive.

It might help if you could post your code (using code tags) here in the forums, so that we can help you out more.

-Brian[/quote]

Ah right, Ive added it (not sure if its in the right place tho) but it seems to be working

Code: Select all

[Rainmeter]
Author=ForceX

Update=1000

[Metadata]
Name=ForceX
Config=
Description=System related information
Instructions=Make Changes in your Settings.inc file
Version=2



[Variables]
@include=#SKINSPATH#ForceX\FXSM_V2_Settings.inc
@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc


;============================================================================
;System Monitor Start
;============================================================================
;-----------------------------------------------------------
;System Monitor Side Body
;-----------------------------------------------------------

[System_Monitor_Outline]
Meter=IMAGE
X=0
Y=0
W=275
H=1068
SolidColor=#color9#
UpdateDivider=3600

[System_Monitor_Body]
Meter=IMAGE
X=1r
Y=1r
W=273
H=1066
SolidColor=#color10#
UpdateDivider=3600

[System_Monitor_Body_Side_Bar]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=0
H=1068
W=1
UpdateDivider=3600

;-----------------------------------------------------------
;System Monitor Name Vertical Text
;-----------------------------------------------------------

[System_Monitor_Vertival_Text]
Meter=String
Text="ForceX System Monitor"
X=6
Y=125
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;===========================================================
;Detect OS
;===========================================================

[Detect_OS]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion
RegValue=ProductName
Substitute="Windows XP":"0","Windows XP Professional":"0","Windows Vista(TM) Home":"1","Windows Vista(TM) Home Premium":"1","Windows Vista(TM) Professional":"1","Windows Vista(TM) Ultimate":"1","Windows 7 Home":"1","Windows 7 Home Premium":"1","Windows 7 Professional":"1","Windows 7 Ultimate":"1"

[OS_IS]
Measure=Calc
Formula=[Detect_OS]
DynamicVariables=1

;===========================================================
;CPU Information Gathering
;===========================================================

;------------------------------------------------------------
;CPU ID Name
;------------------------------------------------------------

[Mse_CPU_Name]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=3600

[Mse_CPU_Name_Text]
Meter=STRING
MeasureName=Mse_CPU_Name
X=30
Y=5
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="%1"

[Mse_CPU_MHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ
UpdateDivider=3600
;UpdateDivider=30

[Meter_MHz]
Meter=STRING
MeasureName=Mse_CPU_MHz
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="Clock Speed: %1 MHz"

;-----------------------------------------------------------
;Measure CPU
;-----------------------------------------------------------

[Mse_CPUMHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ

[Mse_CPU]
Measure=CPU

[Mse_CPUIdle]
Measure=CPU

;------------------------------------------------------------
;Measure CPU Cores / CPU Bars & Text
;------------------------------------------------------------

------------------------------------ CPU Main

[CPU_idle]
Meter=STRING
MeasureName=Mse_CPUIdle
X=30
Y=38
FontColor= 0, 200, 0, 200
FontSize=8
FontFace=#Font1Name#
StringAlign=LEFT
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=0
Postfix=%

[CPU_Main_Bar_Back]
Meter=IMAGE
X=75
Y=40
W=190
H=10
SolidColor=#color2#
AntiAlias=#AA#

[CPU_Main_Bar]
Meter=BAR
MeasureName=Mse_CPU
X=0r
Y=0r
W=190
H=10
BarColor=#color6#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 1	<----Dynamic Line Adjust Start

[Mse_Core_1]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_1_Text]
Meter=STRING
X=30
Y=15r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 1"

[CPU_1_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Bar]
Meter=BAR
MeasureName=Mse_Core_1
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 2

[Mse_Core_2]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_2_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 2"

[Core_2_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_2_Bar]
Meter=BAR
MeasureName=Mse_Core_2
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 3

[Mse_Core_3]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=2
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_3_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 3"

[Core_3_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_3_Bar]
Meter=BAR
MeasureName=Mse_Core_3
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 4

[Mse_Core_4]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=3
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_4_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 4"

[Core_4_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_4_Bar]
Meter=BAR
MeasureName=Mse_Core_4
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#


------------------------------------ CPU Temp Measures 

------------------------------------ CPU Temp Bar 1

[Mse_CPU_1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SFCPU#
MaxValue=100
MinValue=0

[CPU_1_Name_Text]
Meter=STRING
X=30
Y=13r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="CPU"

[CPU_1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Temp_Bar]
Meter=BAR
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color14#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[CPU_1_Temp_Text]
Meter=STRING
MeasureName=Mse_CPU_1_Temp
X=242
Y=-4r
FontColor=#color14#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

------------------------------------ GPU 1 Temp

[Mse_GPU1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SFGPU1#
MaxValue=100
MinValue=0

[GPU1_Name_Text]
Meter=STRING
X=30
Y=12r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="GPU"

[GPU1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[GPU1_Temp_Bar]
Meter=BAR
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU1_Temp_Text]
Meter=STRING
MeasureName=Mse_GPU1_Temp
X=242
Y=-4r
FontColor=#color11#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

------------------------------------ GPU2 Temp

[Mse_GPU2_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SFGPU2#
MaxValue=100
MinValue=0

[GPU2_Name_Text]
Meter=STRING
X=30
Y=12r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="GPU"

[GPU2_Temp1_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[GPU2_Temp1_Bar]
Meter=BAR
MeasureName=Mse_GPU2_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU2_Temp_Text]
Meter=STRING
MeasureName=Mse_GPU2_Temp
X=242
Y=-4r
FontColor=#color11#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

;-----------------------------------------------------------
;Measure Processes
;-----------------------------------------------------------

[Mse_Processes]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="System"
PerfMonCounter="Processes"
PerfMonInstance=""
PerfMonDifference=0

[Processes_Text]
Meter=String
MeasureName=Mse_Processes
Prefix="Processes: "
X=30
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure Top Processes
;-----------------------------------------------------------

[Mse_Top_Process] 
Measure=Plugin 
Plugin=Plugins\AdvancedCPU.dll 
TopProcess=2 
CPUExclude=Idle

[Top_Processes_Text]
Meter=String
MeasureName=Mse_Top_Process
Prefix="Top Processes: "
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure System Up Time
;-----------------------------------------------------------

[Mse_System_Uptime]
Measure=Uptime
Substitute="d":" days,",":":" hours, "
UpdateDivider=60

[System_Uptime_Text]
Meter=String
MeasureName=Mse_System_Uptime
Prefix="System Uptime: "
X=30
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;CPU Graphs
;-----------------------------------------------------------

[Spacer_1]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ CPU Graph

[CPU_Graph_color20]
Meter=Line
MeasureName=Mse_CPU
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[CPU_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_CPU
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#

------------------------------------ CPU 1 Temp Graph

[CPU_1_Temp_Graph]
Meter=Line
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color14#
AntiAlias=#AA#

------------------------------------ GPU 1 Temp Graph

[GPU1_Temp_Graph]
Meter=Line
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color11#
AntiAlias=#AA#
AutoScale=0

------------------------------------ GPU 2 Temp Graph

[GPU2_Temp_Graph]
Meter=Line
MeasureName=Mse_GPU2_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color11#
AntiAlias=#AA#
AutoScale=0

------------------------------------ End Temp Graphs

[Spacer_2]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275


;============================================================================
;RAM Ussage 
;============================================================================
;-----------------------------------------------------------
;RAM Information Gathering
;-----------------------------------------------------------
[Mse_Phys_RAM_Total]
Measure=PhysicalMemory
Total=1
UpdateDivider=3600

[Mse_Phys_RAM_Used]
Measure=PhysicalMemory

[Mse_Phys_RAM_Free]
Measure=PhysicalMemory
InvertMeasure=1

;-----------------------------------------------------------
;RAM Used Text
;-----------------------------------------------------------

------------------------------------ RAM Vertical Text

[RAM_Vertival_Text]
Meter=String
Text="RAM Monitor"
X=6
Y=68r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ RAM Information Text

[RAM_Used_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=-65r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[Ram_Free_Text]
MeasureName=Mse_Phys_RAM_Free
Meter=STRING
X=197
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1

------------------------------------ RAM Bar

[RAM_%_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[RAM_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=100, 100, 100, 50

[RAM_Bar]
Meter=BAR
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL

------------------------------------ RAM Bar End

[RAM_Total_Text]
MeasureName=Mse_Phys_RAM_Total
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_3]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ RAM Graph

[RAM_Graph_color20]
Meter=Line
MeasureName=Mse_Phys_RAM_Used
X=30
Y=3r
H=30
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[RAM_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
H=30
W=240
PrimaryColor=#color5#
AntiAlias=#AA#


[Spacer_4]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=32r
H=1
W=275

;============================================================================
;SWAP File 
;============================================================================

;--------------------------------------------
;Gather SWAP Information
;--------------------------------------------

[Mse_SWAP]
Measure=SWAPMemory

[Mse_Free_SWAP]
Measure=SWAPMemory
InvertMeasure=1

[Mse_Total_SWAP]
Measure=SWAPMemory
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;SWAP Used Text
;-----------------------------------------------------------

------------------------------------ SWAP Vertical Text

[SWAP_Vertical_Text]
Meter=String
Text="SWAP"
X=6
Y=38r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#


------------------------------------ SWAP Information Text

[SWAP_Used_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=-35r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[SWAP_Free_Text]
MeasureName=Mse_Free_SWAP
Meter=STRING
X=190
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1


------------------------------------ SWAP Bar


[SWAP_%_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[SWAP_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=#color2#

[SWAP_Bar]
Meter=BAR
MeasureName=Mse_SWAP
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL


------------------------------------ SWAP Bar End
[SWAP_Total_Text]
MeasureName=Mse_Total_SWAP
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_5]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=18r
H=1
W=275

;============================================================================
;Network Information & Ussage 
;============================================================================
;-----------------------------------------------------------
;Network Information Gathering - Upload
;-----------------------------------------------------------

[TCPOut]
Measure=NetOut
Interface=#Interface#
MaxValue=#speedu#

[TCPOutAll]
Measure=NetOut
Interface=#Interface#
Cumulative=1

;-----------------------------------------------------------
;Network Information Gathering - Download
;-----------------------------------------------------------

[TCPIn]
Measure=NetIn
Interface=#Interface#
MaxValue=#speedd#

[TCPInAll]
Measure=NetIn
Interface=#Interface#
Cumulative=1


------------------------------------ Network Vertical Text

[Network_Vertical_Text]
Meter=String
Text="Network Monitor"
X=6
Y=86r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;------------------------------------------------------------
;Network WAN IP Address
;------------------------------------------------------------

[Mse_WAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://www.geobytes.com/IpLocator.htm?GetLocation
RegExp="(?siU)name="ipaddress" size="15" value="(.*)">"
StringIndex=1
UpdateRate=30000

[WAN_Text]
Meter=STRING
X=35
Y=-83r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="WAN IP:"

[WAN_IP_Text]
Meter=STRING
MeterStyle=StyleText
MeasureName=Mse_WAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
;UpdateDivider=30

---------------------------------------- Gateway

;[Mse_Gateway]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=GATEWAY_ADDRESS
;SysInfoData=0
;UpdateDivider=#Update#


;[Gateway_Text]
;MeasureName=Mse_Gateway
;Meter=STRING
;X=160
;Y=0r
;Prefix="Gateway: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#

---------------------------------------- Number Of Connections

[Mse_OS_XP]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterShowMeter Number_Connection_Xp][!RainmeterHideMeter Number_Connection_V7]

[Mse_OS_V7]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Number_Connection_V7][!RainmeterHideMeter Number_Connection_Xp]


---------------------------------------- Number Of Connections XP

[Mse_Connections_Xp]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCP
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_Xp]
Meter=String
MeasureName=Mse_Connections_XP
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1

---------------------------------------- Number Of Connections V7

[Mse_Connections_V7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCPv4
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_V7]
Meter=String
MeasureName=Mse_Connections_V7
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1


;------------------------------------------------------------
;Network Local IP Address
;------------------------------------------------------------

[Mse_LAN]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0
UpdateDivider=30

[Local_Text]
Meter=STRING
X=35
Y=15r
Text="Local IP:"
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

[LAN_IP_Text]
Meter=STRING
MeasureName=Mse_LAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
UpdateDivider=30

---------------------------------------- DNS

;[MSe_DNS]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=DNS_SERVER
;SysInfoData=0
;UpdateDivider=#Update#


;[DNS_Text]
;MeasureName=Mse_DNS
;Meter=STRING
;X=160
;Y=0r
;Prefix="DNS: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#


;-----------------------------------------------------------
;Network Text - Upload
;-----------------------------------------------------------

[Network_UP_Text]
Meter=STRING
X=35
Y=20r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic UP:"


[Network_UP_Speed_Text]
Meter=STRING
MeasureName=TCPOut
X=133
Y=0r
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_UP_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total UL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_UP_All_Numerical_Text]
Meter=STRING
MeasureName=TCPOutAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Text - Download
;-----------------------------------------------------------

[Network_DL_Text]
Meter=STRING
X=35
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic DL:"


[Network_DL_Speed_Text]
Meter=STRING
MeasureName=TCPIN
X=133
Y=0r
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_DL_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total DL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_DL_All_Numerical_Text]
Meter=STRING
MeasureName=TCPINAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Graph
;-----------------------------------------------------------

[Spacer_6]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

---------------------------------------- Graph Download

[Network_DL_Graph_color20]
Meter=Line
MeasureName=TCPIn
MaxValue=#speedd#
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#
;AutoScale=0

[Network_DL_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPIn
MaxValue=#speedd#
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#
;AutoScale=0

------------------------------------ Graph Upload

[Network_Up_Graph_color20]
Meter=Line
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
LineCount=1
LineColor=#color6#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Network_Up_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
PrimaryColor=#color7#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Spacer_7]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275

;============================================================================
;HDD Information & Ussage 
;============================================================================

;===========================================
;Drive 1 Display
;===========================================

[Mse_Drive1Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#drive1#"

[Mse_Drive1Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive1#
UpdateDivider=2

[Mse_Drive1Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive1#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive1Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive1#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive1Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive1#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 1 Information Text
;-----------------------------------------------------------

------------------------------------ HDD Vertical Text

[HDD_Vertival_Text]
Meter=String
Text="HDD Monitor"
X=6
Y=66r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ HDD 1 Information

[Rl_Drive1UsedString]
Meter=STRING
MeasureName=Mse_Drive1Used
X=81r
Y=-61r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive1Free]
Meter=STRING
MeasureName=Mse_Drive1Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 1 Bar

[Drive1%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #drive1#"
UpdateDivider=3600

LeftMouseDownAction=#Drive1#

[Drive1Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_1_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterShowMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]

[Drive_1_Low]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterShowMeter Rl_Drive1Used_Red]


[Rl_Drive1Used_Green]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Orange]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Red]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 1 Bar End

[Drive_Name_1]
MeasureNAme=Mse_Drive1Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive1#


[Rl_Drive1Total]
Meter=STRING
MeasureName=Mse_Drive1Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 1 Access Graph

[Rl_Drive1Access_txt]
Meter=STRING
MeasureName=Mse_Drive1Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive1Access1]
Meter=Line
MeasureName=Mse_Drive1Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive1Access2]
Meter=Line
MeasureName=Mse_Drive1Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_8]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 2 Display
;===========================================

[Mse_Drive2Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive2#"

[Mse_Drive2Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive2#
UpdateDivider=2

[Mse_Drive2Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#drive2#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive2Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive2#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive2Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive2#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 2 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 2 Information

[Rl_Drive2UsedString]
Meter=STRING
MeasureName=Mse_Drive2Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive2Free]
Meter=STRING
MeasureName=Mse_Drive2Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 2 Bar

[Drive2%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive2#"
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Drive2Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_2_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterShowMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]

[Drive_2_Low]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterShowMeter Rl_drive2Used_Red]

[Rl_Drive2Used_Green]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Orange]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Red]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 2 Bar End

[Drive_Name_2]
MeasureNAme=Mse_Drive2Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Rl_Drive2Total]
Meter=STRING
MeasureName=Mse_Drive2Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 2 Access Graph

[Rl_Drive2Access_txt]
Meter=STRING
MeasureName=Mse_Drive2Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive2Access1]
Meter=Line
MeasureName=Mse_Drive2Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive2Access2]
Meter=Line
MeasureName=Mse_Drive2Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_9]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 3 Display
;===========================================

[Mse_Drive3Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive3#"

[Mse_Drive3Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive3#
UpdateDivider=2

[Mse_Drive3Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#drive3#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive3Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive3#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive3Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive3#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 3 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 3 Information

[Rl_Drive3UsedString]
Meter=STRING
MeasureName=Mse_Drive3Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive3Free]
Meter=STRING
MeasureName=Mse_Drive3Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 3 Bar

[Drive3%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive3#"
UpdateDivider=3600

LeftMouseDownAction=#Drive3#

[Drive3Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_3_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterShowMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]

[Drive_3_Low]
Measure=Calc
Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterShowMeter Rl_drive3Used_Red]


[Rl_Drive3Used_Green]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive3Used_Orange]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive3Used_Red]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 3 Bar End

[Drive_Name_3]
MeasureNAme=Mse_Drive3Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive3#

[Rl_Drive3Total]
Meter=STRING
MeasureName=Mse_Drive3Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 3 Access Graph

[Rl_Drive3Access_txt]
Meter=STRING
MeasureName=Mse_Drive3Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive3Access1]
Meter=Line
MeasureName=Mse_Drive3Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive3Access2]
Meter=Line
MeasureName=Mse_Drive3Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_10]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 4 Display
;===========================================

[Mse_Drive4Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive4#"

[Mse_Drive4Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive4#
UpdateDivider=2

[Mse_Drive4Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#drive4#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive4Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive4#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive4Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive4#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 4 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 4 Information

[Rl_Drive4UsedString]
Meter=STRING
MeasureName=Mse_Drive4Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive4Free]
Meter=STRING
MeasureName=Mse_Drive4Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 4 Bar

[Drive4%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive4#"
UpdateDivider=3600

LeftMouseDownAction=#Drive4#

[Drive4Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_4_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive4Used/Mse_Drive4Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive4Used_Green][!RainmeterHideMeter Rl_drive4Used_Orange][!RainmeterHideMeter Rl_drive4Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive4Used_Green][!RainmeterShowMeter Rl_drive4Used_Orange][!RainmeterHideMeter Rl_drive4Used_Red]

[Drive_4_Low]
Measure=Calc
Formula=((Mse_Drive4Used/Mse_Drive4Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive4Used_Green][!RainmeterHideMeter Rl_drive4Used_Orange][!RainmeterShowMeter Rl_drive4Used_Red]


[Rl_Drive4Used_Green]
Meter=Bar
MeasureName=Mse_Drive4Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive4Used_Orange]
Meter=Bar
MeasureName=Mse_Drive4Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive4Used_Red]
Meter=Bar
MeasureName=Mse_Drive4Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD4 Bar End

[Drive_Name_4]
MeasureNAme=Mse_Drive4Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive4#


[Rl_Drive4Total]
Meter=STRING
MeasureName=Mse_Drive4Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 4 Access Graph

[Rl_Drive4Access_txt]
Meter=STRING
MeasureName=Mse_Drive4Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive4Access1]
Meter=Line
MeasureName=Mse_Drive4Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive4Access2]
Meter=Line
MeasureName=Mse_Drive4Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_11]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 5 Display
;===========================================

[Mse_Drive5Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive5#"

[Mse_Drive5Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive5#
UpdateDivider=2

[Mse_Drive5Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#drive5#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive5Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive5#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive5Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive5#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 5 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 5 Information

[Rl_Drive5UsedString]
Meter=STRING
MeasureName=Mse_Drive5Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive5Free]
Meter=STRING
MeasureName=Mse_Drive5Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 5 Bar

[Drive5%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive5#"
UpdateDivider=3600

LeftMouseDownAction=#Drive5#

[Drive5Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_5_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive5Used/Mse_Drive5Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive5Used_Green][!RainmeterHideMeter Rl_drive5Used_Orange][!RainmeterHideMeter Rl_drive5Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive5Used_Green][!RainmeterShowMeter Rl_drive5Used_Orange][!RainmeterHideMeter Rl_drive5Used_Red]

[Drive_5_Low]
Measure=Calc
Formula=((Mse_Drive5Used/Mse_Drive5Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive5Used_Green][!RainmeterHideMeter Rl_drive5Used_Orange][!RainmeterShowMeter Rl_drive5Used_Red]


[Rl_Drive5Used_Green]
Meter=Bar
MeasureName=Mse_Drive5Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive5Used_Orange]
Meter=Bar
MeasureName=Mse_Drive5Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive5Used_Red]
Meter=Bar
MeasureName=Mse_Drive5Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD5 Bar End

[Drive_Name_5]
MeasureNAme=Mse_Drive5Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive5#

[Rl_Drive5Total]
Meter=STRING
MeasureName=Mse_Drive5Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 5 Access Graph

[Rl_Drive5Access_txt]
Meter=STRING
MeasureName=Mse_Drive5Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive5Access1]
Meter=Line
MeasureName=Mse_Drive5Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive5Access2]
Meter=Line
MeasureName=Mse_Drive5Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_12]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 6 Display
;===========================================

[Mse_Drive6Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive6#"

[Mse_Drive6Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive6#
UpdateDivider=2

[Mse_Drive6Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#drive6#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive6Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive6#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive6Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive6#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 6 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 6 Information

[Rl_Drive6UsedString]
Meter=STRING
MeasureName=Mse_Drive6Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive6Free]
Meter=STRING
MeasureName=Mse_Drive6Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 6 Bar

[Drive6%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive6#"
UpdateDivider=3600

LeftMouseDownAction=#Drive6#

[Drive6Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_6_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive6Used/Mse_Drive6Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive6Used_Green][!RainmeterHideMeter Rl_drive6Used_Orange][!RainmeterHideMeter Rl_drive6Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive6Used_Green][!RainmeterShowMeter Rl_drive6Used_Orange][!RainmeterHideMeter Rl_drive6Used_Red]

[Drive_6_Low]
Measure=Calc
Formula=((Mse_Drive6Used/Mse_Drive6Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive6Used_Green][!RainmeterHideMeter Rl_drive6Used_Orange][!RainmeterShowMeter Rl_drive6Used_Red]

[Rl_Drive6Used_Green]
Meter=Bar
MeasureName=Mse_Drive6Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

;[Rl_Drive6Used_Orange]
;Meter=Bar
;MeasureName=Mse_Drive6Used
;X=0r
;Y=0r
;W=150
;H=6
;BarColor=#color13#
;BarOrientation=HORIZONTAL
;hidden=1

[Rl_Drive6Used_Red]
Meter=Bar
MeasureName=Mse_Drive6Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD6 Bar End

[Drive_Name_6]
MeasureNAme=Mse_Drive6Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive6#

[Rl_Drive6Total]
Meter=STRING
MeasureName=Mse_Drive6Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 6 Access Graph

[Rl_Drive6Access_txt]
Meter=STRING
MeasureName=Mse_Drive6Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive6Access1]
Meter=Line
MeasureName=Mse_Drive6Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive6Access2]
Meter=Line
MeasureName=Mse_Drive6Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_13]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 7 Display
;===========================================

[Mse_Drive7Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive7#"

[Mse_Drive7Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive7#
UpdateDivider=2

[Mse_Drive7Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#drive7#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive7Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive7#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive7Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive7#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 7 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 7 Information

[Rl_Drive7UsedString]
Meter=STRING
MeasureName=Mse_Drive7Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive7Free]
Meter=STRING
MeasureName=Mse_Drive7Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 7 Bar

[Drive7%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive7#"
UpdateDivider=3600

LeftMouseDownAction=#Drive7#

[Drive7Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_7_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive7Used/Mse_Drive7Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive7Used_Green][!RainmeterHideMeter Rl_drive7Used_Orange][!RainmeterHideMeter Rl_drive7Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive7Used_Green][!RainmeterShowMeter Rl_drive7Used_Orange][!RainmeterHideMeter Rl_drive7Used_Red]

[Drive_7_Low]
Measure=Calc
Formula=((Mse_Drive7Used/Mse_Drive7Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive7Used_Green][!RainmeterHideMeter Rl_drive7Used_Orange][!RainmeterShowMeter Rl_drive7Used_Red]


[Rl_Drive7Used_Green]
Meter=Bar
MeasureName=Mse_Drive7Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive7Used_Orange]
Meter=Bar
MeasureName=Mse_Drive7Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive7Used_Red]
Meter=Bar
MeasureName=Mse_Drive7Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD7 Bar End

[Drive_Name_7]
MeasureNAme=Mse_Drive7Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive7#

[Rl_Drive7Total]
Meter=STRING
MeasureName=Mse_Drive7Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 7 Access Graph

[Rl_Drive7Access_txt]
Meter=STRING
MeasureName=Mse_Drive7Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive7Access1]
Meter=Line
MeasureName=Mse_Drive7Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive7Access2]
Meter=Line
MeasureName=Mse_Drive7Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_14]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 8 Display
;===========================================

[Mse_Drive8Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive8#"

[Mse_Drive8Free]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive8#
UpdateDivider=2

[Mse_Drive8Name]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive8#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive8Used]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive8#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive8Size]
Measure=FreeDiskSpace
IgnoreRemovable=0
Drive=#Drive8#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 8 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 8 Information

[Rl_Drive8UsedString]
Meter=STRING
MeasureName=Mse_Drive8Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive8Free]
Meter=STRING
MeasureName=Mse_Drive8Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 8 Bar

[Drive8%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive8#"
UpdateDivider=3600

LeftMouseDownAction=#Drive8#

[Drive8Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_8_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive8Used/Mse_Drive8Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive8Used_Green][!RainmeterHideMeter Rl_Drive8Used_Orange][!RainmeterHideMeter Rl_Drive8Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive8Used_Green][!RainmeterShowMeter Rl_Drive8Used_Orange][!RainmeterHideMeter Rl_Drive8Used_Red]

[Drive_8_Low]
Measure=Calc
Formula=((Mse_Drive8Used/Mse_Drive8Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive8Used_Green][!RainmeterHideMeter Rl_Drive8Used_Orange][!RainmeterShowMeter Rl_Drive8Used_Red]


[Rl_Drive8Used_Green]
Meter=Bar
MeasureName=Mse_Drive8Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive8Used_Orange]
Meter=Bar
MeasureName=Mse_Drive8Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive8Used_Red]
Meter=Bar
MeasureName=Mse_Drive8Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD8 Bar End

[Drive_Name_8]
MeasureNAme=Mse_Drive8Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive8#

[Rl_Drive8Total]
Meter=STRING
MeasureName=Mse_Drive8Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 8 Access Graph

[Rl_Drive8Access_txt]
Meter=STRING
MeasureName=Mse_Drive8Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive8Access1]
Meter=Line
MeasureName=Mse_Drive8Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive8Access2]
Meter=Line
MeasureName=Mse_Drive8Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_End]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=25r
H=1
W=275
Only seem to be getting one error now tho
!HideMeterL [RI_driver6User_Orange] not found in "ForceX system Monitor\Monitor Temp Woth Speed Fan\2 GPUs\4 Core\7HDD"

Cheers
User avatar
Brian
Developer
Posts: 2678
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Brian »

Vodkaholic wrote:Only seem to be getting one error now tho
!HideMeterL [RI_driver6User_Orange] not found in "ForceX system Monitor\Monitor Temp Woth Speed Fan\2 GPUs\4 Core\7HDD"
Do you mean !HideMeter [R1_Drive6Used_Orange] ?

If that is the error, then uncomment the meter [R1_Drive6Used_Orange].

-Brian
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

Brian wrote: Do you mean !HideMeter [R1_Drive6Used_Orange] ?

If that is the error, then uncomment the meter [R1_Drive6Used_Orange].

-Brian
Haha yes sorry I had to type that error >.>

And thanks seems to be all working and fixed now :thumbup:
Necronskill
Posts: 3
Joined: August 23rd, 2011, 10:19 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Necronskill »

Hi, this problem just recently starting occurring where my cores will all show at 100% usage and my processes will always say 0, as well as the top processes being blank. Hopefully someone can help me on this problem, much appreciated.