News:

  • June 11, 2026, 12:44:14 AM

Login with username, password and session length

Author Topic: Modbus  (Read 12866 times)

deep6ixed

  • Hero Member
  • *****
  • Posts: 105
Modbus
« on: December 04, 2012, 09:03:41 AM »
Anyone know of a good site to learn to use Modbus?  I'm looking to move forward with PLC's and more into SCADA.  So does anyone have any suggestions on where to start. 

I was figuring with connecting the Do-More to a PC and then attempting to communicate with modbus.

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: Modbus
« Reply #1 on: December 04, 2012, 09:19:33 AM »
Straight to the source - www.modbus.org

Another great resource www.chipkin.com/files/liz/MODBUS_2010Nov12.pdf

An output is a PLC's way of getting its inputs to change.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: Modbus
« Reply #2 on: December 04, 2012, 10:02:23 AM »
And you can also use the Do-more Simulator to talk to your Do-more PLC. Configure Ethernet or RTU server on one end, and use MRX/MWX instructions to initiate transactions. Good way to get an understanding of what what the available transactions are and what you can move from place to place.

Unless you meant 'learning...' from the standpoint of writing the protocol, in which case yes, you'll need the spec from modbus.org.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

deep6ixed

  • Hero Member
  • *****
  • Posts: 105
Re: Modbus
« Reply #3 on: December 04, 2012, 10:40:51 AM »
I'm looking to learn what modbus is, how to use it, things like that.  I've self taught myself plc programming, using the HMI, very basic communications...  Now I feel that to move on to the next step would be to begin to learn how to make all these individual pieces "Talk to each other"  and since Modbus is the de facto standard I figured it was a good place to start.

Plus I don't have much in the way of financial means to buy equipment just to "learn with" I am stuck using what I have around the shop.  I have a spare GS series drive with RS232, a spare Click PLC and for a short time, 2 Do-more's until they get installed in a machine.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6158
  • Yes Pinky, Do-more will control the world!
Re: Modbus
« Reply #4 on: December 04, 2012, 12:14:15 PM »
Then to learn about it, I would get the spec Bernie referred to. And to play with it your Do-more systems (and possibly the Do-more Sim). It isn't hard...that's why it is ubiquitous: simple to learn and simple to use.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

rlp122

  • Sr. Member
  • ****
  • Posts: 91
Re: Modbus
« Reply #5 on: December 07, 2012, 03:31:02 PM »
There are some good example programs over on the ADC site in the technical support section.