Is it possible to change [counter] step size - I mean instead of counting 1, 2, 3, 4, 5... (in increments of 1), can it be used to count in increments of 0.005 such as 0.031, 0.036, 0.041, 0.046... ? I could probably use [/ 500] or something afterwards and get a similar result, but I was wondering if this could be set for counter internally?
Thanks!