Re: Big Problems - OC LCD Card
Hi Les,
I am so happy... I figured out how to get any display I want on it now!!!
Basically, I first start IOCLCD.exe. Then, I import Nico's script. I then run SIOC, then, finally, IOCLCDtest.exe... Then it will display L, C, R. If I want to change this, I just overwrite Nico's text on the virutal display, re-save, and close and re-open IOCLCDtest.exe. A bit "clunky" I know, but it works!!!
It only works when using Nico's script though. I will look into this more later today.
Jack:D
Re: Big Problems - OC LCD Card
Jack,
All i have to do run IOLCD.exe and make sure that myfile.lcd is in same dir and that myfile.lcd is inserted into the .ini file, thats all. My text will then be displayed.If you want to change the text run LCDConfig and save under same name. Now new text will be displayed when IOLCD.exe is run again
Not very CLUNKY. Try it.
Les
Re: Big Problems - OC LCD Card
Jack,
L C and R are fixed characters, they come from the .lcd file and not from SIOC.
Study the manual for the LCD card, in there is described how you get fixed characters.
Nico
Re: Big Problems - OC LCD Card
Quote:
Originally Posted by
kiek
Jack,
L C and R are fixed characters, they come from the .lcd file and not from SIOC.
Study the manual for the LCD card, in there is described how you get fixed characters.
Nico
Hi Nico,
Yes I understand that L C R are fixed characters (ie always there).
BTW everyone... I am on Cloud 9 as asbolutely everything is working. Thank you all soo much! I wil ltry and get Nico's co-ordinates displays working next!
:D
Re: Big Problems - OC LCD Card
Hi everyone,
VERY sorry to come back to this thread... Especially after I said everything was done!
I have made the following Virtual Display...
http://i822.photobucket.com/albums/z...eric/LCD-1.jpg
However, after starting IOCLCD.exe... Only the FIRST line of text displays. What's wrong? The second line does work because I have tested it using other Virtual Displays.
IOCLCD.ini:
Code:
[ fichero de configuracion para IOClcd ]
[ Configuration file for IOClcd ]
[ Arranque minimizado en la barra ]
[ Start minimized in tray ]
Minimized=No
[ Múltiples USBs ]
[ Non unique USB ]
MUSB=No
[ Número de periférico para el USB ]
[ USB Device number ]
deviceUSB=95
[ IP del HOST del servidor ]
[ IOCP server host name ]
IOCP_host=localhost
[ Puerto de envio del protocolo IOCP ]
[ IOCP port ]
IOCP_port=8092
[ Tiempo de respuesta máximo de los paquetes IOCP ]
[ IOCP Timeout ]
IOCP_timeout=4000
[ Tiempo en refresco de las pantallas LCD (ms)]
[ Time refresh for LCD (ms) ]
refresh=80
[ Fichero de configuracion ]
[ Configuration File ]
CONFIG_FILE=MUTs.lcd
[ End of File ]
The file is called "MUTs.lcd"
Re: Big Problems - OC LCD Card
Jack,
I would delete and start again. When i was playing around i found that if your text in the configurator was longer than your display funny things happened when you ran IOLCD.exe. Deleting and starting again fixed it for me.
Les