Microgate Microtab
Display Blank
{{
rowAddress = 'A' # A is first row, B second row, ...
columnIndex = 0 # 0 is first column, 1 is second column, ...
columns = 10 # total amount of columns depending on the font setup
text = ""
text = text | TrimPad columns "Center"
microtab.CreateAlphaStringProtocol(rowAddress, columnIndex, text)
}}Display Clock
{{
rowAddress = 'A' # A is first row, B second row, ...
columnIndex = 0 # 0 is first column, 1 is second column, ...
columns = 10 # total amount of columns depending on the font setup
text = Model.Clock | Format "HH:mm:ss"
text = text | TrimPad columns "Center"
microtab.CreateAlphaStringProtocol(rowAddress, columnIndex, text)
}}Display Countdown
Display Runtime
Display Clock, Countdown or Runtime depending on Reference Time
Last updated