Search found 4 matches

by Sebbe
Wed Mar 04, 2009 1:03 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Button for LK204-25
Replies: 1
Views: 2695

Button for LK204-25

Hi!

I need to connect a button for my LK204-25 and found simple, closing one in a shelf here at work. Im wondering how i should connect it to my display. Ive checked the manual but that only refers to how to connect a keypad.

Thanks
by Sebbe
Wed Dec 10, 2008 2:46 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Troubles with Horizontal Bars
Replies: 5
Views: 5461

Thanks for all the help Raquel but unfortunately this is taking to much time. Im programming in Structured Text on a PLC and as far as i know i can only send characters in hex or ascii format.

I played around with the code you supplied and think my problems are caused by the 0x00. When i send that ...
by Sebbe
Tue Dec 09, 2008 1:42 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Troubles with Horizontal Bars
Replies: 5
Views: 5461


First, I am going to assume that you have the most current PCB Rev for the LK204-25 which is PCB Rev 2.0.


Yes, i have Rev 2.0.


I wonder if you please try something out for me.
After sending command FE 68, send 0 1 2 3 4 5 6 7 to the display, this will make the module display the custom ...
by Sebbe
Mon Dec 08, 2008 3:08 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Troubles with Horizontal Bars
Replies: 5
Views: 5461

Troubles with Horizontal Bars

Hi!

Im trying to get LK204-25 to draw a horizontal bar for my application. I want the bar on the third row starting at the first column and the direction from left to right.

I've used the initialize horizontal bar command:
FE 68

And are trying to draw the bar with:
FE 7C 01 03 00 50

All numbers ...