PDA

View Full Version : LCDinfo


onka
23-04-2004, 13:23
qualkuno mi spiega come funziona??
la 0.3.2 va..ma fa un pò cag@re..

la 0.6 nn riesco a farla funzionare..:cry:

onka
23-04-2004, 18:10
nessuno sa nulla??:(

zerotre
23-04-2004, 22:19
ciao,
non preoccuparti e' la stessa cosa che ho detto io quando l'ho installato....
in pratica il tizio che fa sto' programma l'ha lasciato a meta' in pratica non ha una gui, o in italiano non ha la finestra di controllo.
Tutto funziona usando i files di configurazone:
prima di tutto lancia il programma, quindi clicca con il destro sull'icona nel sys tray, quindi vai su "select driver" e setta per il grafico "KS0108 / HD61203 v0.2 alpha", con "configure" puoi controllare i parametri.
A questo punto dovrebbe funzionare, dovresti vedere qualcosa sul display, per modificare gli screen.....
sulla dir di installazione sotto la dir "screens" apri con il notepad il file screen.xml dovrebbe essere fato in questo modo:

<screens>
<screenfile>128x64\mbm.xml</screenfile>
<screenfile>128x64\bug.xml</screenfile>
<screenfile>128x64\netstats.xml</screenfile>
<screenfile>128x64\system.xml</screenfile>
<screenfile>128x64\system2.xml</screenfile>
<screenfile>128x64\camel.xml</screenfile>
</screens>

in pratica dici all'lcd quali schermate dovra' rappresentare, in questo caso l'lcd parte con mbm.xml cioe' la schermata di motherboard monitor, quindi bug.xml etc etc.....
Naturalmente puoi modificarle a piacere, come puoi pure modificare le singole schermate, come vedi le trovi nella cartella 128x64, per esempio il file mbm.xml contiene:

<screen>

<name>MBM</name>

<action>
<id>Core.NextScreen</id>
<delay>15000</delay>
</action>

<item type="image" x="0" y="0">
<imagebitmap>screens\128x64\images\MBM2_128x64.bmp</imagebitmap>
<refresh>1000</refresh>
</item>

<item type="plugintext" x="13" y="2">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Percentage.CPU</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="8" y="2">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Mhz.CPU</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="2">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Temperature.Mobo</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="3">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Temperature.Cpu</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="5">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Vcore</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="6">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Vcc</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="3" y="5">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.Core 0</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="11" y="3">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>5</fieldsize>
<varid>MBM.Temperature.HD0</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="11" y="5">

<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.+12.00</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="11" y="6">

<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.+5.00</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="3" y="6">

<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.+3.3</varid>
<refresh>500</refresh>
</item>
</screen>

cioe' le informazioni che saranno utilizzate nello screen (o schermata).

Nel caso interessa potrei continuare.....
Ciao.
Zerotre.

Stigmata
23-04-2004, 23:32
è programmato in xml? :eekk: che f1g@t@ :D
con tutti i tag :D:D:D

onka
23-04-2004, 23:37
grazie mille a zerotre;)

@stig:sai programmare in xml??e in xhtml??:eek:

DioBrando
24-04-2004, 10:26
l'XML è un linguaggio di descrizione n di programmazione :p: :D

Stigmata
24-04-2004, 23:35
Originariamente inviato da DioBrando
l'XML è un linguaggio di descrizione n di programmazione :p: :D

ok, è un markup language, mi sono espresso male... intendevo che gli screen li fai in xml, il che facilita le cose non poco. :)

@onka: conosco html... per applicarlo a lcdinfo credo basti sapere come sono strutturate le schermate e come si chiamano le varie cose che puoi mostrare... per esempio:


<action>
<id>Core.NextScreen</id>
<delay>15000</delay>
</action>


cos'è Core.NextScreen? una volta che sai cosa rappresentano queste informazioni sei a cavallo, il resto sono semplici tag a quanto pare...

ka88
25-04-2004, 00:39
per modificare le schermate di lcd info bisogna aprire i file .ini che si trovano nella cartella screen e non c'è bisogno di programmare in xml o altro, bisogna solo inserire delle variabili semplicissime!

