adccommunitymod (AutomationDirect) asked a question.

Count Display incorrectly shown

Created Date: November 18,2013

Created By: surgimfg

**** 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 a Click PLC and a Cmore-micro EA1 non touch panel. I am cycling through a drum program and then counting each time is completed. I am using the panel to display how may cycles have been completed as well as a way to input the cycles to complete. the plc program displays the correct numbers but the cmore does not display the current cycles. It counts but does not display the correct count. Ie. when it is to display 110 completed cycles it shows 74. a check of the plc program shows 110


  • adccommunitymod (AutomationDirect)

    Created Date: November 18,2013

    Created by: Tinker

    Make sure you are using the correct tag data type on the C-More. Even if you have selected the CLICK protocol (the CLICK does not support BCD), when you go to add a new tag in the tag name database, the data type defaults to "BCD int 16 ", you'll need to drop down the list and select the data type compatible with what you are using in your CLICK program, "Signed int 16 " for DS or TD registers, and "Signed int 32 " for DD or CTD registers

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: November 19,2013

    Created by: surgimfg

    Thanks for the help. I thought that was it but could not change it. finally I had to delete and redo the address in both the click and the cmore micro.

    works fine now.

  • adccommunitymod (AutomationDirect)

    Created Date: November 18,2013

    Created by: surgimfg

    I am using a Click PLC and a Cmore-micro EA1 non touch panel.

    I am cycling through a drum program and then counting each time is completed.

    I am using the panel to display how may cycles have been completed as well as a way to input the cycles to complete.

    the plc program displays the correct numbers but the cmore does not display the current cycles.

    It counts but does not display the correct count. Ie. when it is to display 110 completed cycles it shows 74.

    a check of the plc program shows 110

    Expand Post