Page 1 of 1

LCD/VFD Display Glitch

Posted: Wed Sep 25, 2013 6:45 pm
by philip davies
Hi,

I have a strange problem with a vfd display that I'm using for a project. When power is applied to the mcu a cursor flashes on the top left hand corner of the display. The cursor then moves to a different position when text or numbers are printed on the display. If I remove power from the mcu for a second and then re-apply power the cursor is gone. If however I leave power disconnected for anything longer than 15 - 20 seconds the flashing cursor is back when I re-apply power. I have tried another vfd display and an lcd display but it has the same problem. I have also tried changing various settings in the configuration screen but nothing has solved the cursor problem.

Has anyone experienced this type of problem before?

Many thanks

Phil

Re: LCD/VFD Display Glitch

Posted: Thu Sep 26, 2013 9:43 am
by Benj
Hi Phil,

Do you have access to the datasheet for the display. There should be a command you can send to force the cursor on and off.

Re: LCD/VFD Display Glitch

Posted: Thu Sep 26, 2013 9:04 pm
by philip davies
Hi Benj,

Thanks for your reply. I have just downloaded the data sheet for the vfd display I have. I have had a read through the data sheet and there is a section on page 12 regarding "Power On Reset" but I am not quite sure how to implement it in FlowCode. would you be able to take a look for me?

Many thanks again.

Phil

EDIT:-

For some reason I can't save the data sheet from the manufacturers website. The make of the display is Noritake Itron, Model No:- CU16029-UW1J. Here is a direct link to the data sheet from the manufacturers website:- http://www.noritake-itron.com/Specs/CU- ... e01-b1.pdf

Re: LCD/VFD Display Glitch

Posted: Thu Sep 26, 2013 9:25 pm
by medelec35
Hi Phil,
philip davies wrote:For some reason I can't save the data sheet from the manufacturers website.
What you can do is either:
Go to website and right select link and select save target as
Or load the pdf link in your browser then depending on browser you can either right click and save as
or it will open pdf in adobe reader then there will be a save as option.
I have done this for you.

Martin

Re: LCD/VFD Display Glitch

Posted: Thu Sep 26, 2013 9:47 pm
by philip davies
Hi Martin,

Thank you for doing that for me :D

The web browser that i'm using would not give me an option to save the link so I tried opening the link in a new tab and clicking file and then save as but when looking for the attachment in the saved location it wasn't there. It also wouldn't open with adobe. I could only view the file with the web browser, and that took a couple of attempts. My internet connection might be giving me problems. I will have to reset the router and try again.

Thanks again though for being able to upload the data sheet on here.

Phil

Re: LCD/VFD Display Glitch

Posted: Thu Sep 26, 2013 10:20 pm
by medelec35
Hi Phil,
Your welcome.
I posted file just in case your facing browser issues.
Glad I did now. :)

Re: LCD/VFD Display Glitch

Posted: Fri Sep 27, 2013 9:21 am
by Benj
Hello,

Looking at the datasheet if you call the Command function using the value below then it should force the cursor to disappear.

Command ( 0x0C )

Re: LCD/VFD Display Glitch

Posted: Fri Sep 27, 2013 11:00 am
by philip davies
Hi Benj,

Do I add the command in c-code of my flowchart at the begining or somewhere else?

Thanks again for your help.

Phil

Re: LCD/VFD Display Glitch

Posted: Fri Sep 27, 2013 3:01 pm
by Benj
Hi Phil,

The LCD component should have already have an in built component macro named Command so you can call it anywhere near the start of your program.

Re: LCD/VFD Display Glitch

Posted: Fri Sep 27, 2013 6:20 pm
by philip davies
Hi Benj,

Well I need to say a big thank you for finding the solution to my problem :D
After a bit of trial and error with finding the correct place to add the comand in the flowchart the flashing cursor has gone. First attempt resulted in the display either not working or showing randome symbols or flickering numbers but changing some configuration settings and finding the right place in the flowchart to call the LCD macro and adding the command the problem has been solved.

Many thanks again for your kind help :)

Phil