Search found 158 matches

by Paradigm
Fri Apr 03, 2009 2:19 pm
Forum: General Chat
Topic: Help setting up an I2C network
Replies: 3
Views: 9541

That is entirely dependent on your cabling. Different cables have different capacitance per unit of length. It all comes down to segmenting and staying within that 400pF limit. Quick googling reveals an average figure of about 16pF / foot for cat5e cable. For the system you are describing, you might...
by Paradigm
Fri Apr 03, 2009 12:09 pm
Forum: General Chat
Topic: Help setting up an I2C network
Replies: 3
Views: 9541

Wow, that is a serious network. To be quite honest, this is not going to be an easy task. I2C was never really designed for that large of a network. After all it is named Inter-Integrated-Circuit bus (hence I2C). It was really only designed to be used on a single PCB or perhaps between multiple PCBs...
by Paradigm
Wed Mar 25, 2009 1:17 pm
Forum: General Chat
Topic: Need a temp monitor- Which Model(s)?
Replies: 4
Views: 9846

Well I have good news and bad news. The good news is that yes the MX was designed to read our temperature probes and control fans. The bad news is that it has been discontinued. Many of our other displays do have a 1-wire temperature probe input, but as of right now, none will be able to control a f...
by Paradigm
Thu Feb 19, 2009 2:59 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Product life of GLK19264-7T-1U and panel mounting questions
Replies: 1
Views: 2512

First off, we have no intention or plans to kill off the 19264-1U series any time soon. It was released relatively recently and is rapidly becoming one of our most popular displays. Assuming the inside of the case was positively pressured with filtered air, the cracks around the keypad would only al...
by Paradigm
Wed Jan 07, 2009 1:58 pm
Forum: GX and Typhoon
Topic: Linux support?
Replies: 30
Views: 67343

It's been a very long road. We've first been trying to resolve how to release the specs. Several things inside the company have changed how closed we want the specification to be. In the end we have decided to provide it as a free for all specification. The document will be rough, but I will post a ...
by Paradigm
Wed Jan 07, 2009 1:23 pm
Forum: GX and Typhoon
Topic: Microchip P16F877A LCD Display
Replies: 1
Views: 4638

Well we have a wide range to chose from. One of our simpler designs that you can start with would be our MOS series. It communicates easily with virtually any processor via RS232 serial at TTL levels, something that PICs do very well. You can get it in a variety of sizes, 2x16, 2x20 and 4x20 are our...
by Paradigm
Fri Dec 19, 2008 1:55 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: MOP-GL24064A-BGFW - Power Requirements
Replies: 3
Views: 16843

This has recently been brought to our attention through another customer. The 240x64 displays we provide have been equipped with the negative voltage generation circuit, and output on pin 20. The datasheets will be updated to reflect this in the new year.
by Paradigm
Thu Dec 04, 2008 10:08 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Fan controller, software, watercooling, etc.
Replies: 1
Views: 2753

All of the displays you have mentioned are 2x20 LCDs, the only difference will be the colours. Each comes with 3 independent fan controllers and 4 ports for temperature sensors. The 4x20 displays in the MX series come with 4 fan controllers and 6 ports for temperature probes. The software they come ...
by Paradigm
Tue Oct 28, 2008 2:43 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Dropped Character on GLK12232-25-SM
Replies: 1
Views: 2229

By the looks of it everything is correct. Nothing is glaringly wrong about your code. The first thing I might be able to suggest is putting some delay between the commands. it's a long shot, and it *shouldn't* be the case since there is a 192 byte buffer, but maybe some bytes are getting dropped bec...
by Paradigm
Tue Oct 21, 2008 3:05 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: VK202-25 Capacitor Problem
Replies: 5
Views: 4230

Unfortunately we don't manufacture the PCB that the VFD is mounted to. It is provided to us as a standard part. To change that part would not be possible without substantial NRE fees. After looking at the mechanical drawing and a physical display, I will bring the issue with the group that takes car...
by Paradigm
Thu Aug 07, 2008 3:57 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: NEW Project: 204-24-USB LCD and extras :)
Replies: 18
Views: 11856

Looks like a VK204-24-USB to me :wink: . I don't think any differences between the documentation and the physical display will get in your way, but if you have any specific questions, fire away. The red filter on the VFD is for altering the colour. The VFD is more of a greenish colour when there is ...
by Paradigm
Tue May 06, 2008 11:21 am
Forum: GX and Typhoon
Topic: Linux support?
Replies: 30
Views: 67343

The documentation is ready to be released, however we have one last problem that is hanging up the release process: Licensing. To be blunt, we have had our products ripped off in the past, and as you can imagine we felt quite burned. This time around, we have developed a very flexible and powerful p...
by Paradigm
Thu Nov 29, 2007 2:39 pm
Forum: GX and Typhoon
Topic: Fan controller?
Replies: 18
Views: 20783

cipher_nemo,

I haven't seen a DC fan that can't be PWM controlled. It's just a matter of frequency. Get it well over 20KHz and you won't have any possibility of a human hearing it. Of course there are a few other tricks to help too, but I wouldn't want to give away all of our secrets <:)
by Paradigm
Thu Nov 29, 2007 2:05 pm
Forum: GX and Typhoon
Topic: Fan controller?
Replies: 18
Views: 20783

No, you're not hearing things. Our previous motor controller did use pulse control, however it did it at a much slower rate. The result is that there are artifacts within the audible range. On some fans, you really couldn't hear it. On others, you definitely could. If we do go pulse control on this ...
by Paradigm
Thu Nov 29, 2007 10:05 am
Forum: GX and Typhoon
Topic: Fan controller?
Replies: 18
Views: 20783

This one is up in the air still. If it is controlled by pulse, it will be up in the 30+KHz range to keep it WELL outside the audible range, and if someone is inclined to put a light on there, outside the visual range. Overall, pulse is much simpler to design, and far more flexible, but we will NOT u...