Search found 15 matches

by kfaria
Wed Jun 04, 2008 3:09 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 Underline Cursor
Replies: 3
Views: 4232

Thanks Troy. No big deal for me.
Also check the description for "blinking block cursor on" in the Rev3 manual section 5.14.
by kfaria
Wed Jun 04, 2008 12:28 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 Underline Cursor
Replies: 3
Views: 4232

VK204-25 Underline Cursor

On: decimal 254 74
Off: decimal 254 75
Correct? Not happening here in code or uProject on v5.4 or v6.0.
What am I missing?
by kfaria
Sun Oct 22, 2006 3:36 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 ?
Replies: 1
Views: 3865

VK204-25 ?

Hello....

There may be an error in the manual:
VK204-25_rev_20.pdf
Unless I'm totally reading it wrong....
As it is the weakend, I do not have a unit in front of me to verify it.
Just looking over the code / manual and found a couple of anomalies.
Will triple check on Monday ...
by kfaria
Tue Jul 18, 2006 11:49 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 Rev 2.0
Replies: 2
Views: 4000

Thanks, Raquel.
Email has been sent.
by kfaria
Tue Jul 18, 2006 10:37 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 Rev 2.0
Replies: 2
Views: 4000

VK204-25 Rev 2.0

The last order we received for six each VK204-25 came in with the Rev 2.0 boards. After looking at the revised manual and the PCN dated July 13, 2006, it appears that the I2C and RS232 protocols can no longer be used simultaneously. Is this true?
by kfaria
Wed Feb 22, 2006 10:00 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 GPO Question
Replies: 4
Views: 6672

Thanks for your offer, but interposing another FET will be easy, if I decide to go that route.

This is my last product using an MO display, LK204-25.
http://www.catheterholes.com/machines/a ... llerLT.asp

The next product will use a VK204-25, much easier to see.
by kfaria
Tue Feb 21, 2006 9:34 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 GPO Question
Replies: 4
Views: 6672

Was hoping to utilize a GPO and eliminate 2 more wires to the front panel.
Since this product is scheduled for release in April, switching displays is not an option.
Will look for a 5v beeper with similar dB output.
by kfaria
Sat Feb 18, 2006 11:12 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 GPO Question
Replies: 4
Views: 6672

VK204-25 GPO Question

Since the GPOs are open collector outputs, can one be used to sink a 12v @ 7ma beeper?
Using an external supply not connected to the display except for the common, of course.

Kurt
by kfaria
Fri Jan 20, 2006 8:21 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

Tom:

Perhaps other users would like this info as well?
I _do_ appreciate the very quick response.

Thanks.....kfaria
by kfaria
Fri Jan 20, 2006 11:23 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

V1.10
0173-05M08
by kfaria
Fri Jan 20, 2006 11:08 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

Auto repeat stops, but sends key down/key up codes, as stated in the manual.
As another test, I ran uProject and it does not stop the auto repeat either.
by kfaria
Fri Jan 20, 2006 7:38 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

That is correct: a key is still repeated after issuing 254 96. Cycling the power stops the repeat. The pause within the Akr_off sub was not in the original code; I tried that after posting the code as another test.
by kfaria
Thu Jan 19, 2006 2:31 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

Good point.
I put a pause within Akr_off to display a message and wait for a key to see if the sub is being called. Sure is.
by kfaria
Thu Jan 19, 2006 12:44 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

[quote="Raquel"]Thanks for posting. I do not see any reason for the module not to follow command 254 96 and turn off auto repeat mode. Do you mind sending a piece of your code?[/quote]

'Jog x axis
Gosub Akr_on
Do
Gosub Clr_kb
Gosub Get_kp
If A = 1 Then Jog = Out
If A = 2 Then Jog = In
If A = 3 ...
by kfaria
Thu Jan 19, 2006 10:29 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK204-25 & Auto Repeat Mode
Replies: 12
Views: 14982

VK204-25 & Auto Repeat Mode

Using a keypad via RS232 to an Atmel microcontroller board. Everything works fine except for a problem with the auto key repeat mode. It turns on with 254 126 0 for typematic mode. When I send 254 96, it does not turn the repeating off. What am I missing?