Skip to content

Device data structure

Real Device

Below you'll find a simplified device data structure of your device. It's best to compare the structure of your single device with a book, containing pages and lines containing data.

This results in the following structure:

Single Device

Device data structure

Site unique Hex code name of your choosing

├─ + Device
  └─ Page(s)
    └─ Line(s)  

Controller Device

It's best to compare the structure of a Controller Device with a bookcase, containing multiple Single Devices books.

Underneath a Controller Device multiple single device(s) can be linked together. Resulting in the following structure:

Controller Device data structure

Controller Device name of your choosing
 ├─ Device
 │  └─ Page(s)
 │    └─Lines
 ├─ Device
 │  └─ Page(s)
 │    └─Lines
 ├─ Device
 │  └─ Page(s)
 │    └─ Lines
 │
 └─etc. upto 99 real devices!

Virtual device mappings

Depending on your desires, multiple virtual structures can be created for you in the cloud environment. Enabling you to accessed all your devices at the same time, even if they are scattered over different locations.

Virtual site

If you have multiple single devices connected to the cloud we can create a virtual site (VS). It's best to compare the structure of a VS with a (Virtual) Controller Device. A bookcase in the cloud, containing multiple single devices books.

Underneath a VS multiple signle device(s) can be grouped together. Resulting in the following structure:

Virtual site data structure

Virtual Site name of your choosing
 ├─ Device
 │  └─ Page(s)
 │    └─Lines
 ├─ Device
 │  └─ Page(s)
 │    └─Lines
 ├─ Device
 │  └─ Page(s)
 │    └─ Lines
 │
 └─etc. upto unlimited real devices!

Business Group

On top of Sites / VS we can create Business Groups (BG). It's best to compare the structure of a BG with a library, consisting of multiple Vitrual Sites or Controller Devices bookcases that contain one or more devices books.

Underneath a BG multiple Single Devices, Controller devices and Virtual Sites can be grouped together. Resulting in the following structure:

"Business group data structure"

Business Group name of your choosing
 │
 ├─ Controller Device 1 'name of your choosing'
 │ ├─ Device
 │ │  └─ Page(s)
 │ │    └─ Lines
 │ ├─ Device
 │ │  └─ Page(s)
 │ │    └─ Lines
 │ └─ Device
 │     └─ Page(s)
 │       └─ Lines
 │
 ├─ Virtual Site 2 'name of your choosing'
 │ ├─ Device
 │ │   └─ Page(s)
 │ │     └─ Lines
 │ └─ Device
 │     └─ Page(s)
 │       └─ Lines
 │
 ├─ Single Device 3 'name of your choosing'
 │ ├─ Page(s)
 │    └─ Lines
 │
 └─ etc. upto unlimited Devices / Sites!