280
Chapter 8, Signaling Decoder Screen
Creating NMT Tests
CLEAR
Clear the received frame register. This statement should appear before an IF f l
statement in the test program.
SET n m
Set the counter n to the value m.
Valid entries for the parameter n are integers 1 and 2. Valid entries for m are
integers from 0 to 255.
REPEAT n l
Decrement the counter n by one and go to the label l if the counter value is still
greater than 0.
Valid entries for n are 1 and 2. Valid entries for l are integers from 0 to 255. The
specified counter n must have been set with a SET n m statement previously in the
test program. The label l must appear somewhere in the test program before the
END statement.
WAIT n
Wait n bits with no data being sent.
Valid entries for the parameter n are integers from 0 to 4095. The actual wait time
depends on the data rate setting, in bits-per-second, on the NMT ENCODER.