adccommunitymod (AutomationDirect) asked a question.

Timer Reset - V Memory

Created Date: July 04,2007

Created By: RogerR

**** 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 need to change the preset value for a counter in VMemory and not use the Kconstant. I have assigned the preset value of T1 -the KXXf value to V2001. This value is displayed in the status screen while in monitor mode with the PLC. This value is changing with the C-More panel as well as the data change function in DirectSoft, but the timer will not stop at the preset. Is there another parameter that needs to be set? RogerR


  • adccommunitymod (AutomationDirect)

    Created Date: July 04,2007

    Created by: bcarlton

    Are you discussing a counter or a timer? You say 'counter ' then refer to 't1 ', a timer.

    In general, the accumulated value of a timer does not stop just because it reaches the preset. All it does is turn on its completion bit, named the same as the timer.

    Use the turn on of the bit to perform any action you wish.

  • adccommunitymod (AutomationDirect)

    Created Date: July 05,2007

    Created by: RogerR

    Thanks for the response.

    Looked at the completion bit on the timer and found the issue was that the timer reset was cascaded with a second timer with a constant value that did not change as with the first time.

    This let the first timer accumulate until the second timer constant value was attained before reseting.

    Thanks again.

    RogerR

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: July 04,2007

    Created by: RogerR

    I need to change the preset value for a counter in VMemory and not use the Kconstant.

    I have assigned the preset value of T1 -the KXXf value to V2001.

    This value is displayed in the status screen while in monitor mode with the PLC. This value is changing with the C-More panel as well as the data change function in DirectSoft, but the timer will not stop at the preset.

    Is there another parameter that needs to be set?

    RogerR

    Expand Post