I'd suggest that you call a Custom function to load a value of 0 into a COUNTER.
You will find that the Function [RSCtr], Reset Counter will set the counter to a special value of "-1" and the contact that is associated with the counter.
I assume that you are not using the contact that is associated with the counter and are only interested in the Present Value of the counter.
In the following ladder logic code there are two special functions, ZeroCnt and DispCnt.
Custom Function named "ZeroCnt":
ctrPV[1] = 0
Custom Function named "DispCnt:
SETLCD 1,1,STR$(ctrPV[1])+" "
Good luck,
Gary D.