DioBrando
25-04-2004, 03:50
Originariamente inviato da Stigmata
ok, è un markup language, mi sono espresso male... intendevo che gli screen li fai in xml, il che facilita le cose non poco. :)

@onka: conosco html... per applicarlo a lcdinfo credo basti sapere come sono strutturate le schermate e come si chiamano le varie cose che puoi mostrare... per esempio:


<action>
<id>Core.NextScreen</id>
<delay>15000</delay>
</action>


cos'è Core.NextScreen? una volta che sai cosa rappresentano queste informazioni sei a cavallo, il resto sono semplici tag a quanto pare...

tranqui è che il prof ha somatizzato parecchio e sta cosa m'è rimasta impressa :D

zerotre
25-04-2004, 09:28
Originariamente inviato da ka88
per modificare le schermate di lcd info bisogna aprire i file .ini che si trovano nella cartella screen e non c'è bisogno di programmare in xml o altro, bisogna solo inserire delle variabili semplicissime!


tu ti riferisci alle versioni precedenti, prova la 0.6 quella senza gui, gli ini non ci sono solo file xml, comunque sul forum skippari ci sono un po' di guide.
per vedere tutti i possibili comandi aprite il file log.txt della dir di installazione, ad un certo punto ci sono delle righe che iniziano con "Plugin variable" quelli sono tutti i parametri che si possono visualizzare, nelle prossime versioni del programma se ne aggiungeranno altri.
Ciao.
Zerotre.

ka88
25-04-2004, 09:44
la 0.3.2 ha i file ini e non c'è la gui....la 0.6 dove l'avete scaricata?

zerotre
25-04-2004, 10:03
http://www.skippari.net/phpBB2/viewtopic.php?t=387

adesso siamo alla rev 17, io ho la 16 ma non cambia molto,
conviene leggersi i primi post del forum, ci sono un po' di spiegazioni e manuali.

Ciao.
Zerotre.

ka88
25-04-2004, 10:31
ho estratto i file in una cartella e avviando il prog, mi dice che manca FTD2xx.dll

ka88
25-04-2004, 10:39
hai msn? cmq il dll l'ho trovato, ma non rtiesco a visualizzare na mazza

zerotre
26-04-2004, 09:57
Lcdinfo for dummies.....

scaricate la versione 0.6 rev 17 dal link sopra, estraete i files in una cartella, cliccate sulla "I", sulla tray apparira' (forse per magia) l'icona del programma, fate click con il destro sul mouse sull'icona, e scegliete "select driver", nel menu' a tendina selezionate "KS0108 / HD61203 v0.2 alpha", KS0108 per chi non lo sapesse e' il controller samsung degli lcd 128*64 grafici della crystalfontzzz.
Quindi andate su configure e settate le opzioni a seconda del tipo di cablaggio che avete fatto, vi dico le mie opzioni:

port: 0x378
lpt:
Strobe (pin 1)
Select (pin 17)
Line (pin 14)
Init (pin 16)
delay:0
cs polarity non spuntato.

Vi ricordo che per il cablaggio ho seguito lo schema di blitz con il regolatore di tensione, lo trovate nel thread "rifacciamo un ordine....".
Vi ricordo di chiudere e riavviare lcdinfo ogni volta che fate un cambiamento, quindi fatelo dopo aver settato il driver.

A questo punto il vostro lcd dovrebbe far vedere qualcosa....
questo dipende principalmente dal file:
screens.xml che si trova nella cartella "screens", ecco un esempio:

<screens>
<screenfile>128x64\mbm.xml</screenfile>
<screenfile>128x64\bug.xml</screenfile>
<screenfile>128x64\netstats.xml</screenfile>
<screenfile>128x64\system.xml</screenfile>
<screenfile>128x64\system2.xml</screenfile>
<screenfile>128x64\camel.xml</screenfile>
</screens>

in pratica si dice all'lcd di caricare in sequenza le schermate "mbm.xml", "bug.xml", "netstats.xml" ecc ecc.
Da qui' quindi potete aggiungere o eliminare le schermate, attenzione al percorso delle cartelle:


<screenfile>128x64\mbm.xml</screenfile>

