Tektronix 071-0590-00 Welding System User Manual


 
Remote Commands
C-26 GB1400 User Manual
edit_end 1
Example #2 - To edit memory location 6 and save into memory location 8 without
affecting the current pattern or location 6.
edit_begin 6
word_order msb
byte_block 12,16,#H24,#H23
edit_end 8
If the data pattern to be programmed is not of the same WORD ORDER as that
associated with the pattern memory location being used, the WORD ORDER must be
specified prior to any editing or downloading.
Example #3 - To select 512K word mode and have a particular stored pattern with
different current pattern.
byte_mode 512
edit_begin -1
word_order msb
byte_length 65536,0
byte_fill 48,#H00,#H22#H44,#H66,#H88,#HAA
edit_end -1
save_word 0
edit_begin -1
word_order lsb
byte_len 48600,0
byte_fill 8,#HAA
byte_block 0,72,#HF6,#HF6,#HF6,#H28,#H28,#H28,#H01,#H02,#H03
.
.
.
edit_end -1