Remote Administration
AX3000 Models 80 and 85 - User's Manual 183
When a configuration file is obtained from an AX3000, the inactive parameters (undefined hosts,
print server unused, coloring mode disabled, etc) are commented out.
a) Header
BEGIN_AX_SETUP V1.1
#########################################################
# TCP/IP AX3000 Platine Terminal #
# #
# Ethernet address: 00:A0:34:20:27:10 #
# Firmware: FK18.BV2.1a/TCP.FR.1236b.STD #
# 12354 #
#########################################################
#
RESET_CMOS
Note: the RESET_CMOS command allows all the set-up parameters (except the AX3000 IP
address) to be reset. This line can be deleted or set as a comment.
b) Substitution Commands
axname_encoding_string= (yes | no)
Enabling "axname_encoding_string" allows some set-up parameters to contain 'substitution
commands'. This allows variables such as the thin client name and the session number. The
substitution is done when a set-up file is sent to the thin client.
☺: this function is useful when multiple thin clients are configured with the same set-up file, but
each thin client requires certain unique parameters.
Notes:
- It works only through the remote set-up function. (It's not available with the interactive set-
up).
- Some set-up parameters are not supported by this function: the thin client name, the
passwords, the pre and post-printing sequences and the transparent mode sequences.
The substitution commands are:
- <$> is the parameter "tcp_axname"
- <#> is the session number (1 to 6) or the port number (AUX1=1, AUX2=2, PARALLEL=3,
NET1=4, NET2=5, NET3=6, NET4=7, USB1=8, USB2=9, USB3=10, USB4=11).
- <$(X,Y)> is an "tcp_axname" sub-string (start X, length Y).
Notes:
- If X is greater than the "tcp_axname" length, the substring is empty.
- If X+Y is greater than the "tcp_axname" length the substring is truncated.
- In event of syntax error the substitution is not done.
Example: if the thin client name is "axel201234":
TERM<$(7,4)> => TERM1234
TERM<$(7,10)> => TERM1234
TERM<$(20,7)> => TERM
TERM<$(20,A)> => TERM<$(20,A)>
<$(1,2)><$(7,4)>-<#> => ax1234-2 (ex.: session 2 or AUX2)