GPIB Operation Description (Option)
5-43
REM ------------------------------------------------------------
'Please run the ULI file before this program
'1905X GPIB address is 3
REM ------------------------------------------------------------
OPEN "gpib0" FOR OUTPUT AS #1
OPEN "gpib0" FOR INPUT AS #2
PRINT #1, "abort"
PRINT #1, "GPIBEOS IN LF"
PRINT #1, "output 3; SOURce: SAFEty: STOP"
PRINT #1, "output 3; SOURce: SAFEty: STEP1: AC: LEVel 600"
PRINT #1, "output 3; SOURce: SAFEty: STEP1: AC: LIMit: HIGH 0.0004"
PRINT #1, "output 3; SOURce: SAFEty: STEP2: AC: LEVel 500"
PRINT #1, "output 3; SOURce: SAFEty: STEP2: AC: LIMit: HIGH 0.0003"
'Work memory were stored in memory AAA.
PRINT #1, "output 3; *SAV 1"
PRINT #1, "output 3; MEMory: STATe: DEFine AAA,1"
'Work memory were stored in memory 1.
PRINT #1, "output 3; SOURce: SAFEty: STEP3: DC: LEVel 700"
PRINT #1, "output 3; SOURce: SAFEty: STEP3: DC: LIMit: HIGH 0.01"
PRINT #1, "output 3; SOURce: SAFEty: STEP4: IR: LEVel 800"
PRINT #1, "output 3; SOURce: SAFEty: STEP4: IR: LIMit: HIGH 5000000"
PRINT #1, "output 3; *SAV 3"
PRINT #1, "output 3; MEMory: STATe: DEFine BBB, 3"
'Work memory were stored in memory 3.
'PRINT #1, "output 3; MEMory: STORe: NAME BBB"
'Work memory were stored in memory BBB.
PRINT #1, "output 3; *RCL 1" 'Recall the memory 1
'PRINT #1, "output 3; MEMory: RECAll: NAME AAA" 'Recall the memory AAA
CLOSE: SYSTEM
www.valuetronics.com