Fluke CombiScope PM3370B User Manual page 238

Autoranging combiscope instrument
Hide thumbs Also See for CombiScope PM3370B:
Table of Contents

Advertisement

THE CPL PROTOCOL
Examples: (of user text)
1)
Program the following user text to be displayed on the screen of the
oscilloscope: Measurement 15
100 PRINT #1,"PT"
110 GOSUB 1000
120 PRINT #1,"Measurement 15":'Send user text
130 GOSUB 1000
2)
In the next example user text, containing non-keyboard characters ( =25
decimal and s =125 decimal), is programmed to be displayed on the screen
of the oscilloscope, e.g.: Ohm( ),Up(s).
100 PRINT #1,"PT"
110 GOSUB 1000
120 PRINT #1,"Ohm(";CHR$(25);"),Up(";CHR$(125);")."
130 GOSUB 1000
Example: (of setup text)
Program the following text to set up register 7 of the oscilloscope:
1.25 k (CH1)
100 PRINT #1,"SS 7"
110 GOSUB 1000
120 PRINT #1,"PT S 7"
130 GOSUB 1000
140 PRINT #1,"1.25 k";CHR$(25);" (CH1)"
150 GOSUB 1000
:'Program user Text command
:'Sync on acknowledge
:'Sync on acknowledge
:'Program user Text command
:'Sync on acknowledge
:'Send user text
:'Sync on acknowledge
:'Save Setup command
:'Sync on acknowledge
:'Program setup Text command
:'Sync on acknowledge
:'Send setup text
:'Sync on acknowledge
6 - 21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents