Centrafuse Carputer, CarPC & UMPC Forums

Go Back   Centrafuse Carputer, CarPC & UMPC Forums > 3rd Party Development > Plugin Development > Plug-In Downloads

Plug-In Downloads Download plug-ins in here.


Reply
 
LinkBack Thread Tools Display Modes
Old May 4th, 2009, 02:51 AM   #1 (permalink)
10 Farad - Flux Capacity
diablo_sv21's CarPC Specs
 
diablo_sv21's Avatar
 
Join Date: Aug 2007
Location: Melbourne, Australia
Vehicle: Audi S3
Posts: 537
diablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of light
New File Added: System Monitor

Downloads: A new file has been added by diablo_sv21:

System Monitor

This is a stand alone plugin for monitoring your System specs and usage.

There are no settings, everything is gathered from the .net framework and the Win32 dlls. It is a limited set of information at the moment, but it can be expanded if anyone has any requests. I've left space on the System Info page for such details.

Currently listed are CPU/RAM/Page File info, Battery Info, GPS Info (Actually taken from the CF values) and General System Information.

Most importantly (for some people) is that all the values are available through the CF_pluginData method. Aka, available to Logodashboard.

Here's a quick list of all the available values, they are fairly self explanatory:
CPU_Manufacturer
CPU_CurrentClockSpeed
CPU_Usage
CPU_Cores
CPU_Archetecture
CPU_Family
Baseboard_Manufacturer
Baseboard_Model
Baseboard_Socket
RAM_SlotsAvailable
RAM_SlotsUsed
RAM_MemoryTotal
RAM_MemoryUsed
RAM_MemoryType
RAM_Manufacturer
PageFile_MemoryUsed
PageFile_MemoryTotal
Battery_BatteryStatus
Battery_Chemistry
Battery_Manufacturer
Battery_EstimatedChargeRemaining
Battery_EstimatedRunTime
Battery_FullChargeCapacity
Battery_TimeOnBattery
Battery_TimeToFullCharge
Monitor_Manufacturer
Monitor_Type
Monitor_ScreenHeight
Monitor_ScreenWidth

Those with a keen eye might notice that there are more values there then displayed in the plugin. ;-)

Any variable value is updated every second. You might find a lot of those values return blank, it will depend on your hardware a lot and possibly which version of Windows you are running. Tested under Windows XP, but Vista and Windows 7 Users might have trouble.


Note: This application uses exactly the same layout/skin as SpeedFan - View Log. Just need to change a few Button/Label names and you are set.

As always, comments/feedback/suggestions welcome!
diablo_sv21 is offline   Reply With Quote
The Following 4 Users Say Thank You to diablo_sv21 For This Useful Post:
Old May 5th, 2009, 12:52 PM   #2 (permalink)
7 Farad - Super Capacity
Cabrio Bob's CarPC Specs
 
Cabrio Bob's Avatar
 
Join Date: Feb 2008
Location: netherlands
Vehicle: BMW 318i convertible
Posts: 167
Cabrio Bob will become famous soon enoughCabrio Bob will become famous soon enough
Works great, also with logodashboard.

Found only 1 thing :

you mentioned value "RAM_MemoryUsed" ,
this actually is "RAM_Available" (on my system)
Cabrio Bob is offline   Reply With Quote
Old May 5th, 2009, 05:36 PM   #3 (permalink)
10 Farad - Flux Capacity
WuNgUn's CarPC Specs
 
Join Date: Feb 2008
Posts: 927
WuNgUn will become famous soon enough
Sweetness!
Maybe you could explain to us lesser mortals on how to incorporate data into Logodashboard?

I created a 'second page' before, using cut'n'paste to display more Phidgets sensor data, but I wouldn't know where to beging with this data...

Thanks
WuNgUn is offline   Reply With Quote
Old May 6th, 2009, 12:39 AM   #4 (permalink)
7 Farad - Super Capacity
Cabrio Bob's CarPC Specs
 
Cabrio Bob's Avatar
 
Join Date: Feb 2008
Location: netherlands
Vehicle: BMW 318i convertible
Posts: 167
Cabrio Bob will become famous soon enoughCabrio Bob will become famous soon enough
my code for logodashboard :

edit file
X:\Program Files\Flux Media\Centrafuse\Plugins\LogoDashboard\Skins\your_ skin\Content.XML

