This is an old revision of the document!
Table of Contents
Banque de données mobile

Sommaire → Serveur Rocrail → Configuration
- Général | Suivi | Service | Automatique | Contrôleur | R2Rnet | SVG | Finder | Mappage des commandes | Préréglages
Description
L'idée derrière LocoDB/CarDB/TrainDB c'est de pouvoir accéder à toutes les locomotives/voitures/trains sur tous les ordinateurs avec accès au même stockage NAS/Cloud.
Même avec un Rocview hors ligne, il sera possible d'accéder aux locomotives et de vérifier leurs propriétés.
Accès R/W
Sans accès de lecture et écriture à RocrailDB ce concept ne fonctionnera pas.
Structure
The Database path points to a directory which can be read and write by all users running Rocrail.
Every loco has its own directory named by its ID. Blanks are replaced with underscores; Blanks in IDs are discouraged and not supported.
Tree
RocrailDB
├── CarDB
│ ├── EssoTank
│ │ ├── backup
│ │ │ └── 20251017162241462-EssoTank.xml
│ │ ├── EssoTank.xml
│ │ └── M4524.png
│ ├── Frico
│ │ ├── backup
│ │ ├── Frico.xml
│ │ └── M4524.png
│ .
│ .
│
└── LocoDB
├── BR01097
│ ├── backup
│ │ ├── 20251016161334845-BR01097.xml
│ │ ├── 20251016161340115-BR01097.xml
│ │ └── 20251017075932411-BR01097.xml
│ ├── BR01097.png
│ ├── BR01097.xml
│ └── DB01.png
├── BR120119-3
│ ├── BR120119-3.xml
│ └── m33535.png
.
.
.
└── V1002215
├── DB100.png
├── m3072.png
└── V1002215.xml
Rocview
Setup Path
Menu Programming
Select
Select a directory to open just one locomotive.
All
Open all locomotives in the LocoDB.
Rocrail
Setup Path
Plan properties
The "Workspace" and "Scale name" is used as selection in the LocoDB in case of automatically loading.

Locomotive
For selecting a locomotive from the LocoDB the "Workspace" and/or "Scale" field should contain a value which match the Plan properties.
Workspace
The Workspace field accepts a CSV list of multiple names.
The group field can be used as extra filter.
Example:
"layoutA,layoutB,layoutC"
Export
With the "Locomotive database" option the export of the selected locomotives will be in the LocoDB.
The export will overwrite existing files.

Automatic loading
Locomotives will be automatically loaded from the LocoDB if following is all true:
- No local locomotives are defined.
- The Locomotives database path exists and is accessible.
- The Plan properties contains a selection by Workspace and/or Scale-Name.
- Locomotives in the LocoDB matches the Plan properties criterium.



