Programming Examples 3-13
DS335 Synthesized Function Generator
EXAMPLE 2: RS232 COMMUNICATION. BASIC LANGUAGE
BASIC Program to demonstrate communication with the DS335 via RS232. Program assumes the RS232
option is enabled (use [SHIFT] [2]) and the BAUD rate is set to 9600.
10 OPEN "com2:9600,n,8,2,cs,ds,cd" FOR RANDOM AS #1 'Set up com2'
20 PRINT #1, " "
30 PRINT #1, "*rst" 'Reset the DS335'
40 GOSUB 190 'Query DS335 and diplay result'
50 PRINT #1, "freq1234567" 'Set new frequency'
60 GOSUB 190 'Query DS335 and diplay result'
70 PRINT #1, "*rst" 'Reset the DS335'
80 FOR I = 0 TO 4 'Step through all functions'
90 PRINT #1, "func", I
100 GOSUB 190 'Query DS335 and diplay result'
110 NEXT I
120 PRINT #1, "*rst" 'Reset the DS335'
130 PRINT #1, "ampl 0vp" 'Set amplitude to 0 volts '
140 FOR I = -5 TO 5 'Set DS335 offset from -5V to +5V'
150 PRINT #1, "offs", I 'and query each time'
160 GOSUB 190 'Query DS335 and diplay result'
170 NEXT I
180 END
'Routine to query the DS335 frequency,'
190 PRINT #1, "freq?" 'offset, and amplitude and display them'
200 INPUT #1, F
210 PRINT #1, "ampl?"
220 INPUT #1, A
230 PRINT #1, "offs?"
240 INPUT #1, O
250 PRINT " Frequ="; F; " Ampl="; A; " Offs="; O
260 RETURN
Содержание DS335
Страница 2: ...DS335 Synthesized Function Generator...
Страница 6: ...iv SRS Symbols DS335 Synthesized Function Generator...
Страница 10: ...viii Specifications DS335 Synthesized Function Generator...
Страница 18: ...2 4 Introduction DS335 Synthesized Function Generator...
Страница 22: ...2 8 Features DS335 Synthesized Function Generator...
Страница 26: ...2 12 Function Setting DS335 Synthesized Function Generator...
Страница 29: ...Sweeps FSK 2 15 DS335 Synthesized Function Generator External Frequency Shift Keying FSK Example...
Страница 30: ...2 16 Sweeps FSK DS335 Synthesized Function Generator...
Страница 42: ...3 10 Programming Commands DS335 Synthesized Function Generator...
Страница 46: ...3 14 Programming Examples DS335 Synthesized Function Generator...
Страница 50: ...4 4 Troubleshooting DS335 Synthesized Function Generator...
Страница 74: ...5 8 Circuitry DS335 Synthesized Function Generator...