PDA

View Full Version : 7 segment displays how does it work



Stijn
06-22-2009, 04:50 PM
Hi,

I have plans to make my own radio's and mcp. But I just don't get it how those 7 segement displays show for example 250 kts. If somebody could tell me how you get this working:
Auto pilot FS: 250 kts ---> mcp sim display: 250kts

I already red the manuals of ken how he makes the radio's. But if somebody could tell me it ''more easy'' that would be wonderfull.

Stijn

kiek
06-22-2009, 05:19 PM
Hallo Stijn,
Well, it goes like this:

one 7-segment diplay can show the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9.
three 7-segment displays in a row can show numbers between 000 and 999.

The only thing you have to do is to take the value from FSUIPC and to send it to your display. It depends on your cockpit building system (IOCards, FSBUS, Phidgets, ...., what have you?) how you should do that.

For example for IOCards in SIOC (just as example, don't know if there is an autopilot SPD offset in FSUIPC):

Var 1 Link FSUIPC_IN Offset $xyza Length 2 // Auto pilot SPD
{
v3 = v1
}

Var 3 Link IOCARD_DISPLAY Digit 0 Numbers 3 // 3 digit display


groeten,
Nico

Buddym
06-22-2009, 10:25 PM
A little off topic here, but.... I have a small module I have been working on that is sort of related... I play with the AVR micro chips a lot and I built a small module that can connect to up to 6 seven-segment displays and display data from a small PC program I developed that interfaces with FSUIPC. My program can be configured to read 252 offsets and assigns them to internal "channels". The hardware module connects with USB and has DIP switches to select a channel for displaying that data. As an example, if you want a NAV freq on channel 10 you configure that in my PC program, then configure one (or more) display modules for channel 10 with the DIP switches. I also have the same concept working with LCD modules and VFD modules, they just display lot's more data. I have been working on duplicating that functionality using ethernet instead of USB, but USB hubs are cheaper and smaller than ethernet switches, plus the hardware module is cheaper to build. I also have a hybrid module that has inputs too. So far it can have 16 buttons and the displays. It started as a control module for my GPS but has ended up as much more. I wondered would this concept be of interest to any sim builders...? It's a bit more plug and play than IOcards (which I love and use).


BuddyM

kiek
06-23-2009, 02:24 AM
Nice work, I'm impressed.


A little off topic here, but....
Off topic indeed, in this Opencockpits General Discussion forum ;-)


I wondered would this concept be of interest to any sim builders...? It's a bit more plug and play than IOcards (which I love and use).

In my opinion it is the software that makes the difference between cockpit building systems. SIOC is very very powerful and hard to beat.
I don't see how you can be competetive with SIOC, but keep on inventing!

regards,
Nico

Stijn
06-23-2009, 02:42 AM
Hi,

I'm planning to use the stuff from opencockpits.

I'm starting to get it nico, but i've bin on your site before and I saw you can download SIOC programmes, what exlacty do they. And can I use those to ''make it work''. And what do I have to do to make it work.

Stijn

Buddym
06-23-2009, 08:16 AM
Yes, I agree Nico, the folks that did SIOC and the entire IOcards line of interfaces have the best thing going, in my humble opinion. I just like tinkering... all of my sim uses IOCards and Leo's latest card, with the exception of my GPS unit. BTW, your SIOC tutorials have been a gigantic help to me in setting up my sim, thanks very much!


BuddyM

dnoize
06-23-2009, 03:19 PM
I also have the same concept working with LCD modules and VFD modules, they just display lot's more data.


I welcome any initiative with an easy to use interface.
Especially if it can be used with VFD's like the 4 line Futaba VFD's and multisegment starburst type vfd's

I like VFD's much more than lcd's so i would be very interested in something like this.

Stef



.

Stijn
06-23-2009, 03:23 PM
buddym

Is there a possiblity you start focussing on 747-400 MCP's plug and play modules :D
it's same there aren't 747-400 mcp's for a price like the 737 ones from opencockpits
would be very helpful ;)

Stijn

Buddym
06-23-2009, 04:03 PM
I can take a look at them. Have you ever used FS-LCD? It's the same concept, only not really designed for more than 1 or 23 LCDs. I plugs into the parallel port and uses no hardware except the cable on the the LCD module. You configure what gets displayed. I noticed the original website for FSLCD appears to be down. ( http://mikkila.wabbits.org/fsbus/lcd/ ) I think I have a copy of it someplace at home. Very similar to the OC stuff tho.


Lot's of VFDs have the Hitachi-compatible controllers and the ones that do can be used just about anyplace a LCD can. I like them better too, but they cost more!!

BuddyM

Stijn
06-23-2009, 04:08 PM
wow,

that sounds really interesting, so correct me if i'm wrong

you plug this card into the paralelport of your pc and connect the lcd's to the card.

But how hard is it to make them display what you want, can you explain how to do that?

and does it work with 7 segment displays?

Stijn

dnoize
06-23-2009, 04:31 PM
i know fs lcd, but my computers dont have a parralel port and i dont like usb2parallel converters.

the futaba's i have here can be configured to be used with the hitachi interface (it only takes soldering a few bridges with a smd resistor.)

I found these on ebay for something like 7 us $ !!!

By default they are configured for serial use, but as said, they can be reconfigured for parallel use.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=270374005817&ssPageName=ADME:X:RTQ:US:1123


Stef


.

Stijn
06-23-2009, 04:36 PM
hey steff

where do I plug it in and how can i get it to work?

Stijn

dnoize
06-23-2009, 04:43 PM
the vfd in the ebay link above ?

it needs to be reconfigured for paralel use and then it can be used with any hardware using the hitachi protocol.

for examble the program fslcd that buddym mentioned. In that case you hook it up to the parallel port.

Stef

Stijn
06-23-2009, 04:47 PM
ok,

thanks
it's all a bit more clear for me. Stil difficult but a bit more clear. I' sharing my info with a friend he's a software writer (makes his own media player etc. really cool) And hopefully my cockpit is equiped with a MCP very soon

Stijn

Buddym
06-23-2009, 06:15 PM
yeah, fslcd connects to the parallel port, but there is not even a card, just the cable and the LCD displays! very inexpensive way to get some data displayed! I will see if I can find the info get it to you. When I used it I just cut the end off of a printer cable and soldered the wires to the LCD pins. Post back in a bit after I find all of the info.

No parallel port is the reason I started looking at connecting with USB and/or ethernet.

BuddyM

Edit

The link for FSLCD is: http://www.mikkila.org/fsbus/lcd/index_e.php