Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

32 Digit display setup

Featured Replies

Hello to everyone,While I'm awaiting for my brand new FlexDisplays from blue side up, I've had some trouble trying to set up my 32 digit display module.My Epic set up is as following:-EPICenter v. 0.1.1.44-Epic USB plugged and running (to USB port to PC, and powered on)(Hardware: Major Ver: 4, Minor Ver: 6, Major Rev: E, Checksum DD46)-First Expansion Module connected to EPIC via DB37-32 Digit dasy chained to expansion module and powered on(it has JP1 and JP2 with the black hats on, I tried this with this jumpers without the hats with no success)I have wired one toggle switch to M1R0B0I have wired 3 digit displays according to the diagram provided by BlueSideUp in this site(when I power up the module all the 3 digits most of the times display a zero "0" on them,though, some times digit 1, the middle one, displays a "2", "6" or "8")My EPL code is the following//mydevices.hplconnector(FirstExpansion){ modrow(1,0);};device(FirstDevice){ connector(FirstExpansion); button(0,0,B0); display(Disp1, 2,0, "999", true);};---------------------------------------------//Test1.epl#include "mydevices.hpl" #define FASTSCAN 0#define SLOWSCAN 1#define OUTPUT 2definemodule(0,FASTSCAN,0,7)definemodule(1,FASTSCAN,0,7):INIT{ pushc(1); //for 6mhz. For 18mhz us pushc(3); exec(140); //set base level timing, wait states, etc. FirstDevice.Disp1=123; }:Rutina1{keyhit(A);FirstDevice.Disp1=dash;}:Rutina2{keyhit(:(;}defbtn(FirstDevice.B0,on,Rutina1)defbtn(FirstDevice.B0,off,Rutina2)When I compile the project, get no error message....when I load it to EPIC get no error messages either. When I switch my toggle switch on I get a press on letter A succesfuly, the same when I switch it off I get a B. So the code is working but the displays never set to "123" as commanded in INIT, or to dashed digits as I command in Rutina1 after I hit the key A.....what is wrong here?Another problem:If a declare this variable:rvar(testRvar,0,999,0,true);and in the INIT procedure I write this:testRvar=123;FirstDevice.Disp1=testRvar;When I compile it I get no errors. But I get to diferent message windows when loading to EPIC:1) Error comunicating with EPIC device Device=1 Error=ERR_NODEVICE2) Could not Open EPIC Device Device=-1 Error=ERR_ERRORwhat's wrong so?I'll appreciate your help.

Hi,I have a similar problem. I can only display the numbers 0-3-4-7-8.when i try to displa another number. i will only get one of 0-3-4-7-8.I am using the standard EPIC-display Epic center .50 and firmware DD84.Any ideas?Magnus Leijonborg

I've contacted FlightLink and they responded to me:"Try reverting back to firmware C347. This is the correct firmware for EPICenter 44. Your code looks OK. To eliminate the errors when loading try increasing the delay time for the unplug in EPICenter. You can do this by clicking "Options" -> "Loader". Increase the Operating System delay to 4000ms and see if the error goes away."But you're using v.50 right? perhaps this wont help. Anyway I don't know how to revert the firmware. I'm waiting for further assistance from FlightLink.Max R.

Reverting the firmware is quite simple (if you have the file with the firmware). Put it in the "conf" directory in your Epic Center folder.In Epic Center goto "Hardware" menu end select "Update firmware".You will be asked to selec the file you want to uppload to the card. The checksum is the last four digits in the firmware file name (C347 in your case). When you press OK the upload will start.Good luck! /Magnus

Hi Magnus,I solved my problem upgrading to EPICenter .50, didn't had to revert the firmware. I also found out that the two jumpers located on the 32 digit display board should be OFF both of them (with out the black plugs) In the other way (both ON) the module recognizes the digits starting from digit number 96 to 127 instead of digits 0 to 31. That is another issue to keep in mind.Cheers!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.