Halo Leute,
Folgendes Problem, ich bastel derzeit an der IBIS 2 osc und habe diese derzeit wie folgt wenn ich an der Haltestelle stehe.
Anzeige von Linie xyz nach >> Wechsel auf Terminus Haltestelle
Ich möchte das Linie xyz nach aber weg haben, und stattdessen das Datum und die Uhrzeit einblenden.
So sollte es nachher aussehen:
Hier mal ein Ausschnitt aus der IBIS 2.osc
Code
- (L.L.IBIS_RouteIndex) (M.V.GetBusstopCount) 1 - (L.L.IBIS_busstop) >
- {if}
- ' Prüfen ob LN einstellig
- (L.L.Matrix_NrAct) 1000 <
- {if}
- (L.$.Matrix_NewNr) 2 $SetLengthL 1 $SetLengthR " " $+ (L.$.IBIS_terminus_name) $+ s6
- {else}
- ' Prüfen ob LN zweistellig
- (L.L.Matrix_NrAct) 10000 <
- {if}
- (L.$.Matrix_NewNr) 2 $SetLengthR " " $+ (L.$.IBIS_terminus_name) $+ s6
- {else}
- (L.$.Matrix_NewNr) 3 $SetLengthR " " $+ (L.$.IBIS_terminus_name) $+ s6
- {endif}
- {endif}
- l6 $length 19 >
- {if}
- (L.L.IBIS_LCD-zeile) 1 =
- {if}
- ' Prüfen ob LN einstellig
- (L.L.Matrix_NrAct) 1000 <
- {if}
- (L.$.Matrix_NewNr) 2 $SetLengthL 1 $SetLengthR " nach" $+ (S.$.IBIS_cabindisplay)
- {else}
- ' Prüfen ob LN zweistellig
- (L.L.Matrix_NrAct) 10000 <
- {if}
- (L.$.Matrix_NewNr) 2 $SetLengthR " nach" $+ (S.$.IBIS_cabindisplay)
- {else}
- (L.$.Matrix_NewNr) 3 $SetLengthR " nach" $+ (S.$.IBIS_cabindisplay)
- {endif}
- {endif}
- {else}
- (L.$.IBIS_terminus_name) (S.$.IBIS_cabindisplay)
- {endif}
- {else}
- l6 (S.$.IBIS_cabindisplay)
- {endif}
- {else}
- "Bus Endet Hier" (S.$.IBIS_cabindisplay)
- {endif}
Weiß jemand von den Scriptprofis hier, wie ich das gelöst bekomme?
Gruß Freddy