240
Using the Pattern Generator
ASCII File Commands
Loading an ASCII file over a bus (example)

To load an ASCII file over the bus use the following example. A few

items to be noted:

Line numbers are added for documentation only and are NOT part of the
actual remote bus commands.
In this example, the string '<lf>' is a generic line feed sequence and counts
as a single character.
010 SELect <slot><lf>
020 ASCDOWN<lf>
030 FORM:MODE FULL<lf>
040 LABEL ’LAB1’,8<lf>
041 LABEL ’DATA’,8<lf>
042 LABEL ’TEST’,9<lf>
043 LABEL ’CLK’,3<lf>
044 LABEL ’BIG’,12<lf>
050 VECT #800000092<lf>
060 12 34 56 7 89A<lf>
070 0 22 7 0 FFF<lf>
080 A0 33 00 1 111<lf>
090 *M<lf>
100 92 6F 00 1 FF0<lf>
110 CA CA 00 1 00F<lf>
120 00 10 11 0 ABC<lf>