OpenTP1 Version 7 Tester and UAP Trace User's Guide

[Contents][Index][Back][Next]

11.1.4 Setting continuous execution commands

To enable continuous execution of commands in the set sequence, create a continuous execution command file and set the commands in the file in the required execution sequence. If the end subcommand is included, the offline tester terminates and does not execute the remaining commands.

Commands (read and other subcommands) for responding to offline tester inquiries during service execution can also be set in the file. If no response subcommands are set in the file, the system waits for user input.

Definition and coding are the same as for the offline tester environment definition.

Organization of this subsection
(1) Syntax
(2) Function
(3) Operands
(4) Definition example
(5) Notes

(1) Syntax

command-name [command-argument ...] {,|;}

(2) Function

Defines commands for consecutive execution by the offline tester.

(3) Operands

(4) Definition example

call ser1 sppsub1 a_data,
call ser2 mcfsub b_data+c_data,
call ser3 sppsub2 d_data,
read rtn_data,
#call ser1 sppsub1 b_data,
         :
         :
 
end;

(5) Notes