Applies To:
  • CitectSCADA 6.xx, 7.0

Summary:
When I load a value into my accumulator to preset it, the value just gets ignored the next time the accumulator updates. It uses the value that is in the cache which is the value that was there before I loaded my value. 

Solution:
What you need to do to put a value into your accumulator is put the value you want into the appropriate tag and then use the cicode function AccControl(“<accumulatorname>”,5). The mode 5 makes the accumulator be aware of the new value in the variable and that way it will use it. Make sure you put the accumulator name in double quotes. 

Keywords:
 

Attachments