|
-
Jul 18th, 2008, 09:44 AM
#1
Thread Starter
New Member
modbus question
Does anyone have any experience with modbus programming in VB? Is it pretty similar to serial port programming?
Where can I get a master dll for free?
Thanks
-
Jul 18th, 2008, 10:56 AM
#2
Fanatic Member
Re: modbus question
Here is a couple of links to answer your questions
http://www.codeproject.com/KB/trace/modbuscs.aspx
CLanguage; 
IF Post = HelpFull Then
RateMe
Else
Say("Shut UP")
End If
DotNet rocks
VB 6, VB.Net 2003, 2005, 2008, 2010, SQL 2005, WM 5.0,ahem ?OpenRoad?
-
Jul 18th, 2008, 10:57 AM
#3
Fanatic Member
Re: modbus question
I guess the second link landed in no-man's land
http://en.wikipedia.org/wiki/Modbus
CLanguage; 
IF Post = HelpFull Then
RateMe
Else
Say("Shut UP")
End If
DotNet rocks
VB 6, VB.Net 2003, 2005, 2008, 2010, SQL 2005, WM 5.0,ahem ?OpenRoad?
-
Jul 18th, 2008, 09:03 PM
#4
Re: modbus question
Modbus is a software specification that governs how information is bundled into packets and sent and does not specifiy what medium the data is sent on. It can be sent over serial ports (RS-232, RS-422 or RS485) or it can be sent over TCP connections. So yes, Modbus can literally be serial port programming or it can be TCP programming depending on the hardware you are trying to communicate with. Most of what I do uses Modbus connections, so if you need some more modbus specific info, let me know and I'll help if I can.
kevin
ps... here is a link to the Modbus specification
Last edited by kebo; Jul 18th, 2008 at 09:08 PM.
Process control doesn't give you good quality, it gives you consistent quality.
Good quality comes from consistently doing the right things.
Vague general questions have vague general answers. A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.
______________________________ Last edited by kebo : Now. Reason: superfluous typo's
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|