Your loop counter with 999999 as Max value in U16 will go in overflow, and rather soon.
Also you're using the DIgIN signal which will count once every program loop. If your program loop is longer than 40ms, the counter will add 1 for every program loop where the DIGIn value is seen as "high".
Use the .Count, and add them every program loop instead.