zero Posted February 13, 2011 Share Posted February 13, 2011 Yes me too. It would be grate to make Alphacool work again. That was its crucial functionality for me and many others. Now the plugin doesn't support last edition of Everest neither Aida64. I'm really looking forward to see this plugin. Quote Link to comment Share on other sites More sharing options...
zero Posted April 10, 2011 Share Posted April 10, 2011 Any news/progress on this one? Because without aida64/everest my LCD panel is just something that unnecessarily consumes energy without a purpose. Quote Link to comment Share on other sites More sharing options...
ChaosAD Posted July 26, 2011 Share Posted July 26, 2011 I joined this forum just for this. I use Aida64 and i m really happy with it. But i used to use my Alphacool lcd and evererst while gaming and while folding with my screen off. Now my alphacool lcd is useless. Do you have any updates on this matter plz? Quote Link to comment Share on other sites More sharing options...
Fiery Posted July 26, 2011 Share Posted July 26, 2011 I joined this forum just for this. I use Aida64 and i m really happy with it. But i used to use my Alphacool lcd and evererst while gaming and while folding with my screen off. Now my alphacool lcd is useless. Do you have any updates on this matter plz? As I've stated above: In order to let us come up with our own AIDA64 plugin for AlphaCool, we would need either: 1) The source code or the uncompressed DLL image for acEverest.dll, or 2) Guidelines (SDK, programming documentation) on how to develop a new AlphaCool plugin from scratch Quote Link to comment Share on other sites More sharing options...
ChaosAD Posted July 26, 2011 Share Posted July 26, 2011 I have absolutely no idea on both of these. Why dont you try to contact with alphacool? They should be able to guide you on whatever you need! Quote Link to comment Share on other sites More sharing options...
Fiery Posted July 26, 2011 Share Posted July 26, 2011 I have absolutely no idea on both of these. Why dont you try to contact with alphacool? They should be able to guide you on whatever you need! Please see post#3 above by Namuk. Quote Link to comment Share on other sites More sharing options...
ChaosAD Posted July 26, 2011 Share Posted July 26, 2011 I just did, so i guess we cant do much at this point. Thats sad Quote Link to comment Share on other sites More sharing options...
namuk Posted July 26, 2011 Author Share Posted July 26, 2011 I did email Alphacool but i heard nothing on the SDK ect bit of a joke really, the thing is Alpha still sell the Alpha Lcd:rolleyes: Gutted as i doubt i could do without now. Quote Link to comment Share on other sites More sharing options...
ChaosAD Posted July 26, 2011 Share Posted July 26, 2011 Namuk have you tried to contact with Sonic again? Quote Link to comment Share on other sites More sharing options...
namuk Posted July 26, 2011 Author Share Posted July 26, 2011 the forum went down a while ago and that was the only place i new to get hold of him as Sonic was the Developer of the Alpha software on there , i even search the name thinking Sonic would be on another forum or own site and i got no were there as well. this was the Alphaforam link http://alphaforum.at-series.de/index.php Quote Link to comment Share on other sites More sharing options...
metroul Posted October 18, 2011 Share Posted October 18, 2011 Also, I was wondering if there were or could be any plans to introduce support for the all-in-one water cooling solutions on the market. Antec and Corsair have similar systems made by Asetek. They seem to work with people really well so maybe they would even provide a plugin or something. Just a though. I attached a pic of the software that comes with the antec 920 that I own. But Corsair also has their own systems with the Corsair Link software that maybe could be integrated. It would be nice to just use the Aida interface instead of all the ones I have to use. Thanks Much! M Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 18, 2011 Share Posted October 18, 2011 Good idea, although please note that Corsair Link is not officially released yet. We're working with Corsair on implementing Corsair Link support in AIDA64. We'll contact Antec to find out if we can do the same with their products as well. Thanks, Fiery Quote Link to comment Share on other sites More sharing options...
spaljeni Posted July 22, 2012 Share Posted July 22, 2012 I know this is an old topic but the solution could be simple: here are the sample code to get the values stored from Everest in the shared memory (file/options/ext. Apps/activate shared memory). The alphacool app reads ist from there.: Const sharedmem_name = 'EVEREST_SensorValues'; Function ExtApp_SharedMem_ReadBuffer(bu:PChar;bu_size:DWord):Boolean; Var mappedData : PChar; th : THandle; Begin Result:=False; th:=OpenFileMapping(FILE_MAP_READ,False,sharedmem_name); If th<>INVALID_HANDLE_VALUE Then Begin mappedData:=MapViewOfFile(th,FILE_MAP_READ,0,0,0); If mappedData<>Nil Then Begin StrLCopy(bu,mappedData,bu_size); If UnmapViewOfFile(mappedData) Then Result:=True; End; CloseHandle(th); End; End; The only difference to AIDA64 is this: Const sharedmem_name = 'AIDA64_SensorValues'; An example of read values is attached: Since Aida64 is essentially the same application as Everest and since there is no way to obtain the source files for the alphacool applications/plugins etc. why not add an option in "AIDA64 / Preferences / External applications" saying "Report as Everest_SensorValues to shared memory" or "Make values AlphaLCD Compatible" or something similar. AlphaLCD is getting data from everest up to version 5.50. so my guess is that would do the trick. Quote Link to comment Share on other sites More sharing options...
ChaosAD Posted August 6, 2012 Share Posted August 6, 2012 So until now, noone has found a solution? I found a link for lcdhype to work with aida64 with a plugin, but i have no idea how to work with lcd hype! Quote Link to comment Share on other sites More sharing options...
Naudnaud Posted September 25, 2012 Share Posted September 25, 2012 No new for a aida64 plugin for alphalcd ?? thank !!!! Quote Link to comment Share on other sites More sharing options...
spaljeni Posted October 31, 2012 Share Posted October 31, 2012 I guess noone interrested in making this work and the solution i gave is fairly simple. Shame Quote Link to comment Share on other sites More sharing options...
Fiery Posted October 31, 2012 Share Posted October 31, 2012 I'm sorry for the delays, but this improvement didn't quite fit into our development schedule of AIDA64 v2.70. But now we got back to it, and implemented it as a non-GUI option. What you need to do is upgrade to the latest beta version of AIDA64 Extreme Edition available at: http://www.aida64.co...03vxqt5pcb3gzip After upgrading to this new version, make sure to restart Windows to finalize the upgrade. Then start AIDA64, go to Preferences, and simply press the OK button, and close AIDA64. Then go to AIDA64 folder, open AIDA64.INI, and scan the file for the following line: HWMonSharedMemName=AIDA64_SensorValues You can edit that line to make the shared memory facility of AIDA64 compatible with plugins made for Everest Quote Link to comment Share on other sites More sharing options...
Nexor6 Posted November 4, 2012 Share Posted November 4, 2012 Hello Sorry for my poor English. The description is not clear to me. Please carefully. I have a beta version given in the link and I can not get the cooperation of the Alphacool LCD. thank you Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 4, 2012 Share Posted November 4, 2012 I'm sorry, but I cannot phrase that more clearly in English, I really did my best to make it clear. Please use Google Translate to translate it to your native language. Quote Link to comment Share on other sites More sharing options...
Nexor6 Posted November 4, 2012 Share Posted November 4, 2012 Totally do not know what to do. Please explain exactly how to run the show on the Alphacool readings from Aida. None of this I do not understand. Do I need to have installed Everest and aida 64 and where the swap file? Sorry for the inconvenience and thank you for your help. Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 5, 2012 Share Posted November 5, 2012 1) You don't need Everest anymore2) You only need the new AIDA64 beta:http://www.aida64.com/downloads/aida64extremebuild2320tjb6lpwyzxzip 3) Start the new AIDA64 beta, go to Preferences, but only press the OK button there. Then close AIDA644) Go to AIDA64 folder, and find the file called AIDA64.INI. You need to edit that file, using e.g. Notepad5) Inside the AIDA64.INI file you need to change the line:HWMonSharedMemName=AIDA64_SensorValuesIn that line you need to change AIDA64 to EVEREST to make the new AIDA64 compatible with AlphaCool. So the line should look like this:HWMonSharedMemName=EVEREST_SensorValuesI'm afraid I cannot use better or more basic English than this Quote Link to comment Share on other sites More sharing options...
Nexor6 Posted November 5, 2012 Share Posted November 5, 2012 Welcome. Fiery big thank you for your patience and detailed instructions. Quote Link to comment Share on other sites More sharing options...
spaljeni Posted November 17, 2012 Share Posted November 17, 2012 Thanks a lot for doing this Quote Link to comment Share on other sites More sharing options...
Naudnaud Posted November 26, 2012 Share Posted November 26, 2012 It's perfect !!!! But, alphalcd doesn't found Everest. (Aida64 in reality) have you a tips for my probleme ? thanks !!!!!! Quote Link to comment Share on other sites More sharing options...
Fiery Posted November 26, 2012 Share Posted November 26, 2012 Try to rename AIDA64.* files to Everest.* Maybe AlphaLCD is looking for a process called Everest.exe? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.