Location:
<WorkspaceDirectory>\DataFiles\xio.JSON.ABBEQGateways.dat
The Fidelio/Opera interface is used to send and receive data from and to the hotel management system Fidelio/Opera. The room definition table defines the structure of the FIDELIO tree. Each room has the same structure inside. Thus only the rooms need to be defined.
The structure of the FIDELIO room definition file is as follows:
'RoomNumber;BuildingName;FloorName;Description;Number
1;House1;Floor1;House 1, Floor 1, Room 1;0
2;House1;Floor1;House 1, Floor 1, Room 2;1
11;House1;Floor2;House 1, Floor 2, Room 1;2
12;House1;Floor2;House 1, Floor 2, Room 2;3
...
all hotel rooms that are used within the project.
Info |
---|
|
<WorkspaceDirectory>\DataFiles\nxapiFidelio.dat |
Col# | Parameter | Description | Scope | Unit | Mandatory / default value |
---|
1 | Room Number |
| real of the room described in this line.that is used within the Fidelio/Opera system. | string | none | mandatory |
2 | Building Name |
| The building name creates the first sub-folder inside the |
NXA_FIDELIO APIFidelio. All rooms defined which have the same building name defined will appear under one and the same branch. |
Remark: "House 1" does not equal "HOUSE 1" | string | none | empty |
3 | Floor Name |
| The level name (or floor name) creates the second hierarchy below the different buildings. All rooms defined which have the same level name and building name defined will appear under one and the same branch. |
Remark: "Floor 1" does not equal "FLOOR 1" | string | none | empty |
4 | Description |
| Place any description for the room here. |
5Number | | This field contains the ID of the room in numeric form. It must be unique.