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
5c7ba60b
Commit
5c7ba60b
authored
Aug 18, 2015
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modbus RTU, replaced remaining TCP to RTU in comments and messages
parent
ed10031b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
otherio/lib/rt/src/os_linux/rt_io_m_mb_rtu_slave.c
otherio/lib/rt/src/os_linux/rt_io_m_mb_rtu_slave.c
+4
-4
No files found.
otherio/lib/rt/src/os_linux/rt_io_m_mb_rtu_slave.c
View file @
5c7ba60b
...
...
@@ -62,7 +62,7 @@
/*----------------------------------------------------------------------------*\
Init method for the Modbus_
TCP
slave
Init method for the Modbus_
RTU
slave
\*----------------------------------------------------------------------------*/
static
pwr_tStatus
IoRackInit
(
...
...
@@ -85,7 +85,7 @@ static pwr_tStatus IoRackInit (
int
i
;
sts
=
gdh_ObjidToName
(
rp
->
Objid
,
(
char
*
)
&
name
,
sizeof
(
name
),
cdh_mNName
);
errh_Info
(
"Init of Modbus
TCP
Slave and Modules %s"
,
name
);
errh_Info
(
"Init of Modbus
RTU
Slave and Modules %s"
,
name
);
op
=
(
pwr_sClass_Modbus_RTU_Slave
*
)
rp
->
op
;
...
...
@@ -172,7 +172,7 @@ static pwr_tStatus IoRackInit (
/*----------------------------------------------------------------------------*\
Read method for the Modbus_
TCP
slave
Read method for the Modbus_
RTU
slave
\*----------------------------------------------------------------------------*/
static
pwr_tStatus
IoRackRead
(
io_tCtx
ctx
,
...
...
@@ -185,7 +185,7 @@ static pwr_tStatus IoRackRead (
/*----------------------------------------------------------------------------*\
Write method for the Modbus_
TCP
slave
Write method for the Modbus_
RTU
slave
\*----------------------------------------------------------------------------*/
static
pwr_tStatus
IoRackWrite
(
io_tCtx
ctx
,
...
...
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