text from the keyboard

Moderator: Benj

Post Reply
donald
Posts: 74
Joined: Tue Feb 14, 2012 5:17 pm
Been thanked: 3 times
Contact:

text from the keyboard

Post by donald »

Hello all,
How can I insert text from the keyboard and viewed on the display.
Thank you in advance!
Attachments
keypad.fcf
(11.5 KiB) Downloaded 304 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: text from the keyboard

Post by medelec35 »

Hi Donald,
I have created a flowchart which will allow you to add letters A to Z, add a space and delete any entered letters:
Letters1.png
(14.01 KiB) Downloaded 4057 times
At the moment you need to press a key up to 3 times (just like on phones) then press Hash to enter.

For improved speed it may be better to have a predetermined time elapse then key is auto entered. Then you will not need to press # to enter.

I did not have much time tonight so did not do the time out method.

If you would like to use the timer method, I will see if I can get the chance to do that tomorrow (Wednesday)

Martin
Attachments
keypad1.fcf
(17.78 KiB) Downloaded 317 times
Martin

donald
Posts: 74
Joined: Tue Feb 14, 2012 5:17 pm
Been thanked: 3 times
Contact:

Re: text from the keyboard

Post by donald »

Hi Martin,
It is very good, but if it can use the delay, it is welcome.
And there is a little problem, use next row.
Thanks very much!

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: text from the keyboard

Post by medelec35 »

Hi donald,
I have added the following:
timer, extra line, Numbers 0 to 9 and When you press space button an underscore briefly appears in the place a char will appear when keypad is next pressed.
I have done this so if using a few spaces you will not loose position of where next char will appear.
Since next line will automatically be used when top row is filled, the flowchart is more complex since I have left in the char delete button.

This has not been tested on hardware, so I'm not sure if auto entry has ideal timeout or not.
If you want more or less time, I can sort that easily
Currently it's set for 1.2 seconds

Keypad2.png
(12.25 KiB) Downloaded 4039 times
Martin
Attachments
keypad2.fcf
(27.17 KiB) Downloaded 325 times
Martin

donald
Posts: 74
Joined: Tue Feb 14, 2012 5:17 pm
Been thanked: 3 times
Contact:

Re: text from the keyboard

Post by donald »

Sir Martin can not find the right words, very very cool is what I feel have to say it. :D :D :D :D :D

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: text from the keyboard

Post by medelec35 »

thanks and your welcome.

Glad you like it!


Martin
Martin

donald
Posts: 74
Joined: Tue Feb 14, 2012 5:17 pm
Been thanked: 3 times
Contact:

Re: text from the keyboard

Post by donald »

Hello all,
Sir Martin, written texts can be saved? You can transfer in a micro SD
and then updated?
Thanks in advance!

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: text from the keyboard

Post by medelec35 »

Hi Donald,
I have not got Micro SD Eblock, So I can't create a flowchart, as no means of testing it works.

So what I have done is altered flow chart so the letters/numbers are stored in a string variable called Letter_Storage as well as displayed on LCD.
Keypad3.png
(62.31 KiB) Downloaded 3880 times
Delete function also deletes char from Letter_Storage variable as well.

Martin
Attachments
keypad3.fcf
(28.65 KiB) Downloaded 305 times
Martin

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: text from the keyboard

Post by medelec35 »

donald wrote:transfer in a micro SD
Hi Donald,
Just had a thought.
Micro SD (FAT Component) will not be enabled with free version of Flowcode V5
So you will need to upgrade to Professional for that component to work.


Martin
Martin

donald
Posts: 74
Joined: Tue Feb 14, 2012 5:17 pm
Been thanked: 3 times
Contact:

Re: text from the keyboard

Post by donald »

Hi Martin,
Yes indeed i can not. But it is possible that help me with a flowchart and a hex ? :)
Must say that I always helped me your solutions for the resolution to understand and develop different schemas flochart.
Now for the holidays I think that purchasing Professional license of the program.
Thank you in advance!

Post Reply