Strange continuous counter
-
Hi there,
I am highly interested in your continuous counter, but I cannot manage to make it work.
I am trying the following test:
[jellyfish_counter digits=15 start=0 end=10000000000 interval=1 tick_multiplier=3 timestamp="2016-01-30 19:33:00" id="test0"] --- [jellyfish_counter digits=15 start=1000 end=10000000000 interval=1 tick_multiplier=3 timestamp="2016-01-30 19:33:00" id="test1"] --- [jellyfish_counter digits=15 start=1000000 end=10000000000 interval=1 tick_multiplier=3 timestamp="2016-01-30 19:33:00" id="test2"] --- [jellyfish_counter digits=15 start=1000000000 end=10000000000 interval=1 tick_multiplier=3 timestamp="2016-01-30 19:33:00" id="test3"]
The generated counters are the following:
00000007500
00000010500
00003007500
03000007500Where does this pre pending 3 come from?
I would expect all the counters to have the same count plus the start count, isn’t it?
It looks like the start is multiplied by the tick multiplier
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Strange continuous counter’ is closed to new replies.