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
cf36004a
Commit
cf36004a
authored
Feb 11, 2016
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Errh number of application indexes, Anix, increased to 50
parent
ec95f511
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
58310 additions
and
26727 deletions
+58310
-26727
src/exp/inc/src/pwr_class.h
src/exp/inc/src/pwr_class.h
+5
-5
src/lib/rt/src/rt_c_node.c
src/lib/rt/src/rt_c_node.c
+4
-1
src/lib/rt/src/rt_errh.h
src/lib/rt/src/rt_errh.h
+31
-1
src/wbl/pwrs/src/pwrs_c_node.wb_load
src/wbl/pwrs/src/pwrs_c_node.wb_load
+5
-5
xtt/exp/ge/src/pwr_c_node.pwg
xtt/exp/ge/src/pwr_c_node.pwg
+827
-26715
xtt/exp/ge/src/pwr_c_node_appl.pwg
xtt/exp/ge/src/pwr_c_node_appl.pwg
+36865
-0
xtt/exp/ge/src/pwr_c_node_servers.pwg
xtt/exp/ge/src/pwr_c_node_servers.pwg
+20573
-0
No files found.
src/exp/inc/src/pwr_class.h
View file @
cf36004a
...
...
@@ -1090,11 +1090,11 @@ struct pwr_s_Node {
pwr_tDeltaTime
RestartStallTime
pwr_dAlignLW
;
pwr_tTime
SystemTime
pwr_dAlignLW
;
pwr_tNetStatus
SystemStatus
pwr_dAlignW
;
pwr_tStatus
ProcStatus
[
8
0
]
pwr_dAlignW
;
pwr_tStatus
ProcMsgSeverity
[
8
0
]
pwr_dAlignW
;
pwr_tString80
ProcMessage
[
80
]
pwr_dAlignW
;
pwr_tOid
ProcObject
[
8
0
]
pwr_dAlignW
;
pwr_tTime
ProcTimeStamp
[
8
0
]
pwr_dAlignLW
;
pwr_tStatus
ProcStatus
[
11
0
]
pwr_dAlignW
;
pwr_tStatus
ProcMsgSeverity
[
11
0
]
pwr_dAlignW
;
pwr_tString80
ProcMessage
[
110
]
pwr_dAlignW
;
pwr_tOid
ProcObject
[
11
0
]
pwr_dAlignW
;
pwr_tTime
ProcTimeStamp
[
11
0
]
pwr_dAlignLW
;
pwr_tBoolean
EmergBreakTrue
pwr_dAlignW
;
pwr_tUInt32
EmergBreakSelect
pwr_dAlignW
;
};
...
...
src/lib/rt/src/rt_c_node.c
View file @
cf36004a
...
...
@@ -68,7 +68,7 @@ pwrs_Node_Exec (
errh_eSeverity
system_severity
;
errh_eSeverity
plc_severity
;
int
new_idx
=
-
1
;
static
int
supervise
[
8
0
]
=
{
static
int
supervise
[
11
0
]
=
{
0
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
...
...
@@ -76,6 +76,9 @@ pwrs_Node_Exec (
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
};
static
int
reboot_done
=
0
;
static
int
old_EmergeBreakTrue
=
0
;
...
...
src/lib/rt/src/rt_errh.h
View file @
cf36004a
...
...
@@ -166,7 +166,37 @@ typedef enum {
errh_eAnix_appl18
=
78
,
errh_eAnix_appl19
=
79
,
errh_eAnix_appl20
=
80
,
errh_eAnix__
=
81
errh_eAnix_appl21
=
81
,
errh_eAnix_appl22
=
82
,
errh_eAnix_appl23
=
83
,
errh_eAnix_appl24
=
84
,
errh_eAnix_appl25
=
85
,
errh_eAnix_appl26
=
86
,
errh_eAnix_appl27
=
87
,
errh_eAnix_appl28
=
88
,
errh_eAnix_appl29
=
89
,
errh_eAnix_appl30
=
90
,
errh_eAnix_appl31
=
91
,
errh_eAnix_appl32
=
92
,
errh_eAnix_appl33
=
93
,
errh_eAnix_appl34
=
94
,
errh_eAnix_appl35
=
95
,
errh_eAnix_appl36
=
96
,
errh_eAnix_appl37
=
97
,
errh_eAnix_appl38
=
98
,
errh_eAnix_appl39
=
99
,
errh_eAnix_appl40
=
100
,
errh_eAnix_appl41
=
101
,
errh_eAnix_appl42
=
102
,
errh_eAnix_appl43
=
103
,
errh_eAnix_appl44
=
104
,
errh_eAnix_appl45
=
105
,
errh_eAnix_appl46
=
106
,
errh_eAnix_appl47
=
107
,
errh_eAnix_appl48
=
108
,
errh_eAnix_appl49
=
109
,
errh_eAnix_appl50
=
110
,
errh_eAnix__
=
111
}
errh_eAnix
;
/**
...
...
src/wbl/pwrs/src/pwrs_c_node.wb_load
View file @
cf36004a
...
...
@@ -204,7 +204,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
8
0
Attr Elements =
11
0
EndBody
EndObject
!/**
...
...
@@ -216,7 +216,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
8
0
Attr Elements =
11
0
EndBody
EndObject
!/**
...
...
@@ -228,7 +228,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
8
0
Attr Elements =
11
0
EndBody
EndObject
!/**
...
...
@@ -240,7 +240,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
8
0
Attr Elements =
11
0
EndBody
EndObject
!/**
...
...
@@ -252,7 +252,7 @@ SObject pwrs:Class
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
Attr Flags |= PWR_MASK_ARRAY
Attr Elements =
8
0
Attr Elements =
11
0
EndBody
EndObject
!/**
...
...
xtt/exp/ge/src/pwr_c_node.pwg
View file @
cf36004a
This diff is collapsed.
Click to expand it.
xtt/exp/ge/src/pwr_c_node_appl.pwg
0 → 100644
View file @
cf36004a
This diff is collapsed.
Click to expand it.
xtt/exp/ge/src/pwr_c_node_servers.pwg
0 → 100644
View file @
cf36004a
This diff is collapsed.
Click to expand it.
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