Software components, Monitored site, Central station / operator console – CUE CueSiteManager Programmers User Manual
Page 6
![background image](https://www.manualsdir.com/files/768519/content/doc006.png)
6
Cue Site Manager / Programmer’s Manual / How CSM Works
© CUE, a.s. All Rights Reserved. | www.cuesystem.com | [email protected]
Software Components
Monitored Site
CSMDataProvider (driver)
This driver provides communication between site application and CSM. It is used in site project and it allows
to collect monitored parameters and to start operator commands.
Central Station / Operator Console
CSMDataCollector (driver)
This driver is the core of CSM – it communicates with all monitored sites using LAN/WAN connection and
provides data to all opearator user interfaces CSMOverviewUI. It also automatically sends e-mail notifications
and writes data to log files.
The instance of this driver is typically created in Central Station and it needs six TCP Client channels.
CSMOverviewUI (graphic object)
This graphic window type object is used to display the data of all monitored sites, for example parameter
values, online/offline states, security alerts, service requests etc. It also allows to send commands to sites
and configure all necessary parameters.
The instance of this graphic object has to be created in Operator Console. CSMOverviewUI can run on
touchpanel or other CUE units with graphic output minimum resolution 768 x 480 pixels. Recommended
resolution is 1280 x 800 pixels or higher.
This graphic object requires the CSMOverviewInterface module.
The number of displayed monitored sites depends on monitor resolution. If it is not possible to show all site
lines on the screen, site lines can be scrolled.
CSMOverviewInterface (module)
CMSOverviewInterface joins the functions of graphic object and driver CSMDataCollector.