![]() | Noritake VFD
Administrator of Noritake Forums. If you have any issues or questions, feel free to send a message our way!
|
INSERT INTO fr_threads VALUES ('9645345','159021','349360','1304254961','4701','','','1547199691','1547199691','','','','test_0111','','','0','0','0','0','4701','0','0','1304254961','0','0')
INSERT INTO fr_threads VALUES ('9645345','159021','349360','1304254961','4701','','','1547199691','1547199691','','','','test_0111','','','0','0','0','0','4701','0','0','1304254961','0','0')
This is an image test.
This is a table test.
Line test
Link test
Code test
testing testTesting the quote feature.
Nesting quote test
This is an image test.
This is a table test.
Line test
Link test
Code test
testing test
Testing the quote feature.
This post is intended to test and see if approval is required for an admin to create a post.
This is a test post.
This is a test post.
This is a test post.This is a test post.This is a test post.
This is a test post.
This is a test post.
This is a test post.This is a test post.
Thank you for your post.
If you would like to discuss your custom "flexible" keypad project further with one of our sales engineers, please fill out our contact form (https://www.noritake-elec.com/support/contact-us).
Noritake VFD
Unfortunately, we do not have a replacement module for the GU256X64-312 that is similar/same size and command compatible.
We do have the GU256X64F-9372 module that is command compatible but is a bit larger (222.0mm x 78.0mm).
Additionally, the GU256X64D-3900B is similar in size (159.0mm x 50.0mm) but is not command compatible.
We hope this information is helpful.
If you have any more questions, don't hesitate to ask.
Noritake VFD
Thank you for your post.
Unfortunately, this is a custom module and we are unable to disclose the datasheet information to the public.
We apologize for any inconvenience this may cause.
Noritake VFD
This is the code that was demonstrated in part 4.5 of the GU-TFT tutorial series.
[CODE]#include
SoftwareSerial mySerial(10, 11);
void setup() {
mySerial.begin(38400);
GUTFT_init();
}
void loop() {
recallImage(0x10, 0x0000, 0x00, 800, 800, 480, 0x91);
delay(5000);
recallImage(0x10, 0x0000, 0x0c, 800, 800, 480, 0x91);
delay(5000);
recallImage(0x10, 0x0000, 0x18, 800, 800, 480, 0x91);
delay(5000);
}
void GUTFT_init(){
mySerial.write(0x1b);
mySerial.write(0x40);
}
void recallImage(byte memory, unsigned address, byte addressE, unsigned definedX, unsigned displayX, unsigned displayY, byte format){
mySerial.write(0x1f);
mySerial.write(0x28);
mySerial.write(0x66);
mySerial.write(0x10);
mySerial.write(memory);
mySerial.write(address);
mySerial.write(address >> 8);
mySerial.write(addressE);
mySerial.write(definedX);
mySerial.write(definedX >> 8);
mySerial.write(displayX);
mySerial.write(displayX >> 8);
mySerial.write(displayY);
mySerial.write(displayY >> 8);
mySerial.write(format);
}
Thank you for your post!
We would be more than happy to help you solve your space problems.
If you don't mind, could you please private message us and let us know your email address and where you are located? Since this is an aircraft application, we would like to have a more in-depth conversation with you to find the best solution. So, we would like to get you in contact with the closest sales office.
Best Regards,
Noritake VFD
It's good to hear that your problem was fixed!
Concerning RDY signal monitoring, RDY needs to be monitored when sending commands but it does not need to be monitored when sending image data bytes. In the datasheet, it specifies in section 8.1.1 that the diagram is "Not applicable for bit image data transfer in DMA mode" and this diagram includes RDY monitoring. In 8.1.2, it states that the diagram is "Applicable for bit image data transfer in DMA mode" and the diagram does not include RDY monitoring.
For example, when using the "bit image write" command, the RDY signal must be monitored for the command header bytes but not for the subsequent image data bytes.
We apologize that this is quite confusing but we hope that this explanation clears it up a bit.
Noritake VFD
Thank you for your post.
Concerning the display errors and timing, are you polling the RDY signal? It is present in the parallel interface timing diagram on the module's datasheet and essentially changes when the module's receive buffer nears capacity. Polling this signal stabilizes communication if you only send data when the signal indicates that the module is ready.
Additionally, the maximum start-up time (at power-on or module initialization) for these modules is 500ms so you could also try adding a delay of 500ms before you start sending bytes to the module to ensure that you aren't sending data during module start-up.
If you are still having issues after these suggestions, please post your exact module number so we can assist you further.
Thank you,
Noritake VFD
Unfortunately, this board was not fully developed and was only used for a short time for demo purposes only. Please private message us your email address and we can send you the schematic file for this board. It uses a AT42QT2120 chip from ATMEL so the specification for this board will come from this chip's datasheet.
Thank you for your post,
Noritake VFD
CDJ
We received some information that may be helpful when determining the correct filament voltage. Unfortunately we could not obtain the voltage for your exact VFD but this should give you a good idea as to the voltage that should be used since these parts are very similar.
| Filament Voltage | ||||
| Part number | Min. | Typ. | Max. | Unit |
| FG85A1 | 2.52 | 2.80 | 3.08 | Vac |
| FG85C1 | 2.7 | 3.0 | 3.3 | Vac |
| FG85C1A | 2.7 | 3.0 | 3.3 | Vac |
| Note: Vac means the effective value at 50/60Hz (Vrms.) | ||||
If you need any further information, please fill out our inquiry form here: https://www.noritake-elec.com/about_us/contact_us.htm
Thank you,
Noritake VFD
Thank you for your interest in our VFD tube technology.
The FG85C1A1 was discontinued over 10 years ago but we may still have that model's datasheet in our archives.
We will check our archives and get back to you as soon as we can.
Thank you for your patience,
Noritake VFD
In general, posting about anything unrelated to Noritake products, events, electronics, or programming may get you banned.
CDJ
It doesn't look like the image verification helps as much as I had hoped. I will wait a couple weeks to make a conclusion.
CDJ
We are very happy that you are getting involved in the Noritake community! This forum just went through a user and post clean-up to remove spam and clutter. If you see any strange posts, please contact this account immediately and we will deal with it.
This forum is mainly intended as a platform where you can ask any questions you like about our products and share your projects with the Noritake community. There are a lot of topics to choose from but if you find that a category is missing, let me know!
Details about new products and promotions will also be posted on this forum in the "Products News" section.
We hope you have a pleasant time here and look forward to answering any and all of your questions!
Noritake
Had to delete a ton of users and posts due to spam. Currently, there are no spam posts in the forum but there may be spam users still that have not posted yet.
Image verification has been enabled so we will see exactly how effective it is in the coming weeks.
These reports will be posted here to record forum status and behavior.
CDJ
This product GE Module(Both OLED Panel and PCB) is "Made in Japan".
Command set is compatible with GU-7000B VFD Module.
http://www.noritake-elec.com/ge-series.html
Contact
http://www.noritake-elec.com/contact_us.htm
Sales Branches
East Coast
New Jersey Branch/Fair Lawn, NJ 07410
(888) 296 - 3423
Midwest, Canada, and Mexico,South America
(800) 779 - 5846
(847) 439 - 9020
Los Angeles Branch/Torrance, CA 90501
(888) 795 - 3423
(310) 320 - 1700
[QUOTE=PedroDaGr8]Your link doesn't work. Anywhere to purchase these things? I have disliked using the cheap chinese OLED displays as they have longevity issues from my experience. I am anxious to try your displays out and see if they work better[/QUOTE]
Subscribe the Noritake newsLetter
http://www.noritake-elec.com/contact_us.htm




