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
4a67e976
Commit
4a67e976
authored
May 11, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in 'Previous' in directory wizard, defalt nodename was lost, and layout changes
parent
99b590b9
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
320 additions
and
391 deletions
+320
-391
wb/exp/com/src/wb_wiz_directoryvolume.pwr_com
wb/exp/com/src/wb_wiz_directoryvolume.pwr_com
+34
-30
wb/mmi/wb/src/wb_wiz_directoryvolume_1.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_1.pwg
+7
-7
wb/mmi/wb/src/wb_wiz_directoryvolume_2.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_2.pwg
+7
-1
wb/mmi/wb/src/wb_wiz_directoryvolume_3.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_3.pwg
+24
-6
wb/mmi/wb/src/wb_wiz_directoryvolume_4.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_4.pwg
+159
-324
wb/mmi/wb/src/wb_wiz_directoryvolume_5.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_5.pwg
+16
-4
wb/mmi/wb/src/wb_wiz_directoryvolume_6.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_6.pwg
+18
-6
wb/mmi/wb/src/wb_wiz_directoryvolume_7.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_7.pwg
+14
-2
wb/mmi/wb/src/wb_wiz_directoryvolume_8.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_8.pwg
+15
-3
wb/mmi/wb/src/wb_wiz_directoryvolume_9.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_9.pwg
+18
-6
wb/mmi/wb/src/wb_wizard_frame.pwg
wb/mmi/wb/src/wb_wizard_frame.pwg
+8
-2
No files found.
wb/exp/com/src/wb_wiz_directoryvolume.pwr_com
View file @
4a67e976
...
@@ -77,18 +77,18 @@ main()
...
@@ -77,18 +77,18 @@ main()
extern int dv_sim_qbus;
extern int dv_sim_qbus;
extern int dv_quit = 0;
extern int dv_quit = 0;
extern int dv_prev = 0;
extern int dv_prev = 0;
extern string dv_volumes[
2
0];
extern string dv_volumes[
4
0];
extern int dv_cvol_sel[
2
0];
extern int dv_cvol_sel[
4
0];
extern int dv_vol_class[
2
0];
extern int dv_vol_class[
4
0];
extern int dv_volume_found[
2
0];
extern int dv_volume_found[
4
0];
extern int dv_node_busid;
extern int dv_node_busid;
extern string dv_node_name;
extern string dv_node_name;
extern string dv_node_ip;
extern string dv_node_ip;
extern string dv_node_description;
extern string dv_node_description;
extern string dv_node_rootvolume;
extern string dv_node_rootvolume;
extern string dv_addvol[
2
0];
extern string dv_addvol[
4
0];
extern int dv_addvol_sel[
2
0];
extern int dv_addvol_sel[
4
0];
extern int dv_addvol_occ[
2
0];
extern int dv_addvol_occ[
4
0];
extern int dv_node_skip;
extern int dv_node_skip;
extern int dv_node_skip_inv;
extern int dv_node_skip_inv;
extern int dv_node_disdistr;
extern int dv_node_disdistr;
...
@@ -99,25 +99,25 @@ main()
...
@@ -99,25 +99,25 @@ main()
extern int dv_nomorereg;
extern int dv_nomorereg;
extern string dv_open_volume;
extern string dv_open_volume;
string dv_vid[
2
0];
string dv_vid[
4
0];
string project;
string project;
string vol;
string vol;
int volcnt;
int volcnt;
string rootvolumes[
2
0];
string rootvolumes[
4
0];
int rvolcnt;
int rvolcnt;
int i;
int i;
int j;
int j;
int k;
int k;
int ix;
int ix;
int addvolcnt;
int addvolcnt;
int addvol_class[
2
0];
int addvol_class[
4
0];
string node_name[
2
0];
string node_name[
4
0];
string node_ip[
2
0];
string node_ip[
4
0];
string node_description[
2
0];
string node_description[
4
0];
string node_rootvolume[
2
0];
string node_rootvolume[
4
0];
int node_busid[
2
0];
int node_busid[
4
0];
int node_disdistr[
2
0];
int node_disdistr[
4
0];
int node_distr[
2
0];
int node_distr[
4
0];
int node_addvol_sel[400];
int node_addvol_sel[400];
int nodecnt;
int nodecnt;
string prd_bus_name;
string prd_bus_name;
...
@@ -182,7 +182,7 @@ page_1:
...
@@ -182,7 +182,7 @@ page_1:
endif
endif
# Get registred volumes for this system
# Get registred volumes for this system
for ( i = 0; i <
2
0; i++)
for ( i = 0; i <
4
0; i++)
dv_volume_found[i] = 0;
dv_volume_found[i] = 0;
endfor
endfor
volcnt = 0;
volcnt = 0;
...
@@ -347,7 +347,7 @@ page_3:
...
@@ -347,7 +347,7 @@ page_3:
# Find additional volumes (class, sub or shared)
# Find additional volumes (class, sub or shared)
addvolcnt = 0;
addvolcnt = 0;
for ( j = 0; j <
2
0; j++)
for ( j = 0; j <
4
0; j++)
dv_addvol_occ[j] = 0;
dv_addvol_occ[j] = 0;
endfor
endfor
for ( j = 0; j < volcnt; j++)
for ( j = 0; j < volcnt; j++)
...
@@ -411,14 +411,18 @@ page_4:
...
@@ -411,14 +411,18 @@ page_4:
first_sim = 0;
first_sim = 0;
continue;
continue;
endif
endif
printf( "dv_prev: %d\n", dv_prev);
if ( dv_prev)
if ( dv_prev)
dv_prev = 0;
dv_prev = 0;
if ( i == 0)
if ( i == 0)
if ( k == 1)
first_sim = 1;
endif
goto page_3;
goto page_3;
endif
endif
# Display data for previous node
# Display data for previous node
i -= 1;
i -= 1;
k = node_busid[i];
#
k = node_busid[i];
dv_node_name = node_name[i];
dv_node_name = node_name[i];
dv_node_ip = node_ip[i];
dv_node_ip = node_ip[i];
dv_node_description = node_description[i];
dv_node_description = node_description[i];
...
@@ -432,7 +436,7 @@ page_4:
...
@@ -432,7 +436,7 @@ page_4:
endif
endif
endfor
endfor
for ( j = 0; j < addvolcnt; j++)
for ( j = 0; j < addvolcnt; j++)
ix = i *
2
0 + j;
ix = i *
4
0 + j;
dv_addvol_sel[j] = node_addvol_sel[ix];
dv_addvol_sel[j] = node_addvol_sel[ix];
endfor
endfor
dv_node_disdistr = node_disdistr[i];
dv_node_disdistr = node_disdistr[i];
...
@@ -458,7 +462,7 @@ page_4:
...
@@ -458,7 +462,7 @@ page_4:
endif
endif
endfor
endfor
for ( j = 0; j < addvolcnt; j++)
for ( j = 0; j < addvolcnt; j++)
ix = nodecnt *
2
0 + j;
ix = nodecnt *
4
0 + j;
node_addvol_sel[ix] = dv_addvol_sel[j];
node_addvol_sel[ix] = dv_addvol_sel[j];
endfor
endfor
nodecnt++;
nodecnt++;
...
@@ -555,7 +559,7 @@ page_4:
...
@@ -555,7 +559,7 @@ page_4:
move object/source='attr'/rename="'node_rootvolume[i]'"
move object/source='attr'/rename="'node_rootvolume[i]'"
name = name + "-" + node_rootvolume[i];
name = name + "-" + node_rootvolume[i];
for ( j = 0; j < addvolcnt; j++)
for ( j = 0; j < addvolcnt; j++)
ix = i *
2
0 + j;
ix = i *
4
0 + j;
if ( node_addvol_sel[ix])
if ( node_addvol_sel[ix])
if ( addvol_class[j] == 1)
if ( addvol_class[j] == 1)
classname = "SubVolumeLoad";
classname = "SubVolumeLoad";
...
@@ -602,18 +606,18 @@ exit_now:
...
@@ -602,18 +606,18 @@ exit_now:
delete dv_prd_qbus;
delete dv_prd_qbus;
delete dv_sim_qbus;
delete dv_sim_qbus;
delete pwr_wizard_title;
delete pwr_wizard_title;
delete dv_volumes[
2
0];
delete dv_volumes[
4
0];
delete dv_cvol_sel[
2
0];
delete dv_cvol_sel[
4
0];
delete dv_vol_class[
2
0];
delete dv_vol_class[
4
0];
delete dv_volume_found[
2
0];
delete dv_volume_found[
4
0];
delete dv_node_busid;
delete dv_node_busid;
delete dv_node_name;
delete dv_node_name;
delete dv_node_ip;
delete dv_node_ip;
delete dv_node_description;
delete dv_node_description;
delete dv_node_rootvolume;
delete dv_node_rootvolume;
delete dv_addvol[
2
0];
delete dv_addvol[
4
0];
delete dv_addvol_sel[
2
0];
delete dv_addvol_sel[
4
0];
delete dv_addvol_occ[
2
0];
delete dv_addvol_occ[
4
0];
delete dv_node_skip;
delete dv_node_skip;
delete dv_node_skip_inv;
delete dv_node_skip_inv;
delete dv_node_disdistr;
delete dv_node_disdistr;
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_1.pwg
View file @
4a67e976
...
@@ -1139,9 +1139,9 @@ pwr_exe:
...
@@ -1139,9 +1139,9 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
66
6600
0
6600
1
6601 B1
6601 B1
6602
6602
F1
6603 F1
6603 F1
99
99
99
99
...
@@ -1287,9 +1287,9 @@ pwr_exe:
...
@@ -1287,9 +1287,9 @@ pwr_exe:
1309 1
1309 1
99
99
66
66
6600
9
6600
8
6601
6601
6602
6602
F2
6603 F2
6603 F2
99
99
99
99
...
@@ -1470,7 +1470,7 @@ pwr_exe:
...
@@ -1470,7 +1470,7 @@ pwr_exe:
66
66
6600 0
6600 0
6601
6601
6602
6602
F3
6603 F3
6603 F3
99
99
99
99
...
@@ -1651,7 +1651,7 @@ pwr_exe:
...
@@ -1651,7 +1651,7 @@ pwr_exe:
66
66
6600 0
6600 0
6601
6601
6602
6602
F4
6603 F4
6603 F4
99
99
99
99
...
@@ -1832,7 +1832,7 @@ pwr_exe:
...
@@ -1832,7 +1832,7 @@ pwr_exe:
66
66
6600 0
6600 0
6601
6601
6602
6602
B2
6603 B2
6603 B2
99
99
99
99
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_2.pwg
View file @
4a67e976
...
@@ -844,7 +844,7 @@ pwr_exe:
...
@@ -844,7 +844,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -855,6 +855,12 @@ pwr_exe:
...
@@ -855,6 +855,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 1
6601
6602
6603
99
99
99
99
99
27
27
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_3.pwg
View file @
4a67e976
...
@@ -961,7 +961,7 @@ pwr_exe:
...
@@ -961,7 +961,7 @@ pwr_exe:
2700
2700
10
10
1000 pwr_smallbutton
1000 pwr_smallbutton
1002
O36
1002
B1
1005
1005
0
0
0
0
...
@@ -1059,7 +1059,7 @@ pwr_exe:
...
@@ -1059,7 +1059,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -1070,6 +1070,12 @@ pwr_exe:
...
@@ -1070,6 +1070,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B2
6602
6603
99
99
99
99
99
27
27
...
@@ -1095,7 +1101,7 @@ pwr_exe:
...
@@ -1095,7 +1101,7 @@ pwr_exe:
2700
2700
10
10
1000 pwr_smallbutton
1000 pwr_smallbutton
1002
O37
1002
B3
1005
1005
0
0
0
0
...
@@ -1193,12 +1199,18 @@ pwr_exe:
...
@@ -1193,12 +1199,18 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
64
101
131136
102 33619964
102 33619964
103 0
103 0
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 1
6601 B1
6602
6603
99
99
99
99
99
27
27
...
@@ -7115,7 +7127,7 @@ pwr_exe:
...
@@ -7115,7 +7127,7 @@ pwr_exe:
2700
2700
10
10
1000 pwr_smallbutton
1000 pwr_smallbutton
1002
O83
1002
B2
1005
1005
0
0
0
0
...
@@ -7213,7 +7225,7 @@ pwr_exe:
...
@@ -7213,7 +7225,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -7224,6 +7236,12 @@ pwr_exe:
...
@@ -7224,6 +7236,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B3
6602
6603
99
99
99
99
99
30
30
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_4.pwg
View file @
4a67e976
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
117 0
117 0
118 126
118 126
119 113
119 113
120
0
120
1
121 Claes context
121 Claes context
122 0
122 0
126 1
126 1
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
134
134
22
22
2200 0
2200 0
2201 16
0
2201 16
3
2202 wb_wiz_directoryvolume_4
2202 wb_wiz_directoryvolume_4
2203 31
2203 31
2205 0
2205 0
...
@@ -1510,8 +1510,8 @@ pwr_exe:
...
@@ -1510,8 +1510,8 @@ pwr_exe:
19
19
1904 O115
1904 O115
1900 32.3971
1900 32.3971
1901 1.5082
7
1901 1.5082
8
1902
3.29168
1902
4.63903
1903 0.42126
1903 0.42126
1908 0
1908 0
1909 31
1909 31
...
@@ -1553,8 +1553,8 @@ pwr_exe:
...
@@ -1553,8 +1553,8 @@ pwr_exe:
2801 0
2801 0
2802 -5.18318
2802 -5.18318
2803 0
2803 0
2804 1.
06312
2804 1.
56214
2805 -
1.97076
2805 -
3.09354
2806 0
2806 0
99
99
99
99
...
@@ -1615,12 +1615,12 @@ pwr_exe:
...
@@ -1615,12 +1615,12 @@ pwr_exe:
0
0
0
0
0
0
1006 1
2.5
439
1006 1
5.4
439
1007
7.5000
4
1007
10.
4
1008 25.6188
1008 25.6188
1009 24.3969
1009 24.3969
1013 1
2.5
439
1013 1
5.4
439
1014
7.5000
4
1014
10.
4
1015 25.6188
1015 25.6188
1016 24.3969
1016 24.3969
1003
1003
...
@@ -1662,7 +1662,7 @@ pwr_exe:
...
@@ -1662,7 +1662,7 @@ pwr_exe:
28
28
2800 2.29268
2800 2.29268
2801 0
2801 0
2802
7.0
415
2802
9.9
415
2803 0
2803 0
2804 1.4375
2804 1.4375
2805 24.1094
2805 24.1094
...
@@ -1755,12 +1755,12 @@ pwr_exe:
...
@@ -1755,12 +1755,12 @@ pwr_exe:
0
0
0
0
0
0
1006 2
5.99
39
1006 2
6.24
39
1007 2
0.95
1007 2
1.2
1008 25.6188
1008 25.6188
1009 24.3969
1009 24.3969
1013 2
5.99
39
1013 2
6.24
39
1014 2
0.95
1014 2
1.2
1015 25.6188
1015 25.6188
1016 24.3969
1016 24.3969
1003
1003
...
@@ -1802,7 +1802,7 @@ pwr_exe:
...
@@ -1802,7 +1802,7 @@ pwr_exe:
28
28
2800 2.29268
2800 2.29268
2801 0
2801 0
2802 20.
49
15
2802 20.
74
15
2803 0
2803 0
2804 1.4375
2804 1.4375
2805 24.1094
2805 24.1094
...
@@ -1826,9 +1826,9 @@ pwr_exe:
...
@@ -1826,9 +1826,9 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
66
6600
0
6600
1
6601 B1
6601 B1
6602
6602
F1
6603 F1
6603 F1
99
99
99
99
...
@@ -1974,9 +1974,9 @@ pwr_exe:
...
@@ -1974,9 +1974,9 @@ pwr_exe:
1309 1
1309 1
99
99
66
66
6600
9
6600
8
6601
6601
6602
6602
F2
6603 F2
6603 F2
99
99
99
99
...
@@ -2190,7 +2190,7 @@ pwr_exe:
...
@@ -2190,7 +2190,7 @@ pwr_exe:
66
66
6600 0
6600 0
6601
6601
6602
6602
B3
6603 B3
6603 B3
99
99
99
99
...
@@ -2286,13 +2286,13 @@ pwr_exe:
...
@@ -2286,13 +2286,13 @@ pwr_exe:
0
0
0
0
1006 32.0283
1006 32.0283
1007 2
1.5
1007 2
0.0478
1008
1.81
394
1008
3.16
394
1009
0.79
93
1009
2.14
93
1013 32.0283
1013 32.0283
1014 2
1.5
1014 2
0.0478
1015
1.81
394
1015
3.16
394
1016
0.79
93
1016
2.14
93
1003
1003
0
0
0
0
...
@@ -2329,12 +2329,12 @@ pwr_exe:
...
@@ -2329,12 +2329,12 @@ pwr_exe:
99
99
2707
2707
28
28
2800 3.
50943
2800 3.
99349
2801 0
2801 0
2802 2
1.5
2802 2
0.0478
2803 0
2803 0
2804 1.01464
2804 1.01464
2805
0.79
93
2805
2.14
93
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -2343,7 +2343,7 @@ pwr_exe:
...
@@ -2343,7 +2343,7 @@ pwr_exe:
2719 0
2719 0
2724 0
2724 0
2727 0
2727 0
2728 30
4
2728 30
3
2729 4
2729 4
2721
2721
1
1
...
@@ -7178,12 +7178,12 @@ pwr_exe:
...
@@ -7178,12 +7178,12 @@ pwr_exe:
0
0
0
0
0
0
1006
19.2
439
1006
20.8
439
1007 1
4.2
1007 1
5.8
1008 25.5904
1008 25.5904
1009 24.4216
1009 24.4216
1013
19.2
439
1013
20.8
439
1014 1
4.2
1014 1
5.8
1015 25.5904
1015 25.5904
1016 24.4216
1016 24.4216
1003
1003
...
@@ -7225,7 +7225,7 @@ pwr_exe:
...
@@ -7225,7 +7225,7 @@ pwr_exe:
28
28
2800 2.29268
2800 2.29268
2801 0
2801 0
2802 1
3.7
415
2802 1
5.3
415
2803 0
2803 0
2804 1.375
2804 1.375
2805 24.1466
2805 24.1466
...
@@ -7263,10 +7263,10 @@ pwr_exe:
...
@@ -7263,10 +7263,10 @@ pwr_exe:
99
99
30
30
3004 O122
3004 O122
3000
21.3
3000
19.45
3001 3.85
3001 3.85
3002
1.75
3002
3.1
3003
1
3003
2.25
3008 0
3008 0
3010 4
3010 4
3007 0
3007 0
...
@@ -7274,7 +7274,7 @@ pwr_exe:
...
@@ -7274,7 +7274,7 @@ pwr_exe:
3005
3005
9
9
900 4
900 4
901 30
4
901 30
3
904 0
904 0
902 Configuration of node with RootVolume
902 Configuration of node with RootVolume
903
903
...
@@ -7290,16 +7290,16 @@ pwr_exe:
...
@@ -7290,16 +7290,16 @@ pwr_exe:
2802 -1.95
2802 -1.95
2803 0
2803 0
2804 1
2804 1
2805 -
4.15
2805 -
2.8
2806 0
2806 0
99
99
99
99
30
30
3004 O123
3004 O123
3000 1
8.4
5
3000 1
7.0
5
3001 1
5.95
3001 1
4.8
3002
2.85
3002
4.2
3003
2.1
3003
3.35
3008 0
3008 0
3010 4
3010 4
3007 0
3007 0
...
@@ -7307,7 +7307,7 @@ pwr_exe:
...
@@ -7307,7 +7307,7 @@ pwr_exe:
3005
3005
9
9
900 4
900 4
901 30
4
901 30
3
904 0
904 0
902 BusId
902 BusId
903
903
...
@@ -7320,10 +7320,10 @@ pwr_exe:
...
@@ -7320,10 +7320,10 @@ pwr_exe:
28
28
2800 1
2800 1
2801 0
2801 0
2802 1
1.85
2802 1
0.7
2803 0
2803 0
2804 1
2804 1
2805 -
8.05
2805 -
6.7
2806 0
2806 0
99
99
99
99
...
@@ -7386,12 +7386,12 @@ pwr_exe:
...
@@ -7386,12 +7386,12 @@ pwr_exe:
0
0
1006 24.5508
1006 24.5508
1007 21.55
1007 21.55
1008
2.95
366
1008
4.30
366
1009
1.93
902
1009
3.28
902
1013 24.5508
1013 24.5508
1014 21.55
1014 21.55
1015
2.95
366
1015
4.30
366
1016
1.93
902
1016
3.28
902
1003
1003
0
0
0
0
...
@@ -7433,7 +7433,7 @@ pwr_exe:
...
@@ -7433,7 +7433,7 @@ pwr_exe:
2802 21.55
2802 21.55
2803 0
2803 0
2804 1.01464
2804 1.01464
2805
1.93
902
2805
3.28
902
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -7442,7 +7442,7 @@ pwr_exe:
...
@@ -7442,7 +7442,7 @@ pwr_exe:
2719 0
2719 0
2724 0
2724 0
2727 0
2727 0
2728 30
4
2728 30
3
2729 4
2729 4
2721
2721
1
1
...
@@ -7482,7 +7482,7 @@ pwr_exe:
...
@@ -7482,7 +7482,7 @@ pwr_exe:
2700
2700
10
10
1000 pwr_smallbutton
1000 pwr_smallbutton
1002
O104
1002
B0
1005
1005
0
0
0
0
...
@@ -7516,17 +7516,17 @@ pwr_exe:
...
@@ -7516,17 +7516,17 @@ pwr_exe:
0
0
0
0
0
0
1006 1
4.8939
1006 1
0.1442
1007
9.85
004
1007
1.00
004
1008
4.69035
1008
25.5939
1009
3.5
216
1009
24.4
216
1013 1
4.8939
1013 1
0.1442
1014
9.85
004
1014
1.00
004
1015
4.69035
1015
25.5939
1016
3.5
216
1016
24.4
216
1003
1003
0
0
1
3
1
6
0
0
0
0
0
0
...
@@ -7536,7 +7536,7 @@ pwr_exe:
...
@@ -7536,7 +7536,7 @@ pwr_exe:
0
0
0
0
1004
1004
"
Skip
"
"
Skip this node
"
1001
1001
7
7
700 11.35
700 11.35
...
@@ -7561,12 +7561,12 @@ pwr_exe:
...
@@ -7561,12 +7561,12 @@ pwr_exe:
99
99
2707
2707
28
28
2800
2.29268
2800
4.15643
2801 0
2801 0
2802
9.391
5
2802
0.1687
5
2803 0
2803 0
2804 1.37
5
2804 1.37
926
2805
3.2466
2805
24.1457
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -7580,7 +7580,7 @@ pwr_exe:
...
@@ -7580,7 +7580,7 @@ pwr_exe:
2721
2721
1
1
100 129
100 129
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
9
9
...
@@ -7597,6 +7597,12 @@ pwr_exe:
...
@@ -7597,6 +7597,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601
6602 B1
6603 F1
99
99
99
99
99
27
27
...
@@ -7742,7 +7748,7 @@ pwr_exe:
...
@@ -7742,7 +7748,7 @@ pwr_exe:
66
66
6600 0
6600 0
6601
6601
6602
6602
F3
6603 F3
6603 F3
99
99
99
99
...
@@ -8226,210 +8232,6 @@ pwr_exe:
...
@@ -8226,210 +8232,6 @@ pwr_exe:
2701
2701
2700
2700
10
10
1000 Grp140_
1002 Grp140_
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 8.25
1007 3.8
1008 4.4
1009 3.85
1013 8.25
1014 3.8
1015 4.4
1016 3.85
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 33619967
1028 0
1029
99
2707
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 128
101 0
102 33619964
103 0
9
900 $ccm.dv_node_skip_inv##Boolean
901 0
902 1
903 1
99
99
99
3501
36
3600
3
300 Grp140_
301
2
30
3004 O124
3000 8.25
3001 3.8
3002 4.4
3003 3.85
3008 0
3010 4
3007 0
3006
3005
9
900 2
901 303
904 0
902 Skip this node
903
7
700 4.1
701 10.75
99
99
3009
28
2800 1
2801 0
2802 -0.3
2803 0
2804 1
2805 -6.45
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 7831552
99
99
99
35
3500
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 Grp141_
1000 Grp141_
1002 Grp141_
1002 Grp141_
1005
1005
...
@@ -9008,10 +8810,10 @@ pwr_exe:
...
@@ -9008,10 +8810,10 @@ pwr_exe:
99
99
30
30
3004 O145
3004 O145
3000
5.05
3000
4.9
3001 3.95
3001 3.95
3002
2.85
3002
4.2
3003
2
3003
3.35
3008 0
3008 0
3010 4
3010 4
3007 0
3007 0
...
@@ -9019,7 +8821,7 @@ pwr_exe:
...
@@ -9019,7 +8821,7 @@ pwr_exe:
3005
3005
9
9
900 4
900 4
901 30
4
901 30
3
904 0
904 0
902 on
902 on
903
903
...
@@ -9035,7 +8837,40 @@ pwr_exe:
...
@@ -9035,7 +8837,40 @@ pwr_exe:
2802 -0.15
2802 -0.15
2803 0
2803 0
2804 1
2804 1
2805 -8.05
2805 -6.7
2806 0
99
99
30
3004 O160
3000 14.5
3001 3.7
3002 1.75
3003 0.7
3008 0
3010 4
3007 0
3006
3005
9
900 6
901 304
904 0
902 Node configuration
903
7
700 5.8
701 5.75
99
99
3009
28
2800 1
2801 0
2802 -2.1
2803 0
2804 1
2805 -4.2
2806 0
2806 0
99
99
99
99
...
@@ -9063,8 +8898,8 @@ pwr_exe:
...
@@ -9063,8 +8898,8 @@ pwr_exe:
2701
2701
2700
2700
10
10
1000 Grp1
46
_
1000 Grp1
61
_
1002 Grp1
46
_
1002 Grp1
61
_
1005
1005
0
0
0
0
...
@@ -9098,14 +8933,14 @@ pwr_exe:
...
@@ -9098,14 +8933,14 @@ pwr_exe:
0
0
0
0
0
0
1006 1
2.5
5
1006 1
1.8
5
1007 5.
8
1007 5.
9
1008
2.85
1008
4.2
1009
2
1009
3.35
1013 1
2.5
5
1013 1
1.8
5
1014 5.
8
1014 5.
9
1015
2.85
1015
4.2
1016
2
1016
3.35
1003
1003
0
0
0
0
...
@@ -9144,7 +8979,7 @@ pwr_exe:
...
@@ -9144,7 +8979,7 @@ pwr_exe:
28
28
2800 1
2800 1
2801 0
2801 0
2802
0
2802
7.65
2803 0
2803 0
2804 1
2804 1
2805 0
2805 0
...
@@ -9165,7 +9000,7 @@ pwr_exe:
...
@@ -9165,7 +9000,7 @@ pwr_exe:
102 33619967
102 33619967
103 0
103 0
9
9
900
!
$ccm.dv_node_skip_inv##Boolean
900 $ccm.dv_node_skip_inv##Boolean
901 0
901 0
902 1
902 1
903 1
903 1
...
@@ -9176,15 +9011,15 @@ pwr_exe:
...
@@ -9176,15 +9011,15 @@ pwr_exe:
36
36
3600
3600
3
3
300 Grp1
46
_
300 Grp1
61
_
301
301
2
2
30
30
3004 O143
3004 O143
3000
12.55
3000
4.2
3001
5.8
3001
-1.75
3002
2.85
3002
4.2
3003
2
3003
3.35
3008 0
3008 0
3010 4
3010 4
3007 0
3007 0
...
@@ -9192,9 +9027,9 @@ pwr_exe:
...
@@ -9192,9 +9027,9 @@ pwr_exe:
3005
3005
9
9
900 4
900 4
901 30
4
901 30
3
904 0
904 0
902
Produc
tion bus
902
Simula
tion bus
903
903
7
7
700 4.1
700 4.1
...
@@ -9205,10 +9040,10 @@ pwr_exe:
...
@@ -9205,10 +9040,10 @@ pwr_exe:
28
28
2800 1
2800 1
2801 0
2801 0
2802
1.7
2802
-5.85
2803 0
2803 0
2804 1
2804 1
2805 -
8.05
2805 -
6.7
2806 0
2806 0
99
99
99
99
...
@@ -9239,7 +9074,7 @@ pwr_exe:
...
@@ -9239,7 +9074,7 @@ pwr_exe:
318 0
318 0
319 0
319 0
320 0
320 0
328
0
328
316
99
99
99
99
99
99
...
@@ -9267,8 +9102,8 @@ pwr_exe:
...
@@ -9267,8 +9102,8 @@ pwr_exe:
2701
2701
2700
2700
10
10
1000 Grp1
59
_
1000 Grp1
62
_
1002 Grp1
59
_
1002 Grp1
62
_
1005
1005
0
0
0
0
...
@@ -9302,14 +9137,14 @@ pwr_exe:
...
@@ -9302,14 +9137,14 @@ pwr_exe:
0
0
0
0
0
0
1006 1
2.55
1006 1
1.8
1007
6
1007
5.8
1008
2.85
1008
4.2
1009
2
1009
3.35
1013 1
2.55
1013 1
1.8
1014
6
1014
5.8
1015
2.85
1015
4.2
1016
2
1016
3.35
1003
1003
0
0
0
0
...
@@ -9348,10 +9183,10 @@ pwr_exe:
...
@@ -9348,10 +9183,10 @@ pwr_exe:
28
28
2800 1
2800 1
2801 0
2801 0
2802 0
.05
2802 0
2803 0
2803 0
2804 1
2804 1
2805
3.8
2805
0
2806 0
2806 0
99
99
2716 0
2716 0
...
@@ -9369,7 +9204,7 @@ pwr_exe:
...
@@ -9369,7 +9204,7 @@ pwr_exe:
102 33619967
102 33619967
103 0
103 0
9
9
900 $ccm.dv_node_skip_inv##Boolean
900
!
$ccm.dv_node_skip_inv##Boolean
901 0
901 0
902 1
902 1
903 1
903 1
...
@@ -9380,15 +9215,15 @@ pwr_exe:
...
@@ -9380,15 +9215,15 @@ pwr_exe:
36
36
3600
3600
3
3
300 Grp1
59
_
300 Grp1
62
_
301
301
2
2
30
30
3004 O143
3004 O143
3000 1
2.5
3000 1
1.8
3001 5.
95
3001 5.
8
3002
-0.95
3002
4.2
3003
-1.8
3003
3.35
3008 0
3008 0
3010 4
3010 4
3007 0
3007 0
...
@@ -9396,9 +9231,9 @@ pwr_exe:
...
@@ -9396,9 +9231,9 @@ pwr_exe:
3005
3005
9
9
900 4
900 4
901 30
4
901 30
3
904 0
904 0
902
Simula
tion bus
902
Produc
tion bus
903
903
7
7
700 4.1
700 4.1
...
@@ -9409,10 +9244,10 @@ pwr_exe:
...
@@ -9409,10 +9244,10 @@ pwr_exe:
28
28
2800 1
2800 1
2801 0
2801 0
2802 1.
85
2802 1.
7
2803 0
2803 0
2804 1
2804 1
2805 -
11.85
2805 -
6.7
2806 0
2806 0
99
99
99
99
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_5.pwg
View file @
4a67e976
...
@@ -283,7 +283,7 @@ pwr_exe:
...
@@ -283,7 +283,7 @@ pwr_exe:
2700
2700
10
10
1000 pwr_smallbutton
1000 pwr_smallbutton
1002
O36
1002
B1
1005
1005
0
0
0
0
...
@@ -381,7 +381,7 @@ pwr_exe:
...
@@ -381,7 +381,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -392,6 +392,12 @@ pwr_exe:
...
@@ -392,6 +392,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B2
6602
6603
99
99
99
99
99
27
27
...
@@ -417,7 +423,7 @@ pwr_exe:
...
@@ -417,7 +423,7 @@ pwr_exe:
2700
2700
10
10
1000 pwr_smallbutton
1000 pwr_smallbutton
1002
O37
1002
B2
1005
1005
0
0
0
0
...
@@ -515,12 +521,18 @@ pwr_exe:
...
@@ -515,12 +521,18 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
64
101
131136
102 33619964
102 33619964
103 0
103 0
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 1
6601 B1
6602
6603
99
99
99
99
99
30
30
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_6.pwg
View file @
4a67e976
...
@@ -1111,7 +1111,7 @@ pwr_exe:
...
@@ -1111,7 +1111,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -1122,6 +1122,12 @@ pwr_exe:
...
@@ -1122,6 +1122,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B2
6602
6603 F1
99
99
99
99
99
27
27
...
@@ -1252,9 +1258,9 @@ pwr_exe:
...
@@ -1252,9 +1258,9 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
66
6600
0
6600
1
6601
6601
B1
6602
6602
F1
6603 F1
6603 F1
99
99
99
99
...
@@ -1578,7 +1584,7 @@ pwr_exe:
...
@@ -1578,7 +1584,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -1589,6 +1595,12 @@ pwr_exe:
...
@@ -1589,6 +1595,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B3
6602
6603 F1
99
99
99
99
99
27
27
...
@@ -1893,7 +1905,7 @@ pwr_exe:
...
@@ -1893,7 +1905,7 @@ pwr_exe:
1309 1
1309 1
99
99
66
66
6600
9
6600
8
6601
6601
6602
6602
6603 F2
6603 F2
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_7.pwg
View file @
4a67e976
...
@@ -500,7 +500,7 @@ pwr_exe:
...
@@ -500,7 +500,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -511,6 +511,12 @@ pwr_exe:
...
@@ -511,6 +511,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B2
6602
6603
99
99
99
99
99
27
27
...
@@ -799,7 +805,7 @@ pwr_exe:
...
@@ -799,7 +805,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -810,6 +816,12 @@ pwr_exe:
...
@@ -810,6 +816,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 1
6601 B1
6602
6603
99
99
99
99
99
34
34
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_8.pwg
View file @
4a67e976
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
117 0
117 0
118 127
118 127
119 113
119 113
120
0
120
1
121 Claes context
121 Claes context
122 0
122 0
126 1
126 1
...
@@ -500,7 +500,7 @@ pwr_exe:
...
@@ -500,7 +500,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -511,6 +511,12 @@ pwr_exe:
...
@@ -511,6 +511,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B2
6602
6603
99
99
99
99
99
27
27
...
@@ -799,7 +805,7 @@ pwr_exe:
...
@@ -799,7 +805,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -810,6 +816,12 @@ pwr_exe:
...
@@ -810,6 +816,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 1
6601 B1
6602
6603
99
99
99
99
99
34
34
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_9.pwg
View file @
4a67e976
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
117 0
117 0
118 127
118 127
119 113
119 113
120
0
120
1
121 Claes context
121 Claes context
122 0
122 0
126 1
126 1
...
@@ -330,7 +330,7 @@ pwr_exe:
...
@@ -330,7 +330,7 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
68
101
131140
102 33619964
102 33619964
103 0
103 0
51
51
...
@@ -341,6 +341,12 @@ pwr_exe:
...
@@ -341,6 +341,12 @@ pwr_exe:
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B2
6602
6603
99
99
99
99
99
27
27
...
@@ -476,10 +482,10 @@ pwr_exe:
...
@@ -476,10 +482,10 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
66
6600
0
6600
1
6601
6601
B1
6602
6602
6603
F1
6603
99
99
99
99
99
99
...
@@ -604,12 +610,18 @@ pwr_exe:
...
@@ -604,12 +610,18 @@ pwr_exe:
2721
2721
1
1
100 1
100 1
101
64
101
131136
102 33619964
102 33619964
103 0
103 0
55
55
5500 release subwindow wb_wizard_frame
5500 release subwindow wb_wizard_frame
99
99
66
6600 0
6601 B3
6602
6603
99
99
99
99
99
30
30
...
...
wb/mmi/wb/src/wb_wizard_frame.pwg
View file @
4a67e976
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
108 34.5041
108 34.5041
109 -5e-06
109 -5e-06
110 28.9699
110 28.9699
111 0.
2
111 0.
15
116 0
116 0
117 0
117 0
118 118
118 118
...
@@ -914,9 +914,15 @@ pwr_exe:
...
@@ -914,9 +914,15 @@ pwr_exe:
4002
4002
1
1
100 1
100 1
101 1
101 1
31073
102 33619964
102 33619964
103 0
103 0
66
6600 1
6601
6602
6603
99
99
99
99
99
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