Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ess-opis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krisztián Löki
ess-opis
Commits
61201ba8
Commit
61201ba8
authored
6 years ago
by
Saeed Haghtalab
Browse files
Options
Downloads
Patches
Plain Diff
ODH OPI:Added alarm pop-up screen
parent
d7317ae5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NON-APPROVED/odh/ODH_Main.bob
+111
-0
111 additions, 0 deletions
NON-APPROVED/odh/ODH_Main.bob
with
111 additions
and
0 deletions
NON-APPROVED/odh/ODH_Main.bob
+
111
−
0
View file @
61201ba8
...
...
@@ -300,6 +300,117 @@ Healthy</text>
<width>
510
</width>
<height>
30
</height>
</widget>
<widget
type=
"group"
version=
"2.0.0"
>
<name>
Group
</name>
<x>
128
</x>
<y>
238
</y>
<width>
286
</width>
<height>
125
</height>
<style>
3
</style>
<transparent>
true
</transparent>
<rules>
<rule
name=
"Visibility"
prop_id=
"visible"
out_exp=
"false"
>
<exp
bool_exp=
"pv0 || pv1 || pv2"
>
<value>
true
</value>
</exp>
<exp
bool_exp=
"true"
>
<value>
false
</value>
</exp>
<pv_name>
KG-GTA:ODH-PLC-01:ODHAlarm
</pv_name>
<pv_name>
KG-GTA:ODH-PLC-01:MonitHealthyErr
</pv_name>
<pv_name>
KG-GTA:ODH-PLC-01:ConnLost
</pv_name>
</rule>
<rule
name=
"msgBoxClose"
prop_id=
"visible"
out_exp=
"false"
>
<exp
bool_exp=
"true"
>
<value>
false
</value>
</exp>
<pv_name>
loc://msgBoxClose
</pv_name>
</rule>
</rules>
<widget
type=
"rectangle"
version=
"2.0.0"
>
<name>
Rectangle
</name>
<width>
286
</width>
<height>
125
</height>
<line_color>
<color
name=
"GRAY-BORDER"
red=
"121"
green=
"121"
blue=
"121"
>
</color>
</line_color>
<background_color>
<color
name=
"YELLOW-BACKGROUND"
red=
"226"
green=
"216"
blue=
"193"
>
</color>
</background_color>
</widget>
<widget
type=
"action_button"
version=
"3.0.0"
>
<name>
Action Button_6
</name>
<actions>
<action
type=
"write_pv"
>
<pv_name>
loc://msgBoxClose
</pv_name>
<value>
1
</value>
<description>
msgBoxClose
</description>
</action>
</actions>
<text>
X
</text>
<x>
252
</x>
<y>
11
</y>
<width>
25
</width>
<height>
22
</height>
<tooltip>
$(actions)
</tooltip>
</widget>
<widget
type=
"label"
version=
"2.0.0"
>
<name>
Label_Header
</name>
<text>
MAJOR ALARM IN ODH
</text>
<x>
38
</x>
<y>
13
</y>
<width>
204
</width>
<font>
<font
name=
"Header 3"
family=
"Source Sans Pro"
style=
"BOLD_ITALIC"
size=
"18.0"
>
</font>
</font>
<horizontal_alignment>
1
</horizontal_alignment>
</widget>
<widget
type=
"label"
version=
"2.0.0"
>
<name>
Label_Msg_2
</name>
<text>
Click OK to open Alarm Table
</text>
<x>
13
</x>
<y>
46
</y>
<width>
257
</width>
<font>
<font
name=
"Comment"
family=
"Source Sans Pro"
style=
"ITALIC"
size=
"16.0"
>
</font>
</font>
<horizontal_alignment>
1
</horizontal_alignment>
<vertical_alignment>
1
</vertical_alignment>
</widget>
<widget
type=
"action_button"
version=
"3.0.0"
>
<name>
Action Button_5
</name>
<actions>
<action
type=
"execute"
>
<script
file=
"EmbeddedPy"
>
<text>
<![CDATA[# Embedded python script
from org.csstudio.display.builder.rcp.script import RCPUtil
RCPUtil.executeEclipseCommand(
'org.eclipse.ui.views.showView',
[ 'org.eclipse.ui.views.showView.viewId',
'org.csstudio.alarm.beast.ui.alarmtable.view']
)
]]>
</text>
</script>
<description>
OpenAlarm
</description>
</action>
</actions>
<text>
OK
</text>
<x>
200
</x>
<y>
81
</y>
<width>
73
</width>
<background_color>
<color
name=
"MAGENTA-BACKGROUND"
red=
"218"
green=
"195"
blue=
"209"
>
</color>
</background_color>
<tooltip>
$(actions)
$(pv_name)
</tooltip>
</widget>
</widget>
</widget>
<widget
type=
"group"
version=
"2.0.0"
>
<name>
Group_2
</name>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment