adccommunitymod (AutomationDirect) asked a question.

Create HMI tags referencing AB device net I/O

Created Date: December 19,2007

Created By: Exunit

**** 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.****

Hello, I have an application where I am using Devicenet with a AB Micrologix 1500 PLC along with a C-more HMI connected to this PLC on one of the COMM ports using AB DF1 full duplex(micrologix). When creating tags in the C-more programming software its limited to 127 bits. However in the case of my Devicenet card which is in slot 1, it has the first 0 - 65 words allocated for its housekeeping then at word 66 it begins alocating to the mappable inputs. Therefore to assign a tag to the first input on my devicenet I have to enter "I:1/1056 " but this does not seem to be possible in C-more programming software. Any thoughts?


  • adccommunitymod (AutomationDirect)

    Created Date: December 26,2007

    Created by: OpZed

    I think you'll need to first move them into an integer file, then have C-more read them from there. Since discretes can be bits of words then you should be able to move/copy them as words, then address them from C-more as bits.

  • adccommunitymod (AutomationDirect)

    Created Date: December 19,2007

    Created by: Exunit

    Hello,

    I have an application where I am using Devicenet with a AB Micrologix 1500 PLC along with a C-more HMI connected to this PLC on one of the COMM ports using AB DF1 full duplex(micrologix).

    When creating tags in the C-more programming software its limited to 127 bits.

    However in the case of my Devicenet card which is in slot 1, it has the first 0 - 65 words allocated for its housekeeping then at word 66 it begins alocating to the mappable inputs.

    Therefore to assign a tag to the first input on my devicenet I have to enter "I:1/1056 " but this does not seem to be possible in C-more programming software.

    Any thoughts?

    Expand Post