adccommunitymod (AutomationDirect) asked a question.

Clearing V-Memory

Created Date: January 16,2012

Created By: BrianG

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

With RSLogix I had the option to clear a specific word. I am unable to find such an option with DirectSoft. I want to clear 4 V-locations when a series of calculations have finished and the results displayed on the HMI. My system is now waiting to start the process all over and I want to make sure there is nothing in the registers.


  • adccommunitymod (AutomationDirect)

    Created Date: January 16,2012

    Created by: Bob S BN

    If it's just those few registers, you could just LD k0 and OUT to each of the four locations. If you might have many more contiguous addresses, check out the "fill " command.

  • adccommunitymod (AutomationDirect)

    Created Date: January 16,2012

    Created by: BrianG

    With RSLogix I had the option to clear a specific word. I am unable to find such an option with DirectSoft. I want to clear 4 V-locations when a series of calculations have finished and the results displayed on the HMI. My system is now waiting to start the process all over and I want to make sure there is nothing in the registers.