Hello,
I have a VFD Wincor-Nixdorf 2x20 (noritake "cu20029-t325a").
My Problem: it shows only garbage on. I've already tested a variety of settings, but unfortunately without success.
Do I need anything at this Dislplay special note in the settings (testdriver,...) ?
thx for help
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
WINCOR-NIXDORF 2X20
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: WINCOR-NIXDORF 2X20
If nobody else has this display then it's up to you to find the displays datasheet and extract the useful info from there and put it in the testrdriver.ini file.
-
- Posts: 7
- Joined: November 22nd, 2006, 5:38 pm
- Contact:
-
- Posts: 7
- Joined: November 22nd, 2006, 5:38 pm
- Contact:
Re: WINCOR-NIXDORF 2X20
My testdriver parameters for WINCOR-NIXDORF 2X20:
[Test Driver]
Parity=1
Init=27,82,53,27,91,50,74
Fini=27,91,50,74
GotoLine1=27,91,49,59,49,72
GotoLine2=27,91,50,59,49,72
Startup paraneters:COM1,9600,8,ODD,1
[Test Driver]
Parity=1
Init=27,82,53,27,91,50,74
Fini=27,91,50,74
GotoLine1=27,91,49,59,49,72
GotoLine2=27,91,50,59,49,72
Startup paraneters:COM1,9600,8,ODD,1
-
- Posts: 1
- Joined: March 8th, 2021, 11:56 pm
Re: WINCOR-NIXDORF 2X20
Thank you for pointing this out.
The display can also be controlled, but only the last character in the first row changes.
This is how the config looks like:
Could someone help me with this?
Ok found the error in thinking. For all who are interested.
Create in the LCDSmartie main directory where the .EXE is located a text file with the name "testdriver.ini" make sure that this text file is saved as file type "All Files" and not as TXT file.
In this INI file you simply put the code of GORGAR.
Then save it.
Restart the program and it should work
The display can also be controlled, but only the last character in the first row changes.
This is how the config looks like:
Code: Select all
[Communication Settings]
[s]DisplayDLLName=testdriver.dll
DisplayDLLParameters=COM53,9600,8,ODD,1
Parity=1
Init=27,82,53,27,91,50,74
Fini=27,91,50,74
GotoLine1=27,91,49,59,49,72
GotoLine2=27,91,50,59,49,72
Baudrate=9600
COMPort=53
USBPalm=0
ParallelPort=888
HDAlternativeAddressing=0
HDKS0073Addressing=0
HDTimingMultiplier=1
MX3USB=0
HTTPProxy=
HTTPProxyPort=0
RemoteHost=localhost[/s]
Ok found the error in thinking. For all who are interested.
Create in the LCDSmartie main directory where the .EXE is located a text file with the name "testdriver.ini" make sure that this text file is saved as file type "All Files" and not as TXT file.
In this INI file you simply put the code of GORGAR.
Then save it.
Restart the program and it should work
Last edited by delimedia on March 11th, 2021, 6:58 pm, edited 1 time in total.