16.04.2020, 20:17
(This post was last modified: 16.04.2020, 20:22 by Erwin van der Zwart.)
Hi,
We often do these kind of projects, but we do it differently then you describe.
We use multiple controllers (depands on project but for example a spaceLYnk per 4 floors) and we create the visu in the corresponding controller, only central objects are exposed to the main line. We only create the objects for these floors and other unneeded objects are deleted so they don’t update all the time and create unnecessary load.
In a separate controller we make the central logic and controls and we embed the visu from the floor controllers into this controller via iframes.
This way you keep the main line quite and you divide the visu load (update of objects) over multiple controllers. You can exchange the zone or line couplers for a controller so you won’t have a big extra investment.
BR,
Erwin
We often do these kind of projects, but we do it differently then you describe.
We use multiple controllers (depands on project but for example a spaceLYnk per 4 floors) and we create the visu in the corresponding controller, only central objects are exposed to the main line. We only create the objects for these floors and other unneeded objects are deleted so they don’t update all the time and create unnecessary load.
In a separate controller we make the central logic and controls and we embed the visu from the floor controllers into this controller via iframes.
This way you keep the main line quite and you divide the visu load (update of objects) over multiple controllers. You can exchange the zone or line couplers for a controller so you won’t have a big extra investment.
BR,
Erwin