adccommunitymod (AutomationDirect) asked a question.

Looking for help with DoMore and GS1 Drive

Created Date: January 19,2018

Created By: Darrin Martin

**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****

I am using DoMore PLC with two (2) GS1 Drives via RS485. Have connected through FA-ISOCON. This is my first time to DoMore and I am looking for programming examples. Otherwise, I will try to grind through the suggestions in the GS1 manual for Modbus RTU programming. If someone has any programming they could share, I would be very grateful. I will post my final code for anyone to use. Thank you, Darrin


  • adccommunitymod (AutomationDirect)

    Created Date: January 19,2018

    Created by: Darrin Martin

    I am using DoMore PLC with two (2) GS1 Drives via RS485.

    Have connected through FA-ISOCON. This is my first time to DoMore and I am looking for programming examples. Otherwise, I will try to grind through the suggestions in the GS1 manual for Modbus RTU programming. If someone has any programming they could share, I would be very grateful. I will post my final code for anyone to use.

    Thank you,

    Darrin

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: January 19,2018

    Created by: Do-more PE

    It's way simpler than you would think. At the most basic level, just plunk down your MRX and MWX with the right addresses and off you go. No interlocking required.

    If you want to get fancy, use state programming with the stage completion logic in the instructions.

  • adccommunitymod (AutomationDirect)

    Created Date: January 19,2018

    Created by: pbw

    { "alt ": "Click image for larger version Name:\tDo-More.PNG Views:\t2 Size:\t37.7 KB ID:\t110492 ", "data-align ": "none ", "data-attachmentid ": "110492 ", "data-size ": "full "}

    I have never used this converter before. I am using the rs-485 port on the(BRX). The code on the PLC side is straight forward you just have to set-up the drive com parameters such as baud rate protocol etc.. the following code reads the status of 2 drives.I am not controlling the drives with communication although easily doable.I am actually in the testing phase of this code and it seems to work.

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: January 19,2018

    Created by: Darrin Martin

    Thank you all for your assistance! When I get this all sorted, I will be sure to post the finished result.