Show Real-Time Counters

SEAT NEEDED: Trial, Economy, Business, Cockpit

Show real-time counter information on your Split-Flap TV to inform or motivate people. A really good example is to show the number of days since the last accident at a factory.

To show real-time counter information on a Split-Flap TV use this shortcode below.

Syntax

#CNT#{Code}#{Date}#

For example: #CNT#A#20220528:0000#
will show you the number of days since the date specified. The date used in the calculation any date of the past in the YYYYMMDD:HHMM format. 

The first part shows CNT as the instruction for a counter calculation. A corresponds to the number of days. 

The date portion is expressed as 4 digits for the year, followed by 2 digits for the month, and finally 2 digits for the days. For months and days, make sure to add a leading zero when the number is only one digit.

The time portion is expressed in 24 hours format. So use a value from 0000 till 2359 maximum.

Code parameter

ParameterMeaning
ANumber of days since the date specified.
BNumber of hours since the date specified.
CNumber of minutes since the date specified.
DTotal number of hours since the date specified.
ETotal number of minutes since the date specified.