il file si trova sotto la cartella 128x64 (ce ne sono altre ma ovviamente il nostro display ha una grandezza 128x64), apriamo il file mbm.xml e vediamo in dettaglio cosa significano i parametri:

<screen> /*inizio ovvio*/

<name>MBM</name> /*anche qui' e' ovvio*/



<action> /*attenti a questi tag che abbiano una fine*/
<id>Core.NextScreen</id> /*vai alla prossima schermata che si trova nel file sceens.xml*/
<delay>15000</delay> /*prima dell'azione attendi che siano passati 15 secondi*/
</action>

/* in pratica l'azione di sopra fa' visualizzare la schermata corrente 15 secondi dopo di che passa alla successiva che si legge nel file screens.xml*/

<item type="image" x="0" y="0">
<imagebitmap>screens\128x64\images\MBM2_128x64.bmp</imagebitmap>
<refresh>1000</refresh>
</item>

/*questo e' un oggetto, di tipo image, x e y sono le posizioni dell'angolo superiore sinistro, quindi c'e' il percorso dell'immagine e ogni quando deve essere aggiornata, questo in pratica e' uno sfondo/background, PER UNA CORRETTA VISUALIZZAZIONE, vi ricordo che ogni schermata DEVE avere uno sfondo.*/

<item type="plugintext" x="13" y="2">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Percentage.CPU</varid>
<refresh>500</refresh>
</item>

/* qui iniziano i plugin, cioe' quello che possiamo visualizzare, in questo caso e' la percentuale di uso della cpu letta attraverso mbm, i vari parametri sono, il tipo di oggetto, la posizione, il tipo di scorrimento, la posizione del testo, il numero di caratteri per il testo, la variabile e l'aggiornamento*/

<item type="plugintext" x="8" y="2">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Mhz.CPU</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="2">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Temperature.Mobo</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="3">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Temperature.Cpu</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="5">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Vcore</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="4" y="6">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Vcc</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="3" y="5">
<scrolltype>none</scrolltype>
<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.Core 0</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="11" y="3">
<scrolltype>left</scrolltype>
<textpos>left</textpos>
<fieldsize>5</fieldsize>
<varid>MBM.Temperature.HD0</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="11" y="5">

<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.+12.00</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="11" y="6">

<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.+5.00</varid>
<refresh>500</refresh>
</item>

<item type="plugintext" x="3" y="6">

<textpos>left</textpos>
<fieldsize>4</fieldsize>
<varid>MBM.Voltage.+3.3</varid>
<refresh>500</refresh>
</item>
</screen> /*fine file*/

ecco il tipo di item possibili con i valori per i parametri:

text
x and y: posizione espressa come coordinate di caratteri
scrolltype: none, left
textpos: left, right, center
fieldsize: spazio dello schermo (come numero di caratteri) per il testo
textdata: testo da immettere
refresh: aggiornamento in milliscondi

plugintext
x and y: position in character coordinates
scrolltype: none, left
textpos: left, right, center
fieldsize: size of the field reserved for the text
varid: stringa identificativa della variabile
refresh: how often item is refreshed (ms)

image
x and y: position in pixel coordinates
imagebitmap: nome del file bitmap (percorso completo dalla cartella di lcd info)
refresh: how often item is refreshed (ms)


pluginimage (immagine che deriva da una variabile, spazio degli hd per esempio)
x and y: position in pixel coordinates
imageid: identification string of the image
refresh: how often item is refreshed (ms)

