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
165b1a6e
Commit
165b1a6e
authored
Apr 12, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
6d66e64a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
28 deletions
+62
-28
src/msg/rt/src/rt_io_msg.msg
src/msg/rt/src/rt_io_msg.msg
+3
-1
src/msg/rt/src/rt_pb_msg.msg
src/msg/rt/src/rt_pb_msg.msg
+9
-6
src/tools/pwre/src/os_linux/pwre.pl
src/tools/pwre/src/os_linux/pwre.pl
+49
-20
wb/exp/wb/src/pwr_wb_palette.cnf
wb/exp/wb/src/pwr_wb_palette.cnf
+1
-1
No files found.
src/msg/rt/src/rt_io_msg.msg
View file @
165b1a6e
!
! Proview $Id: rt_io_msg.msg,v 1.
3 2005-09-01 14:58:00
claes Exp $
! Proview $Id: rt_io_msg.msg,v 1.
4 2006-04-12 12:18:12
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -98,6 +98,8 @@ chanrange <Error in channel range attributes> /error
notconnected <Object is not connected> /error
connectedclass <Incorrect class of connected object> /error
replaced <Symbol is replaced> /info
normal <Normal operating state> /succ
initfail <Initialization failed> /error
.end
src/msg/rt/src/rt_pb_msg.msg
View file @
165b1a6e
!
! Proview $Id: rt_pb_msg.msg,v 1.
3 2006-03-22 14:43:45
claes Exp $
! Proview $Id: rt_pb_msg.msg,v 1.
4 2006-04-12 12:18:12
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -20,11 +20,11 @@
!
.facility PB,141 /prefix = PB__ ! Profibus I/O
success <
n
ormal, successful completion> /succ
normal <
n
ormal operating state> /succ
initfail <
failed to initialize slave or module>
/error
disabled <
slave is disabled>
/warning
noconn <
no connection to slave>
/error
success <
N
ormal, successful completion> /succ
normal <
N
ormal operating state> /succ
initfail <
Initialization failed>
/error
disabled <
Disabled>
/warning
noconn <
No connection>
/error
attrnoedit <Attribute is no edit> /error
noattrsel <No attributes is selected> /error
userprmdatalen <Mismatch in UserPrmDataLen> /error
...
...
@@ -34,6 +34,9 @@ gsdfile <Unable to open gsd file> /error
nomodulename <Module name is missing> /error
duplmodulename <Duplicate module name> /error
nomoduleclass <Module class is missing> /error
stopped <Stopped state> /warning
cleared <Cleared state> /warning
notinit <Not initialized> /warning
.end
src/tools/pwre/src/os_linux/pwre.pl
View file @
165b1a6e
...
...
@@ -355,6 +355,8 @@ sub build_all_wbl ()
sub
method_build
()
{
my
(
$program
)
=
$_
[
0
];
if
(
!
defined
(
$program
))
{
printf
("
-- Relink method dependent programs
");
_module
("
rt
");
$ENV
{"
export_type
"}
=
"
exp
";
...
...
@@ -376,7 +378,34 @@ sub method_build ()
system
("
rm
$exe_dir
/rt_xtt
");
_build
("
exe
",
"
rt_xtt
",
"
all
");
merge
();
}
if
(
$_
[
0
]
eq
"
rt_io_comm
"
)
{
printf
("
-- Method build
$program
");
_module
("
rt
");
$ENV
{"
export_type
"}
=
"
exp
";
my
(
$exe_dir
)
=
$ENV
{"
pwr_exe
"};
system
("
rm
$exe_dir
/rt_io_comm
");
_build
("
exe
",
"
rt_io_comm
",
"
all
");
merge
();
}
if
(
$_
[
0
]
eq
"
wb
"
)
{
printf
("
-- Method build
$program
");
_module
("
wb
");
$ENV
{"
export_type
"}
=
"
exp
";
my
(
$exe_dir
)
=
$ENV
{"
pwr_exe
"};
system
("
rm
$exe_dir
/wb
");
_build
("
exe
",
"
wb
",
"
all
");
merge
();
}
if
(
$_
[
0
]
eq
"
rt_xtt
"
)
{
printf
("
-- Method build
$program
");
_module
("
xtt
");
$ENV
{"
export_type
"}
=
"
exp
";
my
(
$exe_dir
)
=
$ENV
{"
pwr_exe
"};
system
("
rm
$exe_dir
/rt_xtt
");
_build
("
exe
",
"
rt_xtt
",
"
all
");
merge
();
}
}
sub
create_all_modules
()
...
...
wb/exp/wb/src/pwr_wb_palette.cnf
View file @
165b1a6e
...
...
@@ -88,7 +88,7 @@ palette NavigatorPalette
menu IO_SSAB
{
class Rack_SSAB
class
RemoteRack_SSAB
class
Ssab_RemoteRack
menu Cards
{
class Di_DIX2
...
...
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