What Archie is getting at is your syntax is wrong.
If you timer is declared in the controller scope, your syntax would be: Timer[19].ACC
If declared in program scope, you have to include the name of your program in the syntax: Program:<ProgramName>.Timer[19].ACC
So if it were in a program called "Filler": Program:Filler.Timer[19].ACC