Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
3377980f
Commit
3377980f
authored
Jun 03, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SetMin/SetMax and OutMin/OutMax in slider limits and input limits
parent
c5502f61
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
39 deletions
+39
-39
bcomp/mmi/bcomp/src/pwr_c_compmode_sub.pwg
bcomp/mmi/bcomp/src/pwr_c_compmode_sub.pwg
+10
-10
bcomp/mmi/bcomp/src/pwr_c_compmodepid.pwg
bcomp/mmi/bcomp/src/pwr_c_compmodepid.pwg
+6
-6
xtt/exp/ge/src/pwr_c_mode.pwg
xtt/exp/ge/src/pwr_c_mode.pwg
+6
-6
xtt/exp/ge/src/pwr_c_mode_sub.pwg
xtt/exp/ge/src/pwr_c_mode_sub.pwg
+17
-17
No files found.
bcomp/mmi/bcomp/src/pwr_c_compmode_sub.pwg
View file @
3377980f
...
...
@@ -6201,11 +6201,11 @@ pwr_exe:
0
1006 8.54214
1007 7.60784
1008 4.8597
3
1008 4.8597
2
1009 3.58357
1013 8.54214
1014 7.60784
1015 4.8597
3
1015 4.8597
2
1016 3.58357
1003
0
...
...
@@ -6264,8 +6264,8 @@ pwr_exe:
103 0
60
6000 $object.SetVal##Float32
6001 $object.
SetMinShow
##Float32
6002 $object.
SetMaxShow
##Float32
6001 $object.
MinSet
##Float32
6002 $object.
MaxSet
##Float32
6003 !$local.SetSliderEnable##Boolean
99
99
...
...
@@ -6459,11 +6459,11 @@ pwr_exe:
0
1006 15.977
1007 15.0427
1008 4.8597
3
1008 4.8597
2
1009 3.58357
1013 15.977
1014 15.0427
1015 4.8597
3
1015 4.8597
2
1016 3.58357
1003
0
...
...
@@ -6522,8 +6522,8 @@ pwr_exe:
103 0
60
6000 $object.ForcVal##Float32
6001 $object.
OutMinShow
##Float32
6002 $object.
OutMaxShow
##Float32
6001 $object.
MinOut
##Float32
6002 $object.
MaxOut
##Float32
6003 !$local.OutSliderEnable##Boolean
99
99
...
...
@@ -6930,8 +6930,8 @@ pwr_exe:
1304 0
1305 0
1306 0
1307 $object.
OutMinShow
##Float32
1308 $object.
OutMaxShow
##Float32
1307 $object.
MinOut
##Float32
1308 $object.
MaxOut
##Float32
1309 0
99
99
...
...
bcomp/mmi/bcomp/src/pwr_c_compmodepid.pwg
View file @
3377980f
...
...
@@ -3225,8 +3225,8 @@ pwr_exe:
103 0
60
6000 $object.SetVal##Float32
6001 $object.
SetMinShow
##Float32
6002 $object.
SetMaxShow
##Float32
6001 $object.
MinSet
##Float32
6002 $object.
MaxSet
##Float32
6003 !$local.SetSliderEnable##Boolean
99
99
...
...
@@ -3361,8 +3361,8 @@ pwr_exe:
103 0
60
6000 $object.ForcVal##Float32
6001 $object.
OutMinShow
##Float32
6002 $object.
OutMaxShow
##Float32
6001 $object.
MinOut
##Float32
6002 $object.
MaxOut
##Float32
6003 !$local.OutSliderEnable##Boolean
99
99
...
...
@@ -6923,8 +6923,8 @@ pwr_exe:
1304 0
1305 0
1306 0
1307 $object.
OutMinShow
##Float32
1308 $object.
OutMaxShow
##Float32
1307 $object.
MinOut
##Float32
1308 $object.
MaxOut
##Float32
1309 0
99
99
...
...
xtt/exp/ge/src/pwr_c_mode.pwg
View file @
3377980f
...
...
@@ -3225,8 +3225,8 @@ pwr_exe:
103 0
60
6000 $object.SetVal##Float32
6001 $object.
SetMinShow
##Float32
6002 $object.
SetMaxShow
##Float32
6001 $object.
MinSet
##Float32
6002 $object.
MaxSet
##Float32
6003 !$local.SetSliderEnable##Boolean
99
99
...
...
@@ -3361,8 +3361,8 @@ pwr_exe:
103 0
60
6000 $object.ForcVal##Float32
6001 $object.
OutMinShow
##Float32
6002 $object.
OutMaxShow
##Float32
6001 $object.
MinOut
##Float32
6002 $object.
MaxOut
##Float32
6003 !$local.OutSliderEnable##Boolean
99
99
...
...
@@ -6923,8 +6923,8 @@ pwr_exe:
1304 0
1305 0
1306 0
1307 $object.
OutMinShow
##Float32
1308 $object.
OutMaxShow
##Float32
1307 $object.
MinOut
##Float32
1308 $object.
MaxOut
##Float32
1309 0
99
99
...
...
xtt/exp/ge/src/pwr_c_mode_sub.pwg
View file @
3377980f
...
...
@@ -4,8 +4,8 @@
101 20
102 0
103 32
104 4.
15459
136 4.
15459
104 4.
07705
136 4.
07705
105 100
106 0
107 6
...
...
@@ -15,9 +15,9 @@
111 2
116 0
117 0
118 1
40
119 12
9
120
1
118 1
38
119 12
7
120
0
121 Claes context
122 0
126 0.5
...
...
@@ -6201,11 +6201,11 @@ pwr_exe:
0
1006 8.54214
1007 7.60784
1008 4.8597
3
1008 4.8597
2
1009 3.58357
1013 8.54214
1014 7.60784
1015 4.8597
3
1015 4.8597
2
1016 3.58357
1003
0
...
...
@@ -6264,8 +6264,8 @@ pwr_exe:
103 0
60
6000 $object.SetVal##Float32
6001 $object.
SetMinShow
##Float32
6002 $object.
SetMaxShow
##Float32
6001 $object.
MinSet
##Float32
6002 $object.
MaxSet
##Float32
6003 !$local.SetSliderEnable##Boolean
99
99
...
...
@@ -6459,11 +6459,11 @@ pwr_exe:
0
1006 15.977
1007 15.0427
1008 4.8597
3
1008 4.8597
2
1009 3.58357
1013 15.977
1014 15.0427
1015 4.8597
3
1015 4.8597
2
1016 3.58357
1003
0
...
...
@@ -6522,8 +6522,8 @@ pwr_exe:
103 0
60
6000 $object.ForcVal##Float32
6001 $object.
OutMinShow
##Float32
6002 $object.
OutMaxShow
##Float32
6001 $object.
MinOut
##Float32
6002 $object.
MaxOut
##Float32
6003 !$local.OutSliderEnable##Boolean
99
99
...
...
@@ -6662,8 +6662,8 @@ pwr_exe:
1304 0
1305 0
1306 0
1307 $object.
SetMinShow
##Float32
1308 $object.
SetMaxShow
##Float32
1307 $object.
MinSet
##Float32
1308 $object.
MaxSet
##Float32
1309 0
99
99
...
...
@@ -6930,8 +6930,8 @@ pwr_exe:
1304 0
1305 0
1306 0
1307 $object.
OutMinShow
##Float32
1308 $object.
OutMaxShow
##Float32
1307 $object.
MinOut
##Float32
1308 $object.
MaxOut
##Float32
1309 0
99
99
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment