Page 1 of 1
[Solved] T6963 GLCD issue
Posted: Thu Mar 12, 2015 9:38 pm
by EtsDriver
Ive been trying to get the print number to work in simulation, but no success there for some reason:
https://www.dropbox.com/s/6gfwtgv1d5zcb ... .fcfx?dl=0
Workaround is to convert the int to string and print it...
Re: T6963 GLCD issue
Posted: Mon Mar 16, 2015 12:47 pm
by Benj
Hello,
The variable test2 you are using is a byte and so can store the values 0-255. You are loading the byte with the value 1024.
In binary this looks like this.
Byte = 0b1000000000 = 0b00000000
If you change the byte to an int then it should work as you are expecting, however it seems there is still a problem with PrintNumber so I will investigate for you.
Re: T6963 GLCD issue
Posted: Mon Mar 16, 2015 12:52 pm
by Benj
Ok I have found the problem and fixed it.
Copy the attached file here "C:\Program Files (x86)\Flowcode 6\components" and restart Flowcode to solve the problem.
Re: T6963 GLCD issue
Posted: Fri Mar 20, 2015 10:09 pm
by Tony Brown
Do you copy the whole file to that location? The reason I am asking is that it is the only file in that format?
Regards
Tony
Re: T6963 GLCD issue
Posted: Mon Mar 23, 2015 11:57 am
by Benj
Hi Tony,
Looks like I uploaded the source rather then the exported component file. Here is the correct file.