Tr - trace – GE 68K System User Manual

Page 106

Advertising
background image

GE Energy Services

68K System Monitor

User's Guide

SWM0023 1.00 2

General

3-80

Full Release

TR - Trace,

Continued

Syntax (continued)

Example 1

Type tr /r 20 /t0 10 208000 = 12345678 and press

ENTER

.

Results: This will allocate a buffer for 20 samples and

triggers when the long memory location becomes
12345678. It saves 10 samples before the trigger, the
trigger sample and 9 samples more to fill the buffer.

Example 2

Type tr /r 20 /t0 10 208000 change and press

ENTER

.

Results: This triggers if the long memory location changes

value.

Example 3

Type tr /r 20 /t0 10 208000 != 12345678 and press

ENTER

.

Results: This triggers if long memory value changes from the

value 12345678.

Example 4

Type tr /r 20 /t1 10 00123456 and press

ENTER

.

Results: This triggers when the RTC value if greater than or

equal to 00123456.

Example 5

Type tr /r 20 /t2 10 30123456 and press

ENTER

.

Results: This triggers after the process with the ID of

30123456 runs.

Special
Considerations

This function is only available as a special debug BootROM as
there is not enough room for it to be permanently included.

Currently, the BootROM code must have the TRACE
command compiled into S043-0 before you can use this
command. You will have to remove some other commands in
order to make room for it.

Advertising