
B–61803E–1/10
APPENDIX
E. FANUC Super CAP T/CAP II T MACRO
COMPILER/EXECUTOR (Series 16/18)
and Super Capi T Macro Compiler/
EXECUTOR (Series 16i/18i/21iT)
373
NOTE
A value ranging from 1 to 20 can be set to specify a type.
Each value corresponds to a display character string group
on a one-to-one basis. So when a character string is
displayed type data, the character string must be registered
with a sequence number from N1 to N20 in a program for
soft key display character string registration.
S Front-justified display
If a data item is not displayed (data format=–1), the next
data item is front-justified for display.
To disable front-justification, register character strings or
control the cursor as follows:
1. Register a data item display character string consisting
of blanks only beforehand.
2. Register a soft key display character string consisting
of blanks only.
3. Set the data format of data input by soft key (data format
y 10000) for an item not to be displayed.
4. Set a sequence number in the data variable of an item
of (iii).
5. Prevent the cursor from moving to an item of (iii), by
using a user program.
(ii) Display of soft key display character strings
S System variables for soft key display
#9131 : System variable representing a soft key 1
display character string
#9132: System variable representing a soft key 2
display character string
#9133: System variable representing a soft key 3
display character string
#9134: System variable representing a soft key 4
display character string
#9135: System variable representing a soft key 5
display character string
Set the sequence number of a soft key to be displayed in a
variable from #9131 to 9135. The system displays the
character string in the corresponding soft key position.
NOTE
When a variable from #9131 to #9135 has been changed,
the sequence must always exit from the user program. The
system changes display after user program termination.
S System variable for soft key page display
#9136 : 1 – The system displays soft keys specified by a
user program according to #9131 to #9135.
0 – The system displays the default soft keys.