In old Siemens Desigo we called it Genie and superGenie while in PLC they call it face plate. The face plate is a pop up window that embodied the override command, Alarm status, acknowledgment and rest, and possible some setpoint if the devices under monitor has multiple aggregates. Once you click outside of the floating face plate it will close automatically. In this way we able to hide the details to make the graphics neat and clean and once needed can be expose by the user by clicking the graphic item in the GUI screen. Hope this be consider in the next release of Mango Automation.
Best posts made by Joey Uson
-
Pop up window (face plate)
Latest posts made by Joey Uson
-
RE: Point Hierarchy does not work for multiple selection
@joey-uson
When I post this issue I'm using Chrome and when I change to FireFox the problem disappear. No Idea what causing Chrome to hinder multiple addition in a folder -
RE: Pop up window (face plate)
Hi @mattfox ,
Actually I'm studying right now AngularJS and starting to understand the Model,View and Controller . Most of the time I learn by inspecting the code and running it to see the results. What actually the face plate has are as follows:
- Setpoint, 2 Minimum Limit, 3. Maximum Limit (limits are used for setting the low and/or high limit alarm), 4. Override bits (set to manual or Automatic mode). Basically all those points can be define as virtual points so it practically take the points after selecting the data source.
Hope you could share the pop up panel and I'll try to work on it.
Thanks
Joey
-
RE: Pop up window (face plate)
Yeah I think this is the right solution, unfortunately I come from Siemens Automation background and need to study the AngularJS as you mention in your comment., If you could share a simple example would be great.
-
RE: Alarming Categorization
These Alarm categories are actually builtin in the BACnet Controller and I think it is practical to leave it in the controller and just influence the bits beside most of the control logic are locally defined in the controller. CraigWeb suggestion is logical, thanks
-
RE: Point Hierarchy does not work for multiple selection
Dear CraigWeb,It is during the drag and drop that it becomes -2 in red color, but if you drag only 1 item it is okay (Im using mangoEs 3.4.5)
-
Point Hierarchy does not work for multiple selection
If I select only one points I can drag to PX folder and it turn green while if multiple points selected and drag and drop in PX folder it does accept the points.
-
Pop up window (face plate)
In old Siemens Desigo we called it Genie and superGenie while in PLC they call it face plate. The face plate is a pop up window that embodied the override command, Alarm status, acknowledgment and rest, and possible some setpoint if the devices under monitor has multiple aggregates. Once you click outside of the floating face plate it will close automatically. In this way we able to hide the details to make the graphics neat and clean and once needed can be expose by the user by clicking the graphic item in the GUI screen. Hope this be consider in the next release of Mango Automation.
-
Alarming Categorization
In our current system we have 3 categories for Alarms as follows:
1.Simple Alarm - display and reset automatically (exist with MangoEs - as information, warning) and with reset / auto reset when certain value occur.
2. Advance Alarm - will require to acknowledge (exist with MangoEs)
3. Extended Alarm - will stay even the alarm return to normal but require the user to execute reset to enable the system to function again (does not exist with MangoEs- mainly we use this for Critical, safety and urgent alarm type) . -
Alarm Handling in Graphic Designer
I completed converting our graphics elements in GIF and imported to MangoES and shown above I created a demo AHU for a project and found out latter that I have to go now and then to events to check and acknowledge all alarm that may appear in the GUI page. It would be better to have to have an individual alarm acknowledgement as additional to the pop-up beside (datapoints details, quick view chart, +Alarm acknowledgement), mean I don't have to go back and forth between events and GUI.
-
RE: Event Handler not responding to inactive status
Just tested today and I would like only to inform you that it is working , thanks for the support