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
b1165960
Commit
b1165960
authored
Apr 30, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opc_server added
parent
98002743
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
728 additions
and
624 deletions
+728
-624
src/exe/rt_ini/src/ini.c
src/exe/rt_ini/src/ini.c
+5
-1
src/lib/rt/src/rt_errh.h
src/lib/rt/src/rt_errh.h
+3
-3
xtt/exp/ge/src/pwr_c_node.pwg
xtt/exp/ge/src/pwr_c_node.pwg
+720
-620
No files found.
src/exe/rt_ini/src/ini.c
View file @
b1165960
/*
* Proview $Id: ini.c,v 1.2
6 2007-01-30 07:00:50
claes Exp $
* Proview $Id: ini.c,v 1.2
7 2007-04-30 07:27:59
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -104,6 +104,7 @@
# define cPrio_webmonelog (cPrio_base + 15)
# define cPrio_elog (cPrio_base + 15)
# define cPrio_sysmon (cPrio_base + 16)
# define cPrio_opc_server (cPrio_base + 15)
# define cPrio_plc_init (cPrio_base + 5)
# define cPrio_remh (cPrio_base + 5)
# define cPrio_remotelogg (cPrio_base + 5)
...
...
@@ -2052,6 +2053,9 @@ ini_ProcTable (
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_webmonelog"
,
"pwr_webmonglog_%d"
,
0
,
1
,
"rt_webmonelog.sh"
,
cPrio_webmonelog
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
=
ini_ProcInsert
(
sts
,
cp
,
"opc_server"
,
"opc_server_%d"
,
0
,
1
,
"opc_server"
,
cPrio_opc_server
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
#endif
do
{
...
...
src/lib/rt/src/rt_errh.h
View file @
b1165960
/*
* Proview $Id: rt_errh.h,v 1.
6 2005-09-01 14:57:55
claes Exp $
* Proview $Id: rt_errh.h,v 1.
7 2007-04-30 07:27:59
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -91,8 +91,8 @@ typedef enum {
errh_eAnix_sysmon
=
16
,
errh_eAnix_plc
=
17
,
errh_eAnix_remote
=
18
,
errh_eAnix_
nmps_bck
=
19
,
errh_eAnix_nmps_
trans
=
20
,
errh_eAnix_
opc_server
=
19
,
errh_eAnix_nmps_
bck
=
20
,
errh_eAnix_appl1
=
21
,
errh_eAnix_appl2
=
22
,
errh_eAnix_appl3
=
23
,
...
...
xtt/exp/ge/src/pwr_c_node.pwg
View file @
b1165960
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