1
1
C
C
H
H
A
A
N
N
N
N
E
E
L
L
T
T
E
E
M
M
P
P
E
E
R
R
A
A
T
T
U
U
R
R
E
E
T
T
R
R
A
A
N
N
S
S
M
M
I
I
T
T
T
T
E
E
R
R
1
1
3
3
O
O
F
F
2
2
5
5
1
1
2
2
0
0
-
-
3
3
5
5
9
9
-
-
1
1
2
2
T
T
Y
Y
P
P
E
E
S
S
I
I
L
L
B
B
U
U
S
S
-
-
T
T
X
X
1
1
T
T
U
U
S
S
E
E
R
R
M
M
A
A
N
N
U
U
A
A
L
L
I
I
s
s
s
s
u
u
e
e
:
:
0
0
5
5
TX1T::>REPEAT
Temperature = 0.1degC
In the above example, in this mode the repeat command writes over the previously
displayed information. If required, the repeat command can be made to refresh the
information on a new line by entering LF (line feed) as part of the command invocation. By
default, the repeat command refreshes the display every one second. The refresh rate
can be slowed by entering the refresh rate in seconds as part of the repeat command as
shown in the following command:
TX1T::>REPEAT LF 5
Temperature = 0.1degC
Temperature = 0.1degC
…c
ontinues until return (
) is pressed.
TX1T::>_
As can be seen from the above example, the repeat command refreshed the status of the
temperature value every five seconds. In the LF mode, a record of the temperature status
can be viewed on the console screen.
6.4 VERSION COMMAND
The VERSION command is used to display the serial number, abbreviated type number,
software version, program memory checksum and configuration checksum of the TX1T.
The command can be invoked as shown in the following example:
TX1T::>VER
TX1T Software 1V03 0x0D5C Configuration 0xFFF6 SN:09124321
TX1T::>_
This command is useful when the user needs to know the software version or serial
number. The program memory checksum is useful to confirm that a software update has
completed successfully without any programming errors.
6.5 STACK COMMAND
The STACK command is provided to allow the technician to gauge the health of the TX1T
microprocessor and its code by displaying the maximum usage of the program stack. The
display is a peak value of the stack usage since the TX1T was powered up. The
command can be invoked as shown in the example below:
TX1T::>STACK
Stack usage/size = 312/1024
Percentage Used = 30%
TX1T::>_