AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Memory Information?

Ein Thema von Razor · begonnen am 31. Jul 2007 · letzter Beitrag vom 22. Dez 2013
Antwort Antwort
Seite 4 von 5   « Erste     234 5      
turboManiac

Registriert seit: 10. Nov 2007
7 Beiträge
 
Delphi 7 Professional
 
#31

Re: Memory Information?

  Alt 10. Nov 2007, 13:03
SMBUS read&write byte is for memory information but does anybody knows if this works?
  Mit Zitat antworten Zitat
Muetze1
(Gast)

n/a Beiträge
 
#32

Re: Memory Information?

  Alt 10. Nov 2007, 16:29
Zitat von turboManiac:
SMBUS read&write byte is for memory information ...
Not only memory information. The SM-Bus is also used by the temperature and fan controlling hardware and many other (even cards) using the SM-Bus interface. The 3Com 3c905 full configurable networking card offers a SM-Bus interface connector and can be connected to the mainboard. So you can also access the network card and gathering information about it through the SM-Bus.

And how it works? The SM-Bus is completly documented because it is a hardware standard.
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#33

Re: Memory Information?

  Alt 12. Nov 2007, 22:24
@Muetze1:But where to get ports for example nforce motherboards?Basicly datasheets?But i think nforce info is gathered via PCI.
  Mit Zitat antworten Zitat
Muetze1
(Gast)

n/a Beiträge
 
#34

Re: Memory Information?

  Alt 12. Nov 2007, 22:43
Zitat von Razor:
@Muetze1:But where to get ports for example nforce motherboards?Basicly datasheets?But i think nforce info is gathered via PCI.
We discussed all before and all needed thinks are said...

But for you once again: mostly all chipsets implement a SMBus controller PCI device. The device PCI register contains the port address of the SMBus interface. The ports are mostly a little bit vendor specific.

Look for a PCI device with class id 0x0c and sub class id 0x05.
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#35

Re: Memory Information?

  Alt 13. Nov 2007, 05:18
Thank you i will post my results after i make it.
  Mit Zitat antworten Zitat
Razor
(Gast)

n/a Beiträge
 
#36

Re: Memory Information?

  Alt 16. Nov 2007, 18:49
But i think i found an easier way

Delphi-Quellcode:
procedure TMainFrm.Button3Click(Sender: TObject);
begin

MiTeC_Machine1.SMBIOS.RefreshData;;

mainfrm.Caption:=inttostr(MiTeC_Machine1.SMBIOS.MemoryModule[1].Size);
end;
The caption is 0 after i press it size is cardinal
  Mit Zitat antworten Zitat
KyleKatarn

Registriert seit: 20. Dez 2013
10 Beiträge
 
#37

AW: Memory Information?

  Alt 20. Dez 2013, 13:06
Hi !

I need to access SDP from my Delphi 7 free application... where can i find the complete memory.pas module that have been discussed here ?

Thanks !!
  Mit Zitat antworten Zitat
Benutzerbild von jaenicke
jaenicke

Registriert seit: 10. Jun 2003
Ort: Berlin
9.358 Beiträge
 
Delphi 11 Alexandria
 
#38

AW: Memory Information?

  Alt 20. Dez 2013, 13:59
What about the one a few post above yours?
http://www.delphipraxis.net/96808-me...tml#post660360
Sebastian Jänicke
Alle eigenen Projekte sind eingestellt, ebenso meine Homepage, Downloadlinks usw. im Forum bleiben aktiv!
  Mit Zitat antworten Zitat
KyleKatarn

Registriert seit: 20. Dez 2013
10 Beiträge
 
#39

AW: Memory Information?

  Alt 20. Dez 2013, 14:10
Thank you !

Same error as EarthQuaker :

Zitat:
[Fehler] Memory.pas(67): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(67): Operator oder Semikolon fehlt
[Fehler] Memory.pas(77): Operator oder Semikolon fehlt
[Fehler] Memory.pas(95): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(95): Operator oder Semikolon fehlt
[Fehler] Memory.pas(96): Operator oder Semikolon fehlt
[Fehler] Memory.pas(97): Operator oder Semikolon fehlt
[Fehler] Memory.pas(98): Operator oder Semikolon fehlt
[Fehler] Memory.pas(99): Operator oder Semikolon fehlt
[Fehler] Memory.pas(100): Operator oder Semikolon fehlt
[Fehler] Memory.pas(132): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(132): Operator oder Semikolon fehlt
[Fehler] Memory.pas(154): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(154): Operator oder Semikolon fehlt
[Fehler] Memory.pas(155): Operator oder Semikolon fehlt
[Fehler] Memory.pas(188): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(188): Operator oder Semikolon fehlt
[Fehler] Memory.pas(189): Operator oder Semikolon fehlt
[Fehler] Memory.pas(213): Undefinierter Bezeichner: 'GetInstance
...
What should i do ? am i missing something ? (dependencies,....)
  Mit Zitat antworten Zitat
Horst0815

Registriert seit: 23. Mai 2011
Ort: Görlitz
150 Beiträge
 
Delphi XE Starter
 
#40

AW: Memory Information?

  Alt 20. Dez 2013, 15:22
add uses OMCDrv;
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 4 von 5   « Erste     234 5      


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:10 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz