HP Forums
(12C Platinum) Tally Counter - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (12C Platinum) Tally Counter (/thread-12857.html)



(12C Platinum) Tally Counter - Gamo - 04-24-2019 06:25 AM

ALG mode program to simulate the Tally Counter.
This Counter is used to incrementally count something.

Procedure:

If start from 0 ( Input 0 also reset the counter )
0 [R/S] display 1 keep repeating [R/S] display 2, 3, 4,.........,n

If start from desire n count for example 10
10 [R/S] display 11 keep repeating [R/S] display 12, 13, 14,.....,n

Program: ALG mode
Code:

1 [+] [X<>Y] [=] [R/S] [GTO] 001

Gamo