Jump to content

EASY

Mitglieder
  • Gesamte Inhalte

    3394
  • Benutzer seit

  • Letzter Besuch

Alle erstellten Inhalte von EASY

  1. Hallo BahnLand, ... gegen Mittag ist mein Gehirn schon etwas aktiver... und bei der Klarheit Deiner Beschreibung... weiß ich jetzt was Du meinst. ... wird so (oder so ähnlich) mit eingebaut Gruß EASY
  2. Hi trevor, ... thanks for example... easy to use. ... without "Bodenplatte" the project runs with nearly 1000 fps.... very smoothly turntable EASY
  3. Hallo BahnLand, ... vielleicht liegt es daran, daß sich mein Gehirn am Wochenende gerne noch etwas länger im Ruhezustand befindet (bin aufgewacht, weil der Wind den Regen ziemlich laut gegen mein Fenster drückt...) ... mir fällt einfach nicht ein, wie man eine Sequenz mit einem Klick erzeugen kann.... da muß man doch irgendwie anhalten und dann weitermachen.. (oder für eine Sequenz eigentlich umgekehrt)... sind für mich 2 Aktionen, die durchzuführen sind... stehe auf dem Schlauch... brauche Starthilfe! (... -> Synchronisation der Überlegung...) ... erzeugt schon jetzt einen Trenner... .... ist von der Schnittstelle her leider nicht vorgesehen... da müßte man mit Neo noch verhandeln mit der Betonung auf "Vermisse ich sehr" .... einen habe ich noch vergessen... es gibt noch einen speziellen Variablenamen der abgefragt wird... wenn eine Variable, die mit "mbs_stop" im Namen beginnt auf irgendeinen Wert in der EV gesetzt wird, dann wird die Animation im MBS angehalten und der Variablenname im Protokoll eingetragen... also so etwas wie ein oder mehrere Breakpoint(s) in der EV setzen... P.S.... irgendwie werden wir uns schon noch einig... wann Klick... und wann Trenner... Gruß EASY
  4. Hallo BahnLand, ... trifft sich gut... bin gerade dabei dieses Plugin zu überarbeiten um es um ein paar Funktionen zu erweitern (und evtl. noch zu Übersetzen)... ... fast so als ob Du es geahnt hast Die Zeile "---- Event Pause ----" ist (war) dazu gedacht, daß man in der Liste gleich sehen kann, warum auf der Anzeige nichts mehr geht (ebenso wie ""----- Animation-MBS-Stop -----"). ... noch einfacher wäre es die Meldung erst gar nicht anzuzeigen und die Buttons so lassen, wie sie sind. ... permanenter "Zugriff" auf "Anzeige weiter" würde (aus meiner Sicht) nur "Sinn machen"... ...wenn Du zwischendurch einen Trenner einfügen möchtest (?) ==================================================================================================================== Da sich die Schnittstelle zwischenzeitlich etwas weiter entwickelt hat, habe ich in das Plugin noch das Auslesen der Variablen und Contdowns eingefügt. Damit der Wert der Variablen und der Countdowns zum aktuellen Stand im MBS-Projekt passen, wird im Moment des Auslesens die Animation im MBS angehalten und muß über "Animation Start" wieder aktiviert werden. Wäre dies auch im Sinne für Dich / Euch als Anwender? .... und noch ein paar Bilder, wie es (momentan) aussieht (... "---- Event Pause ----" wird nicht mehr angezeigt) ... da die Überarbeitung noch nicht ganz abgeschlossen ist, kann ich auf Wünsche und Anregungen eingehen... Gruß EASY
  5. Hi trevor, to avoid the "," problem i have this code in my plugins in the "FormLoad" event: Dim cAktiveRegion As System.Globalization.CultureInfo cAktiveRegion = CType(System.Globalization.CultureInfo.CurrentCulture.Clone(), Globalization.CultureInfo) cAktiveRegion.NumberFormat.NumberDecimalSeparator = "." Threading.Thread.CurrentThread.CurrentCulture = cAktiveRegion .... i found this as code snipet but i do not know if it is the best way... it works and never causes problems... but i do not know if it works on an "English" PC... ... (if i put it in your template it also works)... ... an example for " Frame_Clock_Handler " still would be nice EASY
  6. Hallo Das Plugin ist nun auch auf englisch. Die deutsche oder englische Version wird in Abhängigkeit von der Spracheinstellung im MBS aufgerufen. The plugin is now also in English. (Depending on settings "language" in 3D TS in German or English). siehe/see EASY
  7. Hi trevor, ... i knew (for one command but i think not for command group(?)) great work! ... got some questions: When i need the response of a command to decide my next steps i have to send "MBS.Send_Command_And_Wait(CMD)" and not "MBS.Send_Command(CMD)"? I have a problem with my "German" PC: CMD = New cls_MBS.Command(cls_MBS.Command_ID.Get_Object_XYZ, "Quader") MBS.Send_Command_And_Wait(CMD) Dim x, y, z As Single x = CSng(CMD.Results(0)) y = CSng(CMD.Results(1)) z = CSng(CMD.Results(2)) MsgBox(CMD.Results(0) & vbCrLf & x) ... if CMD.Results(0)="10.479" -> x=10479 Can you make an example to use " Frame_Clock_Handler " i.e something moves 1mm/frame? EASY
  8. Hallo Neo, ... genau darum geht es mir.... (ich möchte ja keine Romane schreiben).... dann überlasse ich es Dir.... und beim o.g. Plugin bitte auch Gruß EASY
  9. Hallo Neo, ich wollte das nächste Plugin mit de/en Oberfläche einstellen, dabei ist mir aufgefallen, daß beim letzten Plugin in der "Vorschau" nicht der gesamte Text angezeigt wird. ...eigentlicher Text: ... Text in der Vorschau: ... gibt es da ein Limit der Anzahl der Textzeilen, oder dürfen keine Leerzeilen enthalten sein? Gruß EASY
  10. Hallo Manfred, .... macht Neugierig.... kannst Du mal ein paar Bilder Deiner Modelle hier einstellen? Gruß EASY
  11. Hi trevor, ... to play and try... i made in Blender an emty object... and it works in MBS... ... you can import it "edit" -> "paste" -> "from file"... or you can put it in your catalog "3D Modell" -> "Extra" -> "Test" -> "Private" as "3D modell" and/or as "Track vehicle" Note: you can never mark it with the mouse... only with "F3" ... have fun EASY Emty.zip
  12. Hi Neo, ... too bad it did not work... just got some ideas what to try with an "emty"... EASY
  13. Hi, ... in my opinion... this is not a bug. You just create an emty group... I work with CAD-programms and "empys" can be usefull (if so in MBS... i do not know currently)... ... so i would say the bug is, that i can not focus it with the 3D camera when pressing "Enter" (...I know it is a bit pointed) EASY
  14. EASY

    8 Trains On an 8

    Hi trevor, ... wow ... it seems your plugin will become an alternative to Rocrail / RocStudio @Neo / @ trevor ... i think this video should be shared on the MBS YouTube chanal... EASY
  15. Hallo sv.scholz, ... ist das nur wenn Du eine "alte" Anlage importierst und abspeicherst oder prinzipiell (also auch bei neuen Anlagen, die Du im MBS erstellt hast)? Gruß EASY
  16. Hallo Hans, ... ich baue zwar (immer noch) keine Anlagen... aber ich mag "Tüfteleien" ...... Gruß EASY
  17. @ Neo, ... if i do so... Sending command 350 for retrieving all rolling stock in the layout Sending command 10 for beginning the command group For each rolling stock returned by 1, sending command 360 for retrieving the track Sending command 11 for finishing the command group For each rolling stock, reading the result of command 360 with that layout and my template it will take 20ms ... 30ms @60 FPS (VertSync=on)... but only if MBS is shown... when i minimize MBS it will take 160ms...280ms... why? EASY
  18. Hallo Michael, ... einfach mal ein Bild dazu: ... ist also die "Spur" im Gleiseditor -1. Gerades Gleis: immer Spur 0 Weiche: Spur 0 ; Spur 1 Dreiwegeweiche: Spur 0 ; Spur 1 ; Spur 2 Kreuzweiche: Spur 0 ; Spur 1 ; Spur 2 ; Spur 3 Kreuzung: Spur 0 ; Spur 1 Drehscheibe: Spur 0 ... Spur 23 (Wird behandelt wie eine Weiche) so liefert also z.B. Kommando 304 (Gibt den Index der aktiven Spur eines Gleises zurück) die aktive Weichenstellung zurück... ... oder kann mit Kommando 305 (Aktiviert eine Spur eines Gleises) eingestellt werden. Gruß EASY
  19. ... no, there is no option... in 3D TS you are moving the camera.. that's why it seems to be inverted...
  20. Hallo MarkoP, ... ich habe die Hoffnung noch nicht ganz aufgegeben, daß Neo doch noch einmal über den Rechtsklick nachdenkt.... ... so ließe sich noch einiges über ein Kontextmenü vereinfachen... Gruß EASY
  21. Hi trevor, ... you are faster then i can answer... thanks... i think it will take some time until i'll (really) understand (....hope not 40 years)... i'm only a "hobby programmer".... ...try to start my own little project.... EASY
  22. Hi trevor, as i could see you used my template for "MBS_Controller"... but you changed something for sending commands and getting events. When i look at your VB project i think it is not the first time you are writeing programms. I do not understand exactly what you have done but I am curious and i like learning how to do in different ways... ... so i want to ask you if you can make a template for testing and understanding "your way" for sending commands and getting events... EASY
  23. Hi trevor, ... i wunder what you want do to with the track orintation...
  24. Hi trevor, ... good idea ... i tested your plugin with the MBS project "Gablerspitzbergbahn" and i got some questions: What is the condition for a "Bad Name" (name with blank seems to be one condition...) and...???? When i start the plugin, then i get this: ... as you can see there are 1600 "Duplicates"... ... so i fixed then... ...then i get 888 "Bad Names"... i fixed them... ... there is still one "Bad Name" and i can't fix this name... ... but now i got 1 "Unknown References" (... is the reference the name which can not be fixed?) or what does "Unknown References" mean? When i try the plugin with the MBS project "Gotthard Nordrampe" then 9493 "Duplicate Names" will be found. If i fix them it will take a long time (several minutes) to fix the names. I do not know if you do... but in this case (rename objects) using a "commandgroup" in the programm should be much faster... EASY
  25. Hi The first plugin is now avaiable in German and English ("Tunnel-Setzen/ Tunnel Setting/ de/en") (see here) The next one (to be translated) will be "Gleis-Setz-Tools" / ("Track-Setting-Tools") I hope Curt84328 will help me (again) EASY
×
×
  • Neu erstellen...