Operating instructions

SEA M300USERSGUIDE
DATADISPLAYS

200
Note: Useofthestr ingform a t modifierforanyotherdatatypesotherthanstring typesmayres ul t in
undefinedbehavior.
6. To change the font (default is Helvetica) of the text entry, click on the font button. This will
bring up a font selection dialog. When finished click on Done.
7. To change the color of the text entry, click on the color button. This will display the color dialog
(see “Changing a display color” on page 171).
8. To finish creating the text entry, click on Done.
Text‐ModifyinganExistingTextEntry
Note: Thelock/unlockbuttonmustbesettounlockbeforemakinganychangestothetextdisplay.
1. Right click on the text entry you wish to modify. This will display the text entry edit dialog.
2. Change the text entry fields as necessary. It is assumed you are familiar with the text entries and
which fields are used for each text entry type. If you need more specific information on this
subject, see “Text - Creating a New Text Entry” on page 198.
%d Decimal (base 10)
I[1]/100 %05d 00100
%X Hexadecimal (base 16)
I[1]/254 %02X FE
%f Float (single precision)
F[1]/120.322 %3.2f 120.32
%g Float (double precision)
D[1]/210.119191 %3.5g 210.11919
Syntax Description Formula/Result Conversion Result
Format Syntax