animation
x and y: position in pixel coordinates
framebitmap: filename of a frame bitmap (insieme di immagini bitmap da visualizzare consecutivamente
refresh: how often item is refreshed (ms)


per esempio:
<item type="animation" x="95" y="0">
<framebitmap>screens\128x64\Bug\Wait_1.bmp</framebitmap>
<framebitmap>screens\128x64\Bug\Wait_2.bmp</framebitmap>
<framebitmap>screens\128x64\Bug\Wait_3.bmp</framebitmap>
<framebitmap>screens\128x64\Bug\Wait_4.bmp</framebitmap>
<framebitmap>screens\128x64\Bug\Wait_5.bmp</framebitmap>
<framebitmap>screens\128x64\Bug\Wait_6.bmp</framebitmap>
<framebitmap>screens\128x64\Bug\Wait_7.bmp</framebitmap>
<refresh>200</refresh>
</item>


insieme di variabili che possono essere visualizzate sull'lcd attraverso lcdinfo, le stesse le potete trovare nel file log.txt nella cartella di installazione di lcdinfo:
8:25:37:234 Plugin variable: ID:"CAMEL.CPUVendorString" Name:CPU Vendor String Type: 0 0
8:25:37:234 Plugin variable: ID:"CAMEL.CPUVendorID" Name:CPU Vendor ID Type: 0 1
8:25:37:234 Plugin variable: ID:"CAMEL.CPUTypeID" Name:CPU Type ID Type: 0 2
8:25:37:234 Plugin variable: ID:"CAMEL.CPUFamilyID" Name:CPU Family ID Type: 0 3
8:25:37:234 Plugin variable: ID:"CAMEL.CPUModelID" Name:CPU Model ID Type: 0 4
8:25:37:234 Plugin variable: ID:"CAMEL.CPUSteppingCode" Name:CPU Stepping Code Type: 0 5
8:25:37:234 Plugin variable: ID:"CAMEL.CPUExtendedProcessorName" Name:CPU Ext Name Type: 0 6
8:25:37:234 Plugin variable: ID:"CAMEL.CPUProcessorSerialNumber" Name:CPU Serial Number Type: 0 7
8:25:37:234 Plugin variable: ID:"CAMEL.CPUClockFrequency" Name:CPU Clock Frequency Type: 1 8
8:25:37:234 Plugin variable: ID:"CAMEL.Processor" Name:Processor Type: 0 9
8:25:37:234 varCount: 2
8:25:37:234 Plugin variable: ID:"Fraps.Appname" Name:Application name Type: 0 0
8:25:37:234 Plugin variable: ID:"Fraps.FPS" Name:FPS Type: 1 1
8:25:37:234 varCount: 66
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Mobo" Name:Mobo Type: 2 0
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Cpu" Name:Cpu Type: 2 1
8:25:37:234 Plugin variable: ID:"MBM.Temperature." Name: Type: 2 2
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 4" Name:Sensor 4 Type: 2 3
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 5" Name:Sensor 5 Type: 2 4
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 6" Name:Sensor 6 Type: 2 5
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 7" Name:Sensor 7 Type: 2 6
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 8" Name:Sensor 8 Type: 2 7
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 9" Name:Sensor 9 Type: 2 8
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 10" Name:Sensor 10 Type: 2 9
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 11" Name:Sensor 11 Type: 2 10
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 12" Name:Sensor 12 Type: 2 11
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 13" Name:Sensor 13 Type: 2 12
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 14" Name:Sensor 14 Type: 2 13
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 15" Name:Sensor 15 Type: 2 14
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 16" Name:Sensor 16 Type: 2 15
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 17" Name:Sensor 17 Type: 2 16
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 18" Name:Sensor 18 Type: 2 17
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 19" Name:Sensor 19 Type: 2 18
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 20" Name:Sensor 20 Type: 2 19
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 21" Name:Sensor 21 Type: 2 20
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 22" Name:Sensor 22 Type: 2 21
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 23" Name:Sensor 23 Type: 2 22
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 24" Name:Sensor 24 Type: 2 23
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 25" Name:Sensor 25 Type: 2 24
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 26" Name:Sensor 26 Type: 2 25
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 27" Name:Sensor 27 Type: 2 26
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 28" Name:Sensor 28 Type: 2 27
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 29" Name:Sensor 29 Type: 2 28
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 30" Name:Sensor 30 Type: 2 29
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 31" Name:Sensor 31 Type: 2 30
8:25:37:234 Plugin variable: ID:"MBM.Temperature.Sensor 32" Name:Sensor 32 Type: 2 31
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Core 0" Name:Core 0 Type: 2 32
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Core 1" Name:Core 1 Type: 2 33
8:25:37:234 Plugin variable: ID:"MBM.Voltage.+3.3" Name:+3.3 Type: 2 34
8:25:37:234 Plugin variable: ID:"MBM.Voltage.+5.00" Name:+5.00 Type: 2 35
8:25:37:234 Plugin variable: ID:"MBM.Voltage.+12.00" Name:+12.00 Type: 2 36
8:25:37:234 Plugin variable: ID:"MBM.Voltage.-12.00" Name:-12.00 Type: 2 37
8:25:37:234 Plugin variable: ID:"MBM.Voltage.-5.00" Name:-5.00 Type: 2 38
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 8" Name:Voltage 8 Type: 2 39
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 9" Name:Voltage 9 Type: 2 40
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 10" Name:Voltage 10 Type: 2 41
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 11" Name:Voltage 11 Type: 2 42
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 12" Name:Voltage 12 Type: 2 43
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 13" Name:Voltage 13 Type: 2 44
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 14" Name:Voltage 14 Type: 2 45
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 15" Name:Voltage 15 Type: 2 46
8:25:37:234 Plugin variable: ID:"MBM.Voltage.Voltage 16" Name:Voltage 16 Type: 2 47
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 1" Name:Fan 1 Type: 2 48
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 2" Name:Fan 2 Type: 2 49
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 3" Name:Fan 3 Type: 2 50
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 4" Name:Fan 4 Type: 2 51
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 5" Name:Fan 5 Type: 2 52
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 6" Name:Fan 6 Type: 2 53
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 7" Name:Fan 7 Type: 2 54
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 8" Name:Fan 8 Type: 2 55
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 9" Name:Fan 9 Type: 2 56
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 10" Name:Fan 10 Type: 2 57
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 11" Name:Fan 11 Type: 2 58
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 12" Name:Fan 12 Type: 2 59
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 13" Name:Fan 13 Type: 2 60
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 14" Name:Fan 14 Type: 2 61
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 15" Name:Fan 15 Type: 2 62
8:25:37:234 Plugin variable: ID:"MBM.Fan.Fan 16" Name:Fan 16 Type: 2 63
8:25:37:234 Plugin variable: ID:"MBM.Mhz.CPU" Name:CPU Type: 2 64
8:25:37:234 Plugin variable: ID:"MBM.Percentage.CPU" Name:CPU Type: 2 65
8:25:37:250 varCount: 28
8:25:37:250 Plugin variable: ID:"NetStats.Adaptername0" Name:Adapter name Type: 0 0
8:25:37:250 Plugin variable: ID:"NetStats.Adaptername1" Name:Adapter name Type: 0 1
8:25:37:250 Plugin variable: ID:"NetStats.Adaptername2" Name:Adapter name Type: 0 2
8:25:37:250 Plugin variable: ID:"NetStats.Adaptername3" Name:Adapter name Type: 0 3
8:25:37:250 Plugin variable: ID:"NetStats.MTU0" Name:MTU Type: 1 4
8:25:37:250 Plugin variable: ID:"NetStats.MTU1" Name:MTU Type: 1 5
8:25:37:250 Plugin variable: ID:"NetStats.MTU2" Name:MTU Type: 1 6
8:25:37:250 Plugin variable: ID:"NetStats.MTU3" Name:MTU Type: 1 7
8:25:37:250 Plugin variable: ID:"NetStats.Speed0" Name:Adapter speed Type: 1 8
8:25:37:250 Plugin variable: ID:"NetStats.Speed1" Name:Adapter speed Type: 1 9
8:25:37:250 Plugin variable: ID:"NetStats.Speed2" Name:Adapter speed Type: 1 10
8:25:37:250 Plugin variable: ID:"NetStats.Speed3" Name:Adapter speed Type: 1 11
8:25:37:250 Plugin variable: ID:"NetStats.TotalDownload0" Name:Download total Type: 1 12
8:25:37:250 Plugin variable: ID:"NetStats.TotalDownload1" Name:Download total Type: 1 13
8:25:37:250 Plugin variable: ID:"NetStats.TotalDownload2" Name:Download total Type: 1 14
8:25:37:250 Plugin variable: ID:"NetStats.TotalDownload3" Name:Download total Type: 1 15
8:25:37:250 Plugin variable: ID:"NetStats.TotalUpload0" Name:Upload total Type: 1 16
8:25:37:250 Plugin variable: ID:"NetStats.TotalUpload1" Name:Upload total Type: 1 17
8:25:37:250 Plugin variable: ID:"NetStats.TotalUpload2" Name:Upload total Type: 1 18
8:25:37:250 Plugin variable: ID:"NetStats.TotalUpload3" Name:Upload total Type: 1 19
8:25:37:250 Plugin variable: ID:"NetStats.DownloadSpeed0" Name:Download speed Type: 1 20
8:25:37:250 Plugin variable: ID:"NetStats.DownloadSpeed1" Name:Download speed Type: 1 21
8:25:37:250 Plugin variable: ID:"NetStats.DownloadSpeed2" Name:Download speed Type: 1 22
8:25:37:250 Plugin variable: ID:"NetStats.DownloadSpeed3" Name:Download speed Type: 1 23
8:25:37:250 Plugin variable: ID:"NetStats.UploadSpeed0" Name:Upload speed Type: 1 24
8:25:37:250 Plugin variable: ID:"NetStats.UploadSpeed1" Name:Upload speed Type: 1 25
8:25:37:250 Plugin variable: ID:"NetStats.UploadSpeed2" Name:Upload speed Type: 1 26
8:25:37:250 Plugin variable: ID:"NetStats.UploadSpeed3" Name:Upload speed Type: 1 27
8:25:37:250 varCount: 14
8:25:37:250 Plugin variable: ID:"SysInfo.TotalMemory" Name:Total memory Type: 1 0
8:25:37:250 Plugin variable: ID:"SysInfo.AvailableMemory" Name:Available memory Type: 1 1
8:25:37:250 Plugin variable: ID:"SysInfo.MemoryUsage" Name:Memory usage Type: 1 2
8:25:37:250 Plugin variable: ID:"SysInfo.TotalPagefile" Name:Total pagefile Type: 1 3
8:25:37:250 Plugin variable: ID:"SysInfo.AvailablePagefile" Name:Available pagefile Type: 1 4
8:25:37:250 Plugin variable: ID:"SysInfo.TotalVirtualMemory" Name:Total virtual memory Type: 1 5
8:25:37:250 Plugin variable: ID:"SysInfo.AvailableVirtualMemory" Name:Available virtual memory Type: 1 6
8:25:37:250 Plugin variable: ID:"SysInfo.UptimeDays" Name:Uptime days Type: 1 7
8:25:37:250 Plugin variable: ID:"SysInfo.UptimeHours" Name:Uptime hours Type: 1 8
8:25:37:250 Plugin variable: ID:"SysInfo.UptimeMinutes" Name:Uptime minutes Type: 1 9
8:25:37:250 Plugin variable: ID:"SysInfo.UptimeSeconds" Name:Uptime seconds Type: 1 10
8:25:37:250 Plugin variable: ID:"SysInfo.SystemName" Name:System name Type: 0 11
8:25:37:250 Plugin variable: ID:"SysInfo.CDrive" Name:C: Drive Type: 0 12
8:25:37:250 Plugin variable: ID:"SysInfo.DDrive" Name:D: Drive Type: 0 13
8:25:37:250 Plugin image: ID:"SysInfo.Cpugraph" Name: CPU graph 0
8:25:37:250 Plugin image: ID:"SysInfo.CHDDgraph" Name: C: Hard Drive graph 1
8:25:37:250 Plugin image: ID:"SysInfo.DHDDgraph" Name: D: Hard Drive graph 2
8:25:37:250 varCount: 12
8:25:37:250 Plugin variable: ID:"Winamp2.Title" Name:Title Type: 0 0
8:25:37:250 Plugin variable: ID:"Winamp2.Status" Name:Status Type: 0 1
8:25:37:250 Plugin variable: ID:"Winamp2.TrackPos" Name:Track position mm:ss Type: 0 2
8:25:37:250 Plugin variable: ID:"Winamp2.TrackLength" Name:Track length mm::ss Type: 0 3
8:25:37:250 Plugin variable: ID:"Winamp2.TrackPos_secs" Name:Track position secs Type: 1 4
8:25:37:250 Plugin variable: ID:"Winamp2.TrackLen_secs" Name:Track length secs Type: 1 5
8:25:37:250 Plugin variable: ID:"Winamp2.PlaylistPos" Name:Playlist position Type: 1 6
8:25:37:250 Plugin variable: ID:"Winamp2.PlaylistSize" Name:Playlist size Type: 1 7
8:25:37:250 Plugin variable: ID:"Winamp2.Samplerate" Name:Samplerate Type: 1 8
8:25:37:250 Plugin variable: ID:"Winamp2.Bitrate" Name:Bitrate Type: 1 9
8:25:37:250 Plugin variable: ID:"Winamp2.Channels" Name:Channels text Type: 0 10
8:25:37:250 Plugin variable: ID:"Winamp2.Channels_num" Name:Channels number Type: 1 11
8:25:37:250 Plugin image: ID:"Winamp2.SpectrumBar" Name: Spectrum analyzer bars 0
8:25:37:250 Plugin image: ID:"Winamp2.SpectrumDot" Name: Spectrum analyzer dots 1
8:25:37:250 Plugin image: ID:"Winamp2.StatusImage" Name: Status 2
8:25:37:250 Plugin image: ID:"Winamp2.SpectrumBar2" Name: Spectrum analyzer bars2 3
8:25:37:250 varCount: 7
8:25:37:250 Plugin variable: ID:"WMP.title" Name:Title Type: 0 0
8:25:37:250 Plugin variable: ID:"WMP.author" Name:Author Type: 0 1
8:25:37:250 Plugin variable: ID:"WMP.status" Name:Status Type: 0 2
8:25:37:250 Plugin variable: ID:"WMP.trackpos" Name:Track position Type: 0 3
8:25:37:250 Plugin variable: ID:"WMP.tracklen" Name:Track length Type: 0 4
8:25:37:250 Plugin variable: ID:"WMP.pourcent" Name:Pourcent Type: 1 5
8:25:37:250 Plugin variable: ID:"WMP.next" Name:Next Title Type: 1 6
8:25:37:250 Plugin image: ID:"WMP.spectrum" Name: Spectrum analyzer bars 0
8:25:37:250 Plugin image: ID:"WMP.scope" Name: Scope analyzer dots 1
8:25:37:250 varCount: 14
8:25:37:250 Plugin variable: ID:"ZoomPlayer.Status" Name:Status Type: 0 0
8:25:37:250 Plugin variable: ID:"ZoomPlayer.Timeline" Name:Timeline Type: 0 1
8:25:37:250 Plugin variable: ID:"ZoomPlayer.OSDMessage" Name:OSD message Type: 0 2
8:25:37:250 Plugin variable: ID:"ZoomPlayer.Mode" Name:Mode Type: 0 3
8:25:37:250 Plugin variable: ID:"ZoomPlayer.DVDTitle" Name:DVD title Type: 1 4
8:25:37:250 Plugin variable: ID:"ZoomPlayer.DVDUniqueString" Name:DVD unique string Type: 1 5
8:25:37:250 Plugin variable: ID:"ZoomPlayer.DVDChapter" Name:DVD chapter Type: 1 6
8:25:37:250 Plugin variable: ID:"ZoomPlayer.DVDAudio" Name:DVD audio Type: 0 7
8:25:37:250 Plugin variable: ID:"ZoomPlayer.DVDSubtitle" Name:DVD subtitle Type: 0 8
8:25:37:250 Plugin variable: ID:"ZoomPlayer.Filename" Name:Filename Type: 0 9
8:25:37:250 Plugin variable: ID:"ZoomPlayer.PlaylistPosition" Name:Playlist position Type: 0 10
8:25:37:250 Plugin variable: ID:"ZoomPlayer.VideoResolution" Name:Video resolution Type: 0 11
8:25:37:250 Plugin variable: ID:"ZoomPlayer.VideoFramerate" Name:Video framerate Type: 0 12
8:25:37:250 Plugin variable: ID:"ZoomPlayer.AspectRatio" Name:Aspect ratio Type: 0 13
8:25:37:250 Plugin image: ID:"ZoomPlayer.StatusImage" Name: Status 0


nel caso di problemi ditemi a che punto vi siete persi....
Ciao.
Zerotre.

ka88
26-04-2004, 14:17
ok funzia alla grande....