Results 1 to 4 of 4

Thread: modbus question

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    14

    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

  2. #2
    Fanatic Member Clanguage's Avatar
    Join Date
    Jan 2008
    Location
    North Carolina
    Posts
    659

    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?

  3. #3
    Fanatic Member Clanguage's Avatar
    Join Date
    Jan 2008
    Location
    North Carolina
    Posts
    659

    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?

  4. #4
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,762

    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
  •  



Click Here to Expand Forum to Full Width