1. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  2. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  3. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  4. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules

HARDWARE-GEAR-INDICATOR

Discussion in 'SimTools compatible interfaces' started by tomixtom, Oct 16, 2010.

  1. tomixtom

    tomixtom New Member

    Joined:
    Oct 3, 2010
    Messages:
    11
    Location:
    Stuttgart - germany
    Balance:
    390Coins
    Ratings:
    +0 / 0 / -0
    Hallo Racer !

    Als allererstes möchte ich mich hier mal bei den Machern des Forums bedanken !

    Ich habe einen mega-Respect vor eurer Arbeit. Vielleicht kann ich ja auch meinen Beitrag dazu leisten, dieses Forum weiter zu gestalten.

    Ich habe eine LCD-Ganganzeige mit einem 16-Segment-Anzeige gebaut.
    (Damit kann man auch ein echtes N und R darstellen)
    Das Teil kostet nen Euro bei Reichelt :D
    http://www.reichelt.de/?;ACTION=3;L...wQAR8AAFD6W4Ub1ff65473f761a046f840c32ebe99ab9

    Angesteuert wird das 16 Segment-Display mit einem Velleman K8055-Board.
    Ich nutze dafür 4 Bit (Ausgänge) vom Digital-Out Port.
    Diesen habe ich entsprechend im Profiler konfiguriert.

    Als Binär-zu-Segment-Decoder habe ich einen PIC 16F627 verwendet. Der kann die LED´s locker treiben (Nach GND!! - daher Anzeige mit gemeinsamer Anode).

    Da ich zu faul war, für jedes Segment einen Vorwiderstand einzubauen, habe ich die Anzeige über einen Spannungsregler (LM317) mit 2 Volt an der Anode versorgt.

    (Man kann auch für jedes Segment 330Ohm einbauen und die Anzeige dann mit 5 Volt an der gemeinsamen Anode versorgen)

    Hier ein Bild der Schaltung: PIC-16-Segment.JPG

    Wenn Interesse am Code für den PIC besteht, einfach posten.. (is aber eigentlich net so schwer)


    Und so schauts aus.. Foto-16-seg-klein.JPG
  2. Frakk

    Frakk Active Member

    Joined:
    Apr 15, 2009
    Messages:
    1,144
    Balance:
    328Coins
    Ratings:
    +4 / 0 / -0
    Would you be kind enough to post this in English as well? :clap:
  3. tomixtom

    tomixtom New Member

    Joined:
    Oct 3, 2010
    Messages:
    11
    Location:
    Stuttgart - germany
    Balance:
    390Coins
    Ratings:
    +0 / 0 / -0
    okay.. will try that.. ;-)

    i build up a gear-indicator with a 16 seg display form reichelt-elektronik.

    why don´t use the formaly known 7-seg? i´d like to display also the N neutral and the R revers gear..

    i used 4 digi-out from a velleman k8055 usb-board to get a binary value.
    then i used a small program runnin on a pic-micro to decode binary (4bit) to the segments..
    if somebody wants me to do, i can post the code..
    if you take a look at the scematics, you will see, there is a voltage-regulator.
    i used this as a voltage-source for the LED´s in the segment-display.
    (i was to lazy, to solder 12 resistors - each for every segment)
    that will add some more costs, but it´s less parts - will mean space, you know?

    after assembling the parts, you only need to setup the profiler.
    (add an axis for gear-indication and use the speed-function to set the outputs of the k8055)..

    thats it

    hope, that my simple, bad english is enough - it´s not my native language..

    :)
  4. Frakk

    Frakk Active Member

    Joined:
    Apr 15, 2009
    Messages:
    1,144
    Balance:
    328Coins
    Ratings:
    +4 / 0 / -0
    You could send the information very easily to the PIC, no need for k8055.

    I like how you use a regulator to power the segments! You could use PWM to adjust the brightness.

    Displaying letters on a 7seg is not as nice, but also possible: http://www.romanblack.com/led_no/led_no09.jpg
  5. Frakk

    Frakk Active Member

    Joined:
    Apr 15, 2009
    Messages:
    1,144
    Balance:
    328Coins
    Ratings:
    +4 / 0 / -0

    Output Setup - Universal Serial Output

    The easiest is to use a USB-Serial adapter and connect it to the UART of the PIC. You send out the information through a virtual COM port in th USO, which is fully configurable.

    You have to type ~a01~ or ~a02~ etc... to send number, 8bit, 16bit or 32, but 8bit is more than enough for gear.
  6. tomixtom

    tomixtom New Member

    Joined:
    Oct 3, 2010
    Messages:
    11
    Location:
    Stuttgart - germany
    Balance:
    390Coins
    Ratings:
    +0 / 0 / -0
    how cool is that ? :D
  7. F12010

    F12010 New Member

    Joined:
    Oct 14, 2010
    Messages:
    5
    Balance:
    0Coins
    Ratings:
    +0 / 0 / -0
    kannst du bitte deine Profiler Konfiguration hochladen, da ich mal sehen möchte, wie du das eingestellt hast.

    DANKE! :clap:

    Gruß
    Peter
  8. tomixtom

    tomixtom New Member

    Joined:
    Oct 3, 2010
    Messages:
    11
    Location:
    Stuttgart - germany
    Balance:
    390Coins
    Ratings:
    +0 / 0 / -0
    hallole..

    hier das profiler-setting... only-gear.rn2

    Schau mal im math setup..
    Dort gibt es eine definierte achse, die nennt sich gear (dort wird die Zuordnung zum wert aus dem Spiel erzeugt).

    Dann geh ins Output setup..

    hier siehst Du dann die verwendete Konfig. Mit der add speed Funktion kann man für verschiedene Eingangswerte aus dem math setup eines Parameters (in unserem Fall actual Gear) eben verschiedene output-aktionen erzeugen..

    anbei noch das *.hex für den PIC (16F627) wenn Du nen Programmer hast.

    tom-16-segment-fin2.zip

    Ansonsten hab ich auch noch nen PIC hier, und ne Anzeige auch noch :)

    Es gibt aber noch eine einfachere Version (hab ich vom FRAKK gelernt) - man kann den PIC auch direkt ansteuern, ohne K8055. Einfach über seriell. Dazu muss ich allerdings erst noch das Proggi im Pic etwas abändern und dann auch noch die Verdrahtung der LED-Anzeige umbauen. (wegen der Ports). Werde das mal demnächst probieren.

    Hoffe , das hilft Dir ein bissle weiter - so long TomTom
  9. F12010

    F12010 New Member

    Joined:
    Oct 14, 2010
    Messages:
    5
    Balance:
    0Coins
    Ratings:
    +0 / 0 / -0
    vielen Dank, hat mir geholfen. :dankeschoen:

    Gruß
    Peter