Click here to Skip to main content
15,887,267 members
Articles / Programming Languages / XML
Tip/Trick

Modbus TCP class

Rate me:
Please Sign up or sign in to vote.
4.89/5 (84 votes)
23 May 2014CPOL 1.7M   60.4K   154   171
A Modbus TCP class.

The project has moved to GIT

https://github.com/stephan1827/modbusTCP

Please download and ask questions from there.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionModbus RTU over TCP Pin
JosepLluis17-Jun-13 10:18
JosepLluis17-Jun-13 10:18 
AnswerRe: Modbus RTU over TCP Pin
Stephan Stricker17-Jun-13 13:33
Stephan Stricker17-Jun-13 13:33 
GeneralRe: Modbus RTU over TCP Pin
JosepLluis18-Jun-13 2:31
JosepLluis18-Jun-13 2:31 
GeneralRe: Modbus RTU over TCP Pin
kenselvia@gmail.com21-Jun-13 23:21
kenselvia@gmail.com21-Jun-13 23:21 
QuestionSlave_ID and Slave_Address Pin
SBerube13-Jun-13 2:04
SBerube13-Jun-13 2:04 
AnswerRe: Slave_ID and Slave_Address Pin
Stephan Stricker14-Jun-13 3:51
Stephan Stricker14-Jun-13 3:51 
Questionvalues of message Pin
monkar22-May-13 7:08
monkar22-May-13 7:08 
AnswerRe: values of message Pin
Stephan Stricker22-May-13 7:23
Stephan Stricker22-May-13 7:23 
The MBmaster_OnResponseData returns the data for a read or write request. The ID identifies command you sent because you can send multiple request at a time and the ID tells you for what request you receive a response. The function value is just for reference and "values" is where you get your return data. You can transfer "values" into a global variable in case you want use the data somewhere else in your program. The sample program does this by simply using

data = values;

Stephan
GeneralRe: values of message Pin
monkar22-May-13 23:57
monkar22-May-13 23:57 
GeneralRe: values of message Pin
Stephan Stricker23-May-13 2:18
Stephan Stricker23-May-13 2:18 
GeneralRe: values of message Pin
monkar23-May-13 6:02
monkar23-May-13 6:02 
GeneralRe: values of message Pin
Stephan Stricker24-May-13 8:54
Stephan Stricker24-May-13 8:54 
QuestionRe: values of message Pin
vinnie_j26-Jul-13 3:11
vinnie_j26-Jul-13 3:11 
QuestionSiemens S1200 Pin
Andrea Feduzzi14-May-13 6:09
professionalAndrea Feduzzi14-May-13 6:09 
AnswerRe: Siemens S1200 Pin
Stephan Stricker22-May-13 7:13
Stephan Stricker22-May-13 7:13 
GeneralRe: Siemens S1200 Pin
Andrea Feduzzi31-May-13 6:19
professionalAndrea Feduzzi31-May-13 6:19 
GeneralMy vote of 5 Pin
JongchanAhn24-Mar-13 15:03
JongchanAhn24-Mar-13 15:03 
GeneralRe: My vote of 5 Pin
Andrea Feduzzi14-May-13 6:10
professionalAndrea Feduzzi14-May-13 6:10 
Questionproblem with writing to Siemens PLC holding register with MODBUS TCP Pin
Member 941116121-Dec-12 9:14
Member 941116121-Dec-12 9:14 
AnswerRe: problem with writing to Siemens PLC holding register with MODBUS TCP Pin
Stephan Stricker21-Dec-12 22:55
Stephan Stricker21-Dec-12 22:55 
GeneralRe: problem with writing to Siemens PLC holding register with MODBUS TCP Pin
Member 94111612-Jan-13 9:16
Member 94111612-Jan-13 9:16 
GeneralRe: problem with writing to Siemens PLC holding register with MODBUS TCP Pin
Stephan Stricker3-Jan-13 4:12
Stephan Stricker3-Jan-13 4:12 
GeneralRe: problem with writing to Siemens PLC holding register with MODBUS TCP Pin
Member 94111612-Jan-13 12:16
Member 94111612-Jan-13 12:16 
AnswerRe: problem with writing to Siemens PLC holding register with MODBUS TCP Pin
Andrea Feduzzi14-May-13 6:12
professionalAndrea Feduzzi14-May-13 6:12 
QuestionCan't Write Coils Pin
KitaMenang22-Nov-12 3:08
KitaMenang22-Nov-12 3:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.