Converted from .HLP to .HTML by HLPTOHTML.

cfi .HLP

BLOCK_TRANSFERS

An example of a CFIMENU command file using a CAMAC block transfer is shown below:

 ! Example CFIMENU command file
 ! Note commments allowed only on CFIMENU or CAMAC commands only
  CAMAC	! Branch driver is in slot 19 (hex)
  19

! Blank line above for default logical address crate 3 ! Default Camac crate is 3 cnaf ! CNAF- enter C=1,N=17,A=0,F=0 - then -1 to exit 1,17 -1 oct ! Set up octal data input uni ! block transfer;enter C=1,N=1,A=0,F=16, number of transfers=8, followed by data, then -1 to exit 1,1,0,16 8 10 20 30 40 50 60 70 777 -1 cnaf ! CNAF with C=3 (default),N=1,A=2,F=9, then -1 to exit ,1,2,9 -1 q_st ! block transfer C=1,N=1,A=2,F=2 ; maximum transfers =8, -1 to exit 1,1,2,2 8 -1 ex ! exit from CAMAC subroutine ex ! exit from CFIMENU