Example 6: Communications

Before using the following program, it is necessary to set up the system for communication tasks. At TCL, lines have to be unlinked from their processes by means of the UNLINK-LINE verb. The transmission protocols for each line also have to be set using the PROTOCOL verb. These TCL commands can be incorporated into the USER-COLD-START PROC. An example of this PROC is shown below:

PQ

HSTARTPTR 0,0,0,P0

P

HUNLINK-LINE 6

P

HPROTOCOL 6,XI,XO,-B

P

See Also

Appendix C: mvBASIC Program Examples

General Coding Techniques

Example 1: Triples

Example 2: Guess

Example 3: INV-INQ

Example 4: Format

Example 5: Lot-update

Program