Noritake VFD
Administrator of Noritake Forums. If you have any issues or questions, feel free to send a message our way!
Another test
Mar 20, 2019

test

Rule Test
Feb 13, 2019

test

Test Post
Jan 18, 2019

bug fix test

Test
Jan 16, 2019

aaaaa

test_0111
Jan 15, 2019

テスト

test_0111
Jan 11, 2019

aaaaaaaa

test_0111
Jan 11, 2019
test_0111
Jan 11, 2019

INSERT INTO fr_threads VALUES ('9645345','159021','349360','1304254961','4701','','','1547199691','1547199691','','','','test_0111','','','0','0','0','0','4701','0','0','1304254961','0','0')

test_0111
Jan 11, 2019

INSERT INTO fr_threads VALUES ('9645345','159021','349360','1304254961','4701','','','1547199691','1547199691','','','','test_0111','','','0','0','0','0','4701','0','0','1304254961','0','0')

test_0111
Jan 11, 2019

test

test_0111
Jan 11, 2019

テスト

test_0111
Jan 11, 2019

test

test_0111
Jan 11, 2019
test_0111
Jan 11, 2019

test

test_0111
Jan 11, 2019

test 2

Feature testing
Oct 11, 2018

test

test_0111
Jan 11, 2019

test

test_0111
Jan 11, 2019

test

test_0111
Jan 11, 2019

visiblity test

test_0111
Jan 11, 2019

visiblity test

test
Dec 14, 2018

testtest

test2045
Oct 14, 2018
test2045
Oct 14, 2018

aaaa-1

test2045
Oct 14, 2018

2-1-1-1

test2045
Oct 14, 2018

2-1-1

test2045
Oct 14, 2018

2-1

test2045
Oct 14, 2018

test

test2045
Oct 14, 2018
test2045
Oct 14, 2018

aaaaa

test2045
Oct 14, 2018

4-2

test2045
Oct 14, 2018

3-2

test2045
Oct 14, 2018

4

test2045
Oct 14, 2018

3

test2045
Oct 14, 2018

2

test2045
Oct 14, 2018

1

test_1112_1
Nov 12, 2018
test_1007_3
Oct 14, 2018

test6

test_1007_5
Oct 14, 2018

test5

test_1007_4
Oct 14, 2018

test4

test_1007_3
Oct 14, 2018

test3

test_1014_1
Oct 14, 2018

test2

test_1004
Oct 14, 2018

test

Feature testing
Oct 11, 2018

This is an image test.

This is a table test.

Line test


Link test

test link

Code test

testing test

Testing the quote feature.

Nesting quote test

Feature testing
Oct 11, 2018

This is an image test.

This is a table test.

Line test


Link test

test link

Code test

testing test

Testing the quote feature.

Feature testing
Oct 11, 2018

This is an image test.

This is a table test.

Line test


Link test

test link

Code test

testing test

Approval testing
Oct 11, 2018

This post is intended to test and see if approval is required for an admin to create a post.

test0914
Sep 14, 2018

new post test

test0914
Sep 14, 2018

new topic test

test topic
Sep 13, 2018

test test.

test
Aug 28, 2018

aiueo

Test Post
Sep 07, 2018

testing the post function

Test Post
Sep 07, 2018

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.

test
Aug 28, 2018

test

test
Aug 28, 2018

bbbbbbb

test
Aug 28, 2018

test

test
Aug 28, 2018

[quote]

test

[/quote]

test
Aug 28, 2018

[quote]

test

[/quote]

test
Aug 28, 2018

[quote]

test

[/quote]

test
Aug 28, 2018

test

test
Aug 28, 2018

bbbbbbb

test
Aug 28, 2018

bbbbbbb

test
Aug 28, 2018

aaaaaaaaaaa

xxxxxxx
Aug 28, 2018

aaaaa

xxxxxxx
Aug 28, 2018
xxxxxxx
Aug 28, 2018

aaaaaaaa

ddddd
Aug 28, 2018

test

test
Aug 28, 2018
I2C specification, please, for ---> 3x4 touch glass keypad (with AVR CONTROLLER)
Feb 13, 2017
Hello BurchSung,

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
Replacement for GU256x64-312
Feb 07, 2018
Hello Scoobis,

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
VFD GU170x40 - 301
Jan 03, 2018
Hello levaclaus,

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
GU-TFT Tutorial Part 4.5 | Arduino Source Code
Mar 31, 2017

 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);
}

[/CODE]

 

8 characters Noritake VFD module solution
Mar 28, 2017
Hello Enrico,

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
GU-3900 series timing in DMA mode
Feb 18, 2017
Ed,

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
GU-3900 series timing in DMA mode
Feb 18, 2017
elafargue,

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
I2C specification, please, for ---> 3x4 touch glass keypad (with AVR CONTROLLER)
Feb 13, 2017
o.j.capella,

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
Forum clean-up
Jul 02, 2016
An odd thing happened today. Two posts were made that seem to have completely bypassed the approval system that is in place. These posts were made by "Xbox One". I will investigate this further.

CDJ
iTron FG85C1A1 8 Digit 7 Seg and D.P. VFD - Filament Voltage or Datasheet?
Oct 17, 2016
Hello Jack W8ADQ,

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 numberMin.Typ.Max.Unit
FG85A12.522.803.08Vac
FG85C12.73.03.3Vac
FG85C1A2.73.03.3Vac
     
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
iTron FG85C1A1 8 Digit 7 Seg and D.P. VFD - Filament Voltage or Datasheet?
Oct 17, 2016
Hello Jack W8ADQ,

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 

Forum Rules
Aug 09, 2016
As seen during the past few months, posting spam will result in an immediate ban. We do not tolerate any form of spam posts that, for example, promote your video game currency website or your packing and moving service.

In general, posting about anything unrelated to Noritake products, events, electronics, or programming may get you banned.
Forum clean-up
Jul 02, 2016
A few more sessions of post clean-up and bans have occurred over the past few days. It seems that the image verification has not deterred all spammers. Enabling the need for posts to be approved has prevented any spam posts to become public.

CDJ
Forum clean-up
Jul 02, 2016
Deleted 2 posts and banned the user responsible.
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
Getting Started with the Noritake Forum
Jul 07, 2016
Hello Everyone!

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
Forum clean-up
Jul 02, 2016
Deleted another spam post and the user responsible for the post.

CDJ
Forum clean-up
Jul 02, 2016
Deleted 5 more spam posts and deleted a user.

CDJ
Forum clean-up
Jul 02, 2016
Clean-up report:

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
GE-7000 Series
Feb 25, 2014
Product Info
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
(201) 475 - 5200

Midwest, Canada, and Mexico,South America
Chicago Branch/Arlington Heights, IL 60005
(800) 779 - 5846
(847) 439 - 9020
West Coast
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]
NORITAKE NEWS LETTER
Apr 26, 2014
To receive New Promotion and Products information

Subscribe the Noritake newsLetter


WS11-1460.JPG
 
http://www.noritake-elec.com/contact_us.htm