![artisan PEFT Junior Скачать руководство пользователя страница 69](http://html.mh-extra.com/html/artisan/peft-junior/peft-junior_user-manual_2978433069.webp)
60
EFT/ Burst Generator PEFT Junior
This program is a quick demonstration, using many commands. Parameters not defined in the
example are set to their default values.
6.3.7 Test programs
Verify numerical values from the program to be within the correct range ( the values are
automatically limited to their maximum and minimum ).
example:
180
!
190 CHVset=4
! Test voltage = 4kV
200 OUTPUT 712;"CHV ";CHVset
! Setting test voltage
210 OUTPUT 712;"CHV?"
! Control test voltage real
220 WAIT 0.5
! Delay for communication
230 ENTER 712;CHVreal
!
140 IF CHVreal<CHVset THEN ErrChv$="LIMIT VOLTAGE MAX"
! Test overlimit
150 IF CHVreal>chvset THEN ErrChv$="LIMIT VOLTAGE MIN"
! Test underlimit
160 ErrChv$="ok"
!
170 PRINT TABXY(35,10);"TEST VOLTAGE:";Chv,ErrChv$
! Display
Verify the input of alphanumeric characters is accepted by the P90:
example:
400
!
410 OUTPUT 712;"TRA V"
! Setting voltage transition
420 OUTPUT 712;"TRA?"
! Control transition
430 WAIT 0.5
! Delay for communication
440 ENTER 712;TRA$
!
450 OUTPUT 712;"ERR?"
! Error test
460 WAIT 0.5
!
470 IF ERR=0 THEN ErrTRA$="OK" Else ErrTRA$=ERR;" see table"!
Never forget to stop the test:
example:
1260 OUTPUT 712;"STOP"
! Safety in case of none stop
Never forget to return to local mode:
example:
1270 OUTPUT 712;"GTL"
! Go to local mode
To select an output, do not forget, the HV OUT socket is active by default ( HVO=ON ) and all
other coupling paths are inactive. If coupling to a filter is required, first deactivate the path HV
OUT before entering a coupling path.
example: