Skip to content
Snippets Groups Projects
Commit 9c0362e3 authored by Krisztián Löki's avatar Krisztián Löki
Browse files

Updated PV name + cosmetic fixes

parent 1000777d
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,6 @@
<widget type="label" version="2.0.0">
<name>Channel Name</name>
<text>Channel Name:</text>
<x>10</x>
<y>270</y>
<width>110</width>
<horizontal_alignment>2</horizontal_alignment>
......@@ -233,9 +232,9 @@
<widget type="textentry" version="3.0.0">
<name>NameS</name>
<pv_name>$(DEVICE):NameS</pv_name>
<x>126</x>
<x>116</x>
<y>270</y>
<width>150</width>
<width>160</width>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Name-RB</name>
......@@ -254,19 +253,15 @@
<y>270</y>
<width>200</width>
<actions>
<action type="write_pv">
<pv_name>$(pv_name)</pv_name>
<value>0</value>
<description>Apply</description>
</action>
</actions>
<tooltip>Controls if the name will be modified</tooltip>
<tooltip>Controls if the name will be modified
$(pv_name)
$(pv_value)</tooltip>
<show_confirm_dialog>false</show_confirm_dialog>
</widget>
<widget type="label" version="2.0.0">
<name>Curve Name</name>
<text>Curve Name:</text>
<x>10</x>
<y>300</y>
<width>110</width>
<horizontal_alignment>2</horizontal_alignment>
......@@ -275,9 +270,9 @@
<widget type="combo" version="2.0.0">
<name>CurveFileS</name>
<pv_name>$(DEVICE):CurveFileS</pv_name>
<x>126</x>
<x>116</x>
<y>300</y>
<width>150</width>
<width>160</width>
<height>20</height>
<background_color>
<color name="Write_Background" red="224" green="217" blue="202">
......@@ -314,19 +309,15 @@
<y>300</y>
<width>200</width>
<actions>
<action type="write_pv">
<pv_name>$(pv_name)</pv_name>
<value>0</value>
<description>Apply</description>
</action>
</actions>
<tooltip>Control if the calibration curve will be modified</tooltip>
<tooltip>Controls if the calibration curve will be modified
$(pv_name)
$(pv_value)</tooltip>
<show_confirm_dialog>false</show_confirm_dialog>
</widget>
<widget type="label" version="2.0.0">
<name>Curve Mode</name>
<text>Curve Mode:</text>
<x>10</x>
<y>330</y>
<width>110</width>
<horizontal_alignment>2</horizontal_alignment>
......@@ -344,7 +335,6 @@
<widget type="label" version="2.0.0">
<name>Lower Limit</name>
<text>Lower Limit:</text>
<x>10</x>
<y>360</y>
<width>110</width>
<horizontal_alignment>2</horizontal_alignment>
......@@ -363,7 +353,6 @@
<widget type="label" version="2.0.0">
<name>Upper Limit</name>
<text>Upper Limit:</text>
<x>10</x>
<y>390</y>
<width>110</width>
<horizontal_alignment>2</horizontal_alignment>
......@@ -402,7 +391,7 @@
<exp bool_exp="pvInt0 == 0">
<value>false</value>
</exp>
<pv_name>$(DEVICE):ModMode-RB</pv_name>
<pv_name>$(DEVICE):CommitNeededR</pv_name>
</rule>
</rules>
</widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment