Seite 1 von 1

Advice about ZusiDisplay template

Verfasst: 14.10.2020 10:31:56
von hansjohnson
Hello,
I hope that ZusiDisplay can provide some templates to allow users to choose the display they want to use.

Just like this view from BR406, I think this is nice. if it can change the display which I want, like EBuLa, CCD, etc, it will be wonderful.
Especially for the train do not have HD cockpit, I think it will be useful.
Bild

Re: Advice about ZusiDisplay template

Verfasst: 14.10.2020 11:39:45
von Carsten Hölscher
You can create as many layouts as you want by starting ZusiDisplays by batch files.

Carsten

Re: Advice about ZusiDisplay template

Verfasst: 14.10.2020 13:34:33
von hansjohnson
Carsten Hölscher hat geschrieben:You can create as many layouts as you want by starting ZusiDisplays by batch files.

Carsten
Sorry, I don't know how to do that, and didn't found something about this in Handbuch, could you please give me a link?

Re: Advice about ZusiDisplay template

Verfasst: 15.10.2020 20:48:18
von Carsten Hölscher
See chapter 11 of the ZusiDsiplay manual.This is one example of a bat file:

Code: Alles auswählen

@ECHO OFF
start ZusiDisplay.exe -diagnose -displayType=P160MS -displayMode=MFD -fullscreen
exit
You should copy as many ZusiDisplay folders as you have positions on the screen so that every instance can save its individual settings.

For example
...\Zusi3\_Tools\ZusiDisplay
...\Zusi3\_Tools\ZusiDisplayA
...\Zusi3\_Tools\ZusiDisplayB
...\Zusi3\_Tools\ZusiDisplayC

For every folder you can define the position of the ZusiDiplay window in the ZusiDiplay settings.

Carsten