adccommunitymod (AutomationDirect) asked a question.

DL06 Modbus

Created Date: June 30,2003

Created By: seawolfdan

**** 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 was just wondering if there was any way to set a bit to a slave and hold it instead of executing the MWX 06 command every scan. The reason is I am trying to turn a motor relay on, and the constant switching doesn't allow for it to operate. Thanks.


  • adccommunitymod (AutomationDirect)

    Created Date: June 30,2003

    Created by: seawolfdan

    I was just wondering if there was any way to set a bit to a slave and hold it instead of executing the MWX 06 command every scan. The reason is I am trying to turn a motor relay on, and the constant switching doesn't allow for it to operate. Thanks.

  • adccommunitymod (AutomationDirect)

    Created Date: July 03,2003

    Created by: Mike McClanahan

    Why not just write a word to the slave and then map it to the bits you want with an

    LD V2000 (assuming this is the word in slave)

    OUT VC1000 (write 16 bits to C1000-C1017)

    Mike