Code:
 <Page description="Speedfan" show="True">
      <Content type="Text" position="0;213" size="101;40" dataSource="PLUGIN" style="Text3F">{SystemMonitor, RAM_MemoryUsed}</Content>
      <Content type="Text" position="15;188" size="75;20" style="Text3E">ram</Content>
      <Content type="Text" position="0;263" size="101;40" dataSource="PLUGIN" style="Text3F">{SystemMonitor, PageFile_MemoryUsed}%</Content>
      <Content type="Text" position="15;238" size="75;20" style="Text3E">page</Content>
      <Content type="Text" position="712;240" size="175;40" dataSource="PLUGIN" style="Text3F">{SystemMonitor, CPU_Usage}%</Content>
      <Content type="Text" position="762;215" size="75;20" style="Text3E">cpu</Content>
 </Page>
 <Styles>
    <Style id="Text3E" color="#ffffff" alignment="Center" indent="0" rightIndent="0" font="6" />
     <Style id="Text3F" color="#fe5200" alignment="Center" indent="0" rightIndent="0" font="9" />
 </Styles>
 <Fonts>
    <Font id="6" name="Century Gothic" size="16" style="Bold" />
    <Font id="9" name="Century Gothic" size="18" style="Bold" />
  </Fonts>
you get something like this (screen 800x480) :

picture
The far left & right data,
used the latest logodashboard plugin with "clickthrough" option.
Cabrio Bob is offline   Reply With Quote
The Following 3 Users Say Thank You to Cabrio Bob For This Useful Post:
Old May 6th, 2009, 07:05 AM   #5 (permalink)
10 Farad - Flux Capacity
WuNgUn's CarPC Specs
 
Join Date: Feb 2008
Posts: 927
WuNgUn will become famous soon enough
That's a BIG help Bob...thanks again!
WuNgUn is offline   Reply With Quote
Old May 6th, 2009, 08:37 AM   #6 (permalink)
10 Farad - Flux Capacity
diablo_sv21's CarPC Specs
 
diablo_sv21's Avatar
 
Join Date: Aug 2007
Location: Melbourne, Australia
Vehicle: Audi S3
Posts: 537
diablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of light
Fantastic! Great to see you guys are getting good use out of it.

Cabrio Bob, that is a strange issue you are having with 'MemoryUsed' showing the total memory... how much memory do you have? I know my usage usually runs around 560MB so if you only have 512MB of RAM you might well be using all of it. Mind you, the PC doesn't usually load out all the RAM, so it's still odd.

Looks like this plugin is a wrap for now. At least until CF version 3 comes out...
__________________
Released 3.1: MBM Reader - SpeedFan - VWCDPIC - Save Location - Song Announcer - BOM Radar - Street Name Announcer - System Monitor - Delete Song - Twitter - Screensaver
Released 2.1 (Only): Sudoku - File Manager - Lap-time Racing Plugin - Emergency - Chameleon - Blackout - GPX Recorder
Testing: Shoutcast - Lap-time Racing Plugin
Developing: VoIP - Facebook
Designing: Soundboard - ZAVAS
diablo_sv21 is offline   Reply With Quote
Old May 6th, 2009, 12:48 PM   #7 (permalink)
7 Farad - Super Capacity
Cabrio Bob's CarPC Specs
 
Cabrio Bob's Avatar
 
Join Date: Feb 2008
Location: netherlands
Vehicle: BMW 318i convertible
Posts: 167
Cabrio Bob will become famous soon enoughCabrio Bob will become famous soon enough
Quote:
Originally Posted by diablo_sv21 View Post
Cabrio Bob, that is a strange issue you are having with 'MemoryUsed' showing the total memory... how much memory do you have? I know my usage usually runs around 560MB so if you only have 512MB of RAM you might well be using all of it. Mind you, the PC doesn't usually load out all the RAM, so it's still odd.
Everest ultimate and taskmanager are displaying the same available RAM as the plugin reports used RAM.

At the moment :
total RAM 2047
free RAM 1231
used RAM 816 (CF plugin : 1231)

this is on my home PC, didn't install it in the car yet.
Cabrio Bob is offline   Reply With Quote
Old May 6th, 2009, 07:03 PM   #8 (permalink)
10 Farad - Flux Capacity
Carz's CarPC Specs
 
Join Date: Nov 2008
Vehicle: Suzuki Swift Sport Mega Option JDM 2006
Posts: 349
Carz will become famous soon enough
Quote:
Originally Posted by Cabrio Bob View Post
my code for logodashboard :

edit file
X:\Program Files\Flux Media\Centrafuse\Plugins\LogoDashboard\Skins\your_ skin\Content.XML

Code:
 <Page description="Speedfan" show="True">
      <Content type="Text" position="0;213" size="101;40" dataSource="PLUGIN" style="Text3F">{SystemMonitor, RAM_MemoryUsed}</Content>
      <Content type="Text" position="15;188" size="75;20" style="Text3E">ram</Content>
      <Content type="Text" position="0;263" size="101;40" dataSource="PLUGIN" style="Text3F">{SystemMonitor, PageFile_MemoryUsed}%</Content>
      <Content type="Text" position="15;238" size="75;20" style="Text3E">page</Content>
      <Content type="Text" position="712;240" size="175;40" dataSource="PLUGIN" style="Text3F">{SystemMonitor, CPU_Usage}%</Content>
      <Content type="Text" position="762;215" size="75;20" style="Text3E">cpu</Content>
 </Page>
 <Styles>
    <Style id="Text3E" color="#ffffff" alignment="Center" indent="0" rightIndent="0" font="6" />
     <Style id="Text3F" color="#fe5200" alignment="Center" indent="0" rightIndent="0" font="9" />
 </Styles>
 <Fonts>
    <Font id="6" name="Century Gothic" size="16" style="Bold" />
    <Font id="9" name="Century Gothic" size="18" style="Bold" />
  </Fonts>
you get something like this (screen 800x480) :

picture
The far left & right data,
used the latest logodashboard plugin with "clickthrough" option.

Is the reference to Speedfan in this line correct?

<Page description="Speedfan" show="True">

I can't get this to work with Aura skin with the "clickthrough" option.
Carz is offline   Reply With Quote
Old May 6th, 2009, 07:04 PM   #9 (permalink)
10 Farad - Flux Capacity
Carz's CarPC Specs
 
Join Date: Nov 2008
Vehicle: Suzuki Swift Sport Mega Option JDM 2006
Posts: 349
Carz will become famous soon enough
It would be great if all plugin developers with plugins that would work with logodashboard would created the related code based on Aura skin (800x600) since it is the default skin that majority would use. Wouldn't a developer prefer to see more users using their plugins rather than limit to only those with coding skills?
Carz is offline   Reply With Quote
Old May 6th, 2009, 07:15 PM   #10 (permalink)
10 Farad - Flux Capacity
diablo_sv21's CarPC Specs
 
diablo_sv21's Avatar
 
Join Date: Aug 2007
Location: Melbourne, Australia
Vehicle: Audi S3
Posts: 537
diablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of lightdiablo_sv21 is a glorious beacon of light
Hmm yeah that is not a bad idea.

Ultimately the best thing to do would have the installer actually add the Logodashboard code in for you... so all you have to do is tick a box. :-)

I don't actually use Logodashboard myself. But I can see the advantage in that.
__________________
Released 3.1: MBM Reader - SpeedFan - VWCDPIC - Save Location - Song Announcer - BOM Radar - Street Name Announcer - System Monitor - Delete Song - Twitter - Screensaver
Released 2.1 (Only): Sudoku - File Manager - Lap-time Racing Plugin - Emergency - Chameleon - Blackout - GPX Recorder
Testing: Shoutcast - Lap-time Racing Plugin
Developing: VoIP - Facebook
Designing: Soundboard - ZAVAS
diablo_sv21 is offline   Reply With Quote
The Following User Says Thank You to diablo_sv21 For This Useful Post:
Reply

Bookmarks

Tags
added, file, monitor, system

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New File Added: TPMS Tire Pressure Monitor wolfgang928 Plug-In Downloads 27 March 11th, 2010 09:39 AM
New File Added: Dot-Matrix Skin MarcelP Skin Downloads 41 November 20th, 2009 11:03 PM
New File Added: File Manager diablo_sv21 Plug-In Downloads 17 November 9th, 2009 08:23 PM
New File Added: Trip Computer _Dejan_ Plug-In Downloads 39 July 15th, 2009 07:35 AM



All times are GMT -4. The time now is 02:45 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2009 Flux Media, Inc. All rights reserved.Ad Management plugin by RedTyger