Search found 794 matches

by Raquel
Wed Apr 12, 2006 1:54 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: X-board question.
Replies: 3
Views: 7431

Hello bobb,

Thank you for posting on the forum. Can you please email me at rmalinis@matrixorbital.ca.
by Raquel
Tue Apr 11, 2006 2:15 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Sodding stupid screws
Replies: 2
Views: 3103

Hi AJB2K3,

Thanks for posting on the forum.

The screws for the MX232 are 4-40 1/2".
by Raquel
Tue Apr 11, 2006 10:08 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Using mx4xx to control cpu fan?
Replies: 4
Views: 3971

Hi cloud_171, Thank you for posting on the forum. If I understand you right, the fan does not automatically turn on when you connect it to the MX400? Does it turn on after sending GPO commands? Please see the manual for commands 86, 87, 192, and particularly 195 which is the state of the GPO upon po...
by Raquel
Fri Apr 07, 2006 10:37 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Transparent Display?
Replies: 1
Views: 1886

Hi Davey, Thanks for posting on the forum. The GLK24064-25 is composed of the LCD and the Matrix Orbital board which are held together via the soldered 2x10 connector on one of the short ends of the board, and on the other short end are 2 connections for backlighting. Also, note that we squirt some ...
by Raquel
Thu Apr 06, 2006 3:07 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: header files
Replies: 2
Views: 3066

Hi Adan_T,

I have searched for cstdio.h myself and I can't find it. Jon should know where we can get that, I have a feeling though that he created that one himself. But he is not in today, when he shows up tomorrow, I will definitely get him to share you that header file.
by Raquel
Thu Apr 06, 2006 9:45 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: display large number
Replies: 9
Views: 7510

Hi Adan_T,

What compiler are you using?
by Raquel
Wed Apr 05, 2006 5:30 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Getting bitmaps into the GLK12232
Replies: 5
Views: 4941

Hello Jeroen,

Pardon me for the statement about the software. I did not know the history until now.

If I can get your email, I'll make a list for you tomorrow.
Mine is rmalinis@matrixorbital.ca
by Raquel
Wed Apr 05, 2006 1:28 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Getting bitmaps into the GLK12232
Replies: 5
Views: 4941

Hi spillner, 1. You are not misuing mogd.exe, I confirm that the drawing canvass is set to 240x64 (which is the current largest size of MO graphic displays). No matter what size the settings are in, the canvass remains at 240x64, and so yes, this is a bug of the software. Because of this bug, the so...
by Raquel
Wed Apr 05, 2006 12:44 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Display goes blank when serial cable is connected
Replies: 3
Views: 2989

Hi spillner, I wonder if you could please try something out for me. On your communication and power cable, please swap the two middle pins, I believe they are white and green wires. Place the white wire to where the green is, and the green to where the white is. I believe, if you can read on the PCB...
by Raquel
Wed Apr 05, 2006 12:31 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bottom of text missing?
Replies: 2
Views: 2192

Hi Frozenstiff, Thank you for posting on the forum. Is this problem persistent in every power cycle? Can you send text continually? Does the unit it wrap and scroll the text? Also, is it possible for you to post a picture of the display? I am not sure with "bottom line of the text missing and t...
by Raquel
Wed Apr 05, 2006 12:26 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bignum
Replies: 2
Views: 2242

Hi escsco, Unfortunately, the VK204-24-USB does not support large digits. We are in the process of re-designing the VK204-24-USB and the large number support is definitely in it. In fact, with the re-design we are doing, we are implememting large numbers on any display that has 4 lines. Sorry for th...
by Raquel
Tue Apr 04, 2006 10:06 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: display large number
Replies: 9
Views: 7510

Hi Adan_T, Unfortunately, there isn't a way to display your variable straight out. You will need to do some extra work. Since numbers 0 - 9 can be displayed in the display by sending 30d to 39d, you can easily increment each digit this way, but then you need to know which digit is to be incremented ...
by Raquel
Mon Apr 03, 2006 4:50 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: display large number
Replies: 9
Views: 7510

Hi Adan_T, unsigned char number[5] = {'1','1','5','0','0'}; void Transmit_String(unsigned char txt[], unsigned char length) { unsigned char i; for (i = 0; i < length; i++) USART_Transmit(txt ); } then call Transmit_String(number, 5); somewhere I am not sure if this is what you are looking for
by Raquel
Mon Apr 03, 2006 3:43 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: display large number
Replies: 9
Views: 7510

Hi Adan_T, Your USART_Transmit function accepts only unsigned char data, by doing USART_Transmit(txbuffer_numbers[0]); which passes a long int to the function, you will be losing your large number and only the last 8 bits will actually be sent. Also, when you actually do this: txbuffer_numbers[0] = ...
by Raquel
Fri Mar 31, 2006 2:34 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: Dead X-Board
Replies: 2
Views: 6557

Hi Gerry, I am sorry to hear that Murphy got to you (who does he not get to, huh?) Would you happen to have a scope? Can you please scope out pin 3 which is the Vee (contrast) for the display. There should be some form of PWM on this pin, but between 0 to 5V. I have a feeling contrast is too low tha...