Looking for better alarms / event management subsystem
-
Hello, glad to be a new member here.
I'm a systems engineer with 30 years of experience in telecom (both embedded and web backend and a smattering of cloud).
I have been tasked with creating an events/alarming subsystem for a heavy duty electric truck, the Qt portion of the system will consist of four touch screens ( one central control unit which is a large Linux Mint server and the remainder being smaller CrossControl v700 and v1200),, all running independently but communicating via protocols I design.
events and alarms will of course be database-backed, filterable, dismissable, etc and alerts must be able to be forwarded / mirrored from the central machine to other screens in the system.
I see there is a basic alarms implementation in the Qt collateral. Before I start designing / implementing this, does anybody know of a public domain version that I could start from to save time?
Thanks.
-
Hi and welcome to devnet,
To the best of my knowledge, no there's no ready made components as specialized. Since you are talking about a truck, you might want to check the Qt in Automotive offering. There might be some stuff there that could be of interest for your project. The Qt Remote Object module might also be something to check.
Hope it helps