BlueLED Posted January 30, 2006 Report Share Posted January 30, 2006 Hallo,ich habe mir jetzt mein Core Modul zusammengebaut. Nur habe ich das problem, das am J2 keine 5 V anstehen sondern nur 3,7 V. den 7805 habe ich schon getauscht, bringt nix. habe alle lötstellen kontrolliert, komme aber auch keine 5V. Hat diesen Fehler schon mal jemand gehabt ?mfg Kay Quote Link to comment Share on other sites More sharing options...
Jack Posted January 30, 2006 Report Share Posted January 30, 2006 Hi!Was für ein Netzteil verwendest Du?Was für eine Eingangsspannung hast Du eingestellt?Hast Du einen Strombegrenzer drin?PS: Ein bisschen mehr Infos wäre hilfreich um Dein problem zu lösen.mfgJack Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 30, 2006 Author Report Share Posted January 30, 2006 hi,also ich habe ein stabilisiertes Labornetzteil. Als Eingangsspannung nehm ich 7 Volt. Strombegrenzer ist im Netzteil, ist aber ok. jetzt habe ich plötzlich am Ausgang vom 7805 keine Spannung mehr. ich werde mal weiter nach Fehlerquellen suchen.mfg Kay Quote Link to comment Share on other sites More sharing options...
Jack Posted January 30, 2006 Report Share Posted January 30, 2006 Bei mir bekomm ich erst ab ca. 10V Eingangsspannung 5V raus. Hast Du den 7805 richtig rum drin?mfgJack Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 30, 2006 Author Report Share Posted January 30, 2006 hab ne kalte lötstelle gefunden. habe jetzt konstant 5 V am 7805. nur jetzt habe ich das nächste problem.ich benutze den Yamaha Treiber für die RS232. Also benutze ich den Midibox To Com. wenn ich im Mios Studio dies einstelle, dann bekomme ich im Debug Fenster die Meldung :Received unexpected MIOS SysEx message = 00007E404201F7 expected = 00007E4000Als ID habe ich die 142 gebrannt. müsste doch richtig sein oder ?mfg Kay Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 30, 2006 Author Report Share Posted January 30, 2006 ahhhh,wer lesen kann, ist klar im vorteil. also ich bin jetzt soweit, das ich den Bootstrap Loader gebrannt habe, dann die MIOS Firmware. ich habe momentan nur 1 Poti an einem AIN Module angeschlossen.ich brauch kein Display, keine Buttons, keine LED´s. Welche Application soll ich in die Box laden ? ich finde nur die mit allen Potis, LED´s, Buttons und Display.mfg Kay Quote Link to comment Share on other sites More sharing options...
TK. Posted January 30, 2006 Report Share Posted January 30, 2006 Hallo Kay,Du koenntest die MIDIbox64 Applikation neu konfigurieren, einfach main.asm oeffnen, DEFAULT_NUMBER_POTS auf 1 setzen und DEFAULT_MUX_ENABLED auf 0Danach ein neues main.hex bauen wie unter http://www.ucapps.de/howto_tools_mpasm.html beschriebenDie "Ausgabeelemente" (LCD/LEDs) sowie die Buttons verhalten sich passiv, hier musst Du nichts aendernGruss, Thorsten. Quote Link to comment Share on other sites More sharing options...
TK. Posted January 30, 2006 Report Share Posted January 30, 2006 Sorry, habe beim "Post"-clicken noch aufgeschnappt, dass Du ja ein AIN Modul gebaut hast.Umso einfacher: klemme alle ungenutzen analogen Eingaenge an Masse wie unter http://www.ucapps.de/mbhp/auaimbctc.pdf beschrieben, und lade die MB64 applikation auf.Falls Dir das Klemmen zuviel aufwand ist, muesstest Du die Applikation halt wie oben beschrieben aendern (in diesem Fall wird DEFAULT_MUX_ENABLED jedoch auf 1 gesetzt)Gruss, Thorsten. Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 30, 2006 Author Report Share Posted January 30, 2006 hi,habe das geändert, ich kann eine aplikation hochladen, aber es kommt immer :Received unexpected MIOS SysEx message = 00007E400001F7 expected = 00007E4001wie gesagt, poti ist an dem 1. Port. ich ändere die main ab. aber wenn ich am poti drehe, tut sich nichts Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 30, 2006 Author Report Share Posted January 30, 2006 hab jetzt nochmal die mb64_v2_4 hochgeladen und die anderen AIN Ports auf Masse gelegt. immer noch das selbe. als id habe ich 100. das ist doch richtig oder ?mfg Kay Quote Link to comment Share on other sites More sharing options...
TK. Posted January 30, 2006 Report Share Posted January 30, 2006 Ja, wenn Du den to-COM Treiber verwendest, ist die ID 100 richtig.Received unexpected MIOS SysEx message = 00007E400001F7 expected = 00007E4001scheinbar funktioniert der COM Treiber vom Yamaha nicht richtig auf Deinem System. Das habe ich schon des oefteren gelesen, deshalb gibt es noch zwei alternativen von Roland und Kawai. Probiere die mal ausGruss, Thorsten. Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 30, 2006 Author Report Share Posted January 30, 2006 hi,habe jetzt den com treiber runtergeschmissen und den von Roland installiert. und siehe da, ich konnte mios uploaden. ich habe nochmals versucht, die main.asm so umzuschreiben, das nur ein poti geht. klappt leider net. wäre es möglich, das du mir die hex senden könntest ( mit 1 Poti ) ?wäre sehr nett von dirmfg Kay Quote Link to comment Share on other sites More sharing options...
TK. Posted January 30, 2006 Report Share Posted January 30, 2006 habe jetzt den com treiber runtergeschmissen und den von Roland installiert. und siehe da, ich konnte mios uploaden. Super, dann sollte ich auf meiner Page den Roland Treiber vor dem Yamaha Treiber erwaehnen.wäre es möglich, das du mir die hex senden könntestDas geht gerade nicht so ohne weiteres (vom Laptop aus...) - doch wo bleibst Du denn haengen? Warum klappt es nicht, die Zeile im main.asm zu aendern, und die Applikation neu zu assemblieren?Gruss, Thorsten. Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 31, 2006 Author Report Share Posted January 31, 2006 also das ändern der zeile ist nicht das problem. ich bekomme beim compilieren halt nur 14 Errors.Executing: "C:\Programme\Microchip\MPASM Suite\MPAsmWin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err"Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MIOS_VECTORS.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\USER_VECTORS.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MATH_DIV16_8.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CONVERT_BIN2BCD.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_MENU_BUTTONS.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_MENU_TIMER.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_MENU_TABLES.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_MENU_TABLES_STRUCT.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_M_DISPLAY_2X16.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_M_CHANNEL.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_M_POTMODE.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\CS_M_MIDICFG.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MB64_BUTTONS.INC)Error[173] C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MAIN.ASM 712 : Source file path exceeds 62 characters (C:\PROJEKTE\MIDI\MIDIBOX64_V2_4\MIDIBOX64_V2_4\MB64_PRESETS.INC)selbst wenn ich nix an der main.asm ändere, dann bekomme ich diese errors beim compilieren.mfg Kay Quote Link to comment Share on other sites More sharing options...
raphael Posted January 31, 2006 Report Share Posted January 31, 2006 also das ändern der zeile ist nicht das problem. ich bekomme beim compilieren halt nur 14 Errors.Wie die Fehlermeldung schon sagt, MPasm hat ein Problem mit Pfadnamen, die länger als 62 Zeichen sind. Am besten kopierst Du das ganze Projekt direkt nach c:\MIDIBOX64_V2_4. Dann sollte es tun.Das sollte Microchip wirklich mal ändern... 62 Zeichen sind nicht mehr ganz zeitgemäs :-\ Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 31, 2006 Author Report Share Posted January 31, 2006 vielen Dank Raphael für den tip. es funktioniert. jaaaaaaaaaaaa juhuuuuuuuuuuuuuuuuuuuu es funktioniert. ich habe in Reason nun einen MIDI Controller gewählt und auf "Lernen" gestellt. Wenn ich am Poti drehe, dann zeigt er mir an "CC91". im MIOS Studio zeigt er :timestamp 7334000 us: [b0 5B 01] channel 1: cc Effects 1 Depth value: 1timestamp 7344000 us: [b0 5B 02] channel 1: cc Effects 1 Depth value: 2timestamp 7355000 us: [b0 5B 03] channel 1: cc Effects 1 Depth value: 3timestamp 7369000 us: [b0 5B 04] channel 1: cc Effects 1 Depth value: 4timestamp 7385000 us: [b0 5B 05] channel 1: cc Effects 1 Depth value: 5timestamp 7399000 us: [b0 5B 06] channel 1: cc Effects 1 Depth value: 6warum dann 91 bei Reason ? ist das ein gedankenfehler von mir ?mfg Kay Quote Link to comment Share on other sites More sharing options...
raphael Posted January 31, 2006 Report Share Posted January 31, 2006 timestamp 7334000 us: [b0 5B 01] channel 1: cc Effects 1 Depth value: 10x5B = 91!Hexadezimal --> Dezimal ;D Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 31, 2006 Author Report Share Posted January 31, 2006 ja das leuchtet mir ein, aber warum 91 ? warum nicht 1 ? hab das Poti am 1. Port angeschlossen. sind die vorhergehenden 90 für was anderes gedacht ?mfg Kay Quote Link to comment Share on other sites More sharing options...
raphael Posted January 31, 2006 Report Share Posted January 31, 2006 Schau mal die datei mb64_presets.inc an. Da fidest Du dann folgende Tabelle:...MB64_Presets_OffsetPotsRow0 ; preset: reverb (Bn 5B) POT_ENTRY 0xb0, 0x5b, 0x00, 0x7f POT_ENTRY 0xb1, 0x5b, 0x00, 0x7f POT_ENTRY 0xb2, 0x5b, 0x00, 0x7f...Dort kannst Du die Defaultwerte einstellen. Natürlich kannst Du die Controller auch an der Midibox über das Menü jederzeit ändern.Wenn Du wissen willst, für was controller 91 usw. normalerweise benutz wird:http://www.borg.com/~jglatt/tech/midispec/ctllist.htm Quote Link to comment Share on other sites More sharing options...
BlueLED Posted January 31, 2006 Author Report Share Posted January 31, 2006 danke. werd gleich mal nachschauen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.