Search found 8 matches
- Mon Jan 26, 2009 3:34 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Strange behaviour with horizontal graphs on MX4?
- Replies: 3
- Views: 4380
- Sun Jan 25, 2009 5:05 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Strange behaviour with horizontal graphs on MX4?
- Replies: 3
- Views: 4380
Strange behaviour with horizontal graphs on MX4?
Am I doing this wrong, or something? I've got an MX4 and I'm graphing my CPU usage with a horizontal graph. I call my InitGraph() function first: unsigned long CLCDControls::InitGraph() { unsigned long writeCount = 0; BYTE writeArray[2] = {0xFE, 0x68}; writeCount = WriteToPort(writeArray, 2); return...
- Sun Jun 10, 2007 5:11 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Stopping fans bad?
- Replies: 0
- Views: 5024
Stopping fans bad?
Is stopping the fans bad? My LCD unit just burned up a couple of days ago when I stopped them. Just wondering if that's against the rules or if I had a bad unit.
Click Here for details
Click Here for details
- Sat Jun 09, 2007 9:33 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Magic smoke:
- Replies: 0
- Views: 5013
Magic smoke:
I have a I had a MX233 LCD display that I was coding up my own controller for. It did CPU monitoring and displayed it on the screen and all sorts of fun stuff. Since it had the fan controller stuff, it was easy enough to manipulate the fan speeds through software. I decided to code up a controller t...
- Tue Nov 07, 2006 3:55 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Visual C++ development:
- Replies: 5
- Views: 7934
- Tue Nov 07, 2006 3:47 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Visual C++ development:
- Replies: 5
- Views: 7934
- Tue Nov 07, 2006 7:37 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Visual C++ development:
- Replies: 5
- Views: 7934
Visual C++ development:
I'm a VC++ programmer, by trade, and I was looking to code up a little control program for my MX display. Is there a place, here or on the CD, that I can find descriptions for what you need to write to the port to have the desired effect? And what you can read from the port? I found a link on here t...
- Sun Nov 05, 2006 8:47 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Windows Programming with C and Win32 API
- Replies: 7
- Views: 13486