User manual
18
z Continuous Command
When you would like to send two commands or more, you have to send a code between two commands. Refer to below:
<NL^END> or <^J> : New Line or ASCⅡ Line Feed Character (Hex 0A).
Last Command need add two codes. Refer to below:
<NL^END> or <^J> : New Line or ASCⅡ Line Feed Character (Hex 0A).
<CR^M> : ASCⅡ Carry Return Character (Hex 0D)
Example: Setting Frequency, Voltage and Test Speed
PC send command MAIN:FREQ 1.00000< ^END>(or <^J>) MAIN:VOLT 1.000< ^END>(or <^J>) MAIN:SPEE:FAST< ^END^M>(or <^J^M>)
ASCII CODE = 4D 41 49 4E 3A 46 52 45 51 20 31 2E 30 30 30 30 30 0A 4D 41 49 4E 3A 56 4F 4C 54 20 31 2E 30 30 30 0A 4D 41 49
4E 3A 55 50 45 45 3A 46 41 53 54 0A 0D (Hex format)










