HWiNFO 32/64 Shared Memory Plugin.
Posted: March 24th, 2013, 11:02 am
Searched more than these forums for anything similar but nothing.
There alot for other software but not for this one wich is quite competent.
They have shared memory working and also several plugins for other softwares like Samurize, Rainmeter etc etc.
Would love to see a plugin for this one on LCD Smartie!
HW info can make a debug tree of what sensors are available, it's alot of raw format sort of.
For instance, the CPU can look like this.
Then to get for instance the Core 4's Voltage one could then type $dll(hwinfo,1,1,3) , in more clear, $dll(hwinfo,sensor id,subsensor type,subsensor id)
Only doc for shared memory i can find atm is this -> w w w.hwinfo. com/forum/Thread-Shared-Memory-Support
Had to space the url out due to loosing my troll virginity. Your post looks too spamy for a new user, please remove off-site URLs.
There alot for other software but not for this one wich is quite competent.
They have shared memory working and also several plugins for other softwares like Samurize, Rainmeter etc etc.
Would love to see a plugin for this one on LCD Smartie!
HW info can make a debug tree of what sensors are available, it's alot of raw format sort of.
For instance, the CPU can look like this.
Code: Select all
#==================================================================
# Sensor ID: 1
# Sensor Name: CPU [#0]:CPUNAME
|------------------------------------------------------------------
| Subsensor type: 0 (Temperatures)
|---------------------------------
| Subsensor type: 1 (Voltages)
|---------------------------------
| Subsensor ID: 0
| Subsensor Label: Core #0 VID
|---------------------------------
| Subsensor ID: 1
| Subsensor Label: Core #1 VID
|---------------------------------
| Subsensor ID: 2
| Subsensor Label: Core #2 VID
|---------------------------------
| Subsensor ID: 3
| Subsensor Label: Core #3 VID
|---------------------------------
| Subsensor ID: 31
| Subsensor Label: NB VID
|---------------------------------
| Subsensor type: 2 (Fans)
|---------------------------------
Only doc for shared memory i can find atm is this -> w w w.hwinfo. com/forum/Thread-Shared-Memory-Support
Had to space the url out due to loosing my troll virginity. Your post looks too spamy for a new user, please remove off-site URLs.