April 26, 2001 onl5V4: デスクトップ Solaris 7 cc ドライバのテスト --- スタンドアロン・システム上での cc ドライバの実行、スピード測定 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (http://www-online.kek.jp/~inoue/CAMAC/ onl5v4-sol7/camac-step09.txt) 高エネルギー加速器研究機構 素粒子原子核研究所 物理、オンライングループ 井上 栄二 (1). 現状確認 (A). SPARC CPU-5V、Solaris7 を入手した。 (B). FORCE,CPU-5V(microSPARC-II)、に Solaris 7 のシステムを インストールした。 (C). /etc の下の各設定、および /export/home の作成をした。 (D). CPU-5V に Solaris7用の VMEドライバ、FRCdrv-2.7(FRCvme v2.4.1) をインストールした。 (E). onl5v4 に ccドライバ、"FORCE-50T-sol2.6-list"を一部修正して インストールした。 (F). onl5v4、Solaris7 で CAMAC の基本動作を正常に実行できることを確認、 さらに、KEKリスト処理、Kineticリスト処理も正常に実行できることを 確認した。 (G). 配布キットを作成した。 (2). ここでやるべきこと onl5v4、デスクトップSolaris7の下で、シングルアクション、割り込み、 ブロック転送、およびリスト処理を実行した時のデータ転送速度を調べる。 使用する camacドライバは、"FORCE-5V-sol7-list"である。 (3). データ転送速度測定プログラムの修正およびコンパイル (3-1). テスト・プログラムを入手する onl5v4[34]% rcp -pr onlsun1:/export/home/onlsun1/inoue/workstation/onl8v1/Solaris7/CAMAC/CAMAC-speed-list . onl5v4[35]% ls -l total 48 drwxr-xr-x 7 inoue kek 512 Mar 16 15:16 CAMAC/ drwxr-xr-x 7 inoue kek 512 Mar 30 16:52 CAMAC-speed-list/ drwxr-xr-x 3 inoue kek 512 Aug 28 1999 VME-Driver/ -rw-r--r-- 1 inoue kek 8914 Feb 27 14:48 messages -rw-r--r-- 1 inoue kek 11100 Feb 27 11:37 prtconf-v.log drwxr-xr-x 3 inoue kek 512 Mar 16 09:41 tmp/ onl5v4[36]% cd *list /export/home/onl5v4/inoue/CAMAC-speed-list onl5v4[37]% ls -l total 14 drwxr-xr-x 2 inoue kek 512 Mar 28 16:08 camasm/ drwxr-xr-x 5 inoue kek 2560 Apr 20 15:44 examples-Solaris2.x/ drwxr-xr-x 3 inoue kek 512 Oct 27 1998 includes/ drwxr-xr-x 3 inoue kek 512 Mar 28 16:19 lib/ drwxr-xr-x 6 inoue kek 512 Mar 28 16:11 tmp/ onl5v4[38]% (3-2). テスト・プログラムコンパイルする onl5v4[44]% which cc /kek/compilers/ws5.0/SUNWspro/bin/cc onl5v4[45]% cc -V cc: WorkShop Compilers 5.0 98/12/15 C 5.0 usage: cc [ options] files. Use 'cc -flags' for details onl5v4[46]% which f77 /kek/compilers/ws5.0/SUNWspro/bin/f77 onl5v4[47]% f77 -V f77: WorkShop Compilers 5.0 98/12/15 FORTRAN 77 5.0 Usage: f77 [ options ] files. Use 'f77 -flags' for details onl5v4[48]% (3-2-1). camasmディレクトリの下のコンパイル onl5v4[51]% pwd /export/home/onl5v4/inoue/CAMAC-speed-list/camasm onl5v4[52]% ls -l total 136 -rw-r--r-- 1 inoue kek 448 Oct 27 1998 Makefile -rw-r--r-- 1 inoue kek 448 Mar 28 16:03 Makefile-Mar28-2001 -rw-r--r-- 1 inoue kek 11251 Oct 27 1998 asm_code.h -rwxr-xr-x 1 inoue kek 28340 Mar 28 16:08 camasm* -rw-r--r-- 1 inoue kek 24762 Oct 27 1998 camasm.c -rw-r--r-- 1 inoue kek 1646 Oct 27 1998 err_code.h onl5v4[53]% make clean rm -f camasm *.obj *.lis *~ *.o core onl5v4[54]% make cc -O -o camasm camasm.c "./asm_code.h", line 193: warning: initializer does not fit or is out of range: -1 onl5v4[55]% ls -l total 136 -rw-r--r-- 1 inoue kek 448 Oct 27 1998 Makefile -rw-r--r-- 1 inoue kek 448 Mar 28 16:03 Makefile-Mar28-2001 -rw-r--r-- 1 inoue kek 11251 Oct 27 1998 asm_code.h -rwxr-xr-x 1 inoue kek 28340 Apr 25 17:39 camasm* -rw-r--r-- 1 inoue kek 24762 Oct 27 1998 camasm.c -rw-r--r-- 1 inoue kek 1646 Oct 27 1998 err_code.h onl5v4[56]% ok. 正常にコンパイルできた。 (3-2-2). libディレクトリの下のコンパイル onl5v4[68]% pwd /export/home/onl5v4/inoue/CAMAC-speed-list/lib onl5v4[69]% ls -l total 60 -rw-r--r-- 1 inoue kek 2041 Oct 27 1998 Makefile -rw-r--r-- 1 inoue kek 9740 Oct 27 1998 camlib.c -rw-r--r-- 1 inoue kek 1415 Oct 27 1998 camlib.h -rw-r--r-- 1 inoue kek 2748 Oct 27 1998 cc.h -rw-r--r-- 1 inoue kek 2288 Oct 27 1998 cc_common.h -rw-r--r-- 1 inoue kek 876 Oct 27 1998 cc_config.h -rw-r--r-- 1 inoue kek 3289 Oct 27 1998 forlib.c -rw-r--r-- 1 inoue kek 4058 Oct 27 1998 k2917.h drwxr-xr-x 2 inoue kek 512 Oct 27 1998 onpcux1-hp-rt/ onl5v4[70]% make clean \rm -f cc *.o libcamac.a cam1 cam2 cam3 *~ core onl5v4[71]% make libcamac.a cc -O -c camlib.c -o camlib.o -I. cc -O -c forlib.c -o forlib.o -I. rm -f libcamac.a ar rcv libcamac.a camlib.o forlib.o a - camlib.o a - forlib.o ar: writing libcamac.a onl5v4[72]% ls -l total 116 -rw-r--r-- 1 inoue kek 2041 Oct 27 1998 Makefile -rw-r--r-- 1 inoue kek 9740 Oct 27 1998 camlib.c -rw-r--r-- 1 inoue kek 1415 Oct 27 1998 camlib.h -rw-r--r-- 1 inoue kek 9640 Apr 25 17:43 camlib.o -rw-r--r-- 1 inoue kek 2748 Oct 27 1998 cc.h -rw-r--r-- 1 inoue kek 2288 Oct 27 1998 cc_common.h -rw-r--r-- 1 inoue kek 876 Oct 27 1998 cc_config.h -rw-r--r-- 1 inoue kek 3289 Oct 27 1998 forlib.c -rw-r--r-- 1 inoue kek 3492 Apr 25 17:43 forlib.o -rw-r--r-- 1 inoue kek 4058 Oct 27 1998 k2917.h -rw-r--r-- 1 inoue kek 13992 Apr 25 17:43 libcamac.a drwxr-xr-x 2 inoue kek 512 Oct 27 1998 onpcux1-hp-rt/ onl5v4[73]% ok. 正常にコンパイルできた。 (3-2-3). examples-Solaris2.xディレクトリの下のコンパイル onl5v4[77]% pwd /export/home/onl5v4/inoue/CAMAC-speed-list/examples-Solaris2.x onl5v4[78]% ls Makefile camtest6sin-ini.asm Makefile-Apr12-2001 camtest6sin-ini.asm-ok Makefile-Apr13-2001 camtest6sin-ini.obj Makefile-Apr17-2001 camtest6single.asm Makefile-Apr18-2001 camtest6single.asm-Apr12-2001 Makefile-org camtest6single.asm-ok cam6.asm camtest6single.asm50loop cam6.c camtest6single.asm600loop camblock_measure.c camtest6single.obj camblock_measure1* camtest7blk-ini.asm camblock_measure1.c camtest7blk-ini.obj camint_measure.c camtest7blk-ini0.asm camint_measure1* camtest7blk-ini0.obj camint_measure1.c camtest7blk.asm camint_measure1.c-Apr3-2001 camtest7blk.asm-ok camsingle.sh* camtest7blk.obj camsingle_measure.c camtest7sin-ini.asm camsingle_measure1* camtest7sin-ini.obj camsingle_measure1.c camtest7single.asm camtest4c.c camtest7single.asm-tmp camtest4dma.asm camtest7single.obj camtest4int.asm cmdump.c camtest4single.asm cregdump.c camtest4single.obj creset* camtest5c* creset.c camtest5c.c keklistblock_m1* camtest5c1.c keklistblock_m1.c camtest5c2.c keklistblock_m1.c-bak camtest6blk-ini.asm keklistint_m1* camtest6blk-ini.asm3loop keklistint_m1.c camtest6blk-ini.obj keklistsingle.sh* camtest6blk-ini0.asm keklistsingle_m1* camtest6blk-ini0.asm-org keklistsingle_m1.c camtest6blk-ini0.obj keklistsingle_m1.c-ok camtest6blk.asm kinelistblk.sh* camtest6blk.asm16k kinelistblk_m1* camtest6blk.asm3loop kinelistblk_m1.c camtest6blk.obj kinelistblk_m1.c-ok camtest6block-ini.asm kinelistsingle.sh* camtest6block.asm kinelistsingle_m1* camtest6block.obj kinelistsingle_m1.c camtest6int-ini.asm kinelistsingle_m1.c-tmp camtest6int-ini.obj old-log/ camtest6int.asm old-src/ camtest6int.obj tmp/ onl5v4[79]% make clean rm -f creset cregdump cmdump \ camtestc camtestf \ camtest1c camtest1f \ camtest10c camtest11c camtest12c camtest13c camtest14c \ camtest2c camtest2f \ camtest3c camtest3f camtest31c \ camtest4c camtest4.obj camtest41c \ camtest4single.obj camtest4dma.obj camtest4int.obj \ camtest4etc.obj \ camtest5c \ camsingle_measure camsingle_measure1 camblock_measure \ camblock_measure1 camint_measure1 \ keklistsingle_m1 camtest6single.obj camtest6sin-ini.obj \ keklistint_m1 camtest6int.obj camtest6int-ini.obj \ keklistblock_m1 camtest6blk.obj camtest6blk-ini.obj \ kinelistsingle_m1 camtest7single.obj camtest7sin-ini.obj \ core onl5v4[80]% make cc -DOSF1 -o camsingle_measure1 camsingle_measure1.c -I../includes -L../lib -lcamac cc -DOSF1 -o camint_measure1 camint_measure1.c -I../includes -L../lib -lcamac cc -DOSF1 -o camblock_measure1 camblock_measure1.c -I../includes -L../lib -lcamac cc -DOSF1 -o keklistsingle_m1 keklistsingle_m1.c -I../includes -L../lib -lcamac ../camasm/camasm camtest6single.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest6sin-ini.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 cc -DOSF1 -o keklistint_m1 keklistint_m1.c -I../includes -L../lib -lcamac ../camasm/camasm camtest6int.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest6int-ini.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 cc -DOSF1 -o keklistblock_m1 keklistblock_m1.c -I../includes -L../lib -lcamac ../camasm/camasm camtest6blk.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest6blk-ini0.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest6blk-ini.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 cc -DOSF1 -o kinelistsingle_m1 kinelistsingle_m1.c -I../includes -L../lib -lcamac ../camasm/camasm camtest7single.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest7sin-ini.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 cc -DOSF1 -o kinelistblk_m1 kinelistblk_m1.c -I../includes -L../lib -lcamac ../camasm/camasm camtest7blk.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest7blk-ini0.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 ../camasm/camasm camtest7blk-ini.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 cc -DOSF1 -o camtest5c camtest5c.c -I../includes -L../lib -lcamac ../camasm/camasm camtest4single.asm CAMASM macro assembler V0.1 --- KEK online group --- Modified by Y.T Oct-1991 onl5v4[81]% ls -l total 932 -rw-r--r-- 1 inoue kek 7821 Apr 18 11:11 Makefile -rw-r--r-- 1 inoue kek 6780 Apr 12 16:01 Makefile-Apr12-2001 -rw-r--r-- 1 inoue kek 6780 Apr 13 11:28 Makefile-Apr13-2001 -rw-r--r-- 1 inoue kek 7294 Apr 17 17:24 Makefile-Apr17-2001 -rw-r--r-- 1 inoue kek 7667 Apr 18 11:08 Makefile-Apr18-2001 -rw-r--r-- 1 inoue kek 4575 Mar 30 14:21 Makefile-org -rw-r--r-- 1 inoue kek 708 Apr 12 15:46 cam6.asm -rw-r--r-- 1 inoue kek 1880 Apr 12 15:47 cam6.c -rw-r--r-- 1 inoue kek 3852 Oct 27 1998 camblock_measure.c -rwxr-xr-x 1 inoue kek 17316 Apr 25 17:47 camblock_measure1* -rw-r--r-- 1 inoue kek 4915 Apr 9 11:22 camblock_measure1.c -rw-r--r-- 1 inoue kek 3937 Oct 27 1998 camint_measure.c -rwxr-xr-x 1 inoue kek 17480 Apr 25 17:47 camint_measure1* -rw-r--r-- 1 inoue kek 5114 Apr 3 17:10 camint_measure1.c -rw-r--r-- 1 inoue kek 5333 Apr 3 15:59 camint_measure1.c-Apr3-2001 -rwxr--r-- 1 inoue kek 313 Oct 28 1998 camsingle.sh* -rw-r--r-- 1 inoue kek 2340 Oct 27 1998 camsingle_measure.c -rwxr-xr-x 1 inoue kek 55696 Apr 25 17:47 camsingle_measure1* -rw-r--r-- 1 inoue kek 44675 Apr 9 11:18 camsingle_measure1.c -rw-r--r-- 1 inoue kek 2151 Mar 30 16:35 camtest4c.c -rw-r--r-- 1 inoue kek 709 Mar 30 16:36 camtest4dma.asm -rw-r--r-- 1 inoue kek 903 Mar 30 16:36 camtest4int.asm -rw-r--r-- 1 inoue kek 603 Mar 30 16:36 camtest4single.asm -rw-r--r-- 1 inoue kek 195 Apr 25 17:47 camtest4single.obj -rwxr-xr-x 1 inoue kek 15088 Apr 25 17:47 camtest5c* -rw-r--r-- 1 inoue kek 2040 Mar 30 16:37 camtest5c.c -rw-r--r-- 1 inoue kek 2027 Mar 30 16:37 camtest5c1.c -rw-r--r-- 1 inoue kek 2028 Apr 5 14:58 camtest5c2.c -rw-r--r-- 1 inoue kek 917 Apr 12 15:07 camtest6blk-ini.asm -rw-r--r-- 1 inoue kek 600 Apr 6 15:55 camtest6blk-ini.asm3loop -rw-r--r-- 1 inoue kek 174 Apr 25 17:47 camtest6blk-ini.obj -rw-r--r-- 1 inoue kek 411 Apr 12 15:04 camtest6blk-ini0.asm -rw-r--r-- 1 inoue kek 596 Apr 6 15:56 camtest6blk-ini0.asm-org -rw-r--r-- 1 inoue kek 90 Apr 25 17:47 camtest6blk-ini0.obj -rw-r--r-- 1 inoue kek 1005 Apr 12 15:09 camtest6blk.asm -rw-r--r-- 1 inoue kek 613 Apr 6 16:08 camtest6blk.asm16k -rw-r--r-- 1 inoue kek 608 Apr 6 15:54 camtest6blk.asm3loop -rw-r--r-- 1 inoue kek 174 Apr 25 17:47 camtest6blk.obj -rw-r--r-- 1 inoue kek 752 Apr 5 14:36 camtest6block-ini.asm -rw-r--r-- 1 inoue kek 752 Apr 5 14:35 camtest6block.asm -rw-r--r-- 1 inoue kek 405 Mar 30 17:38 camtest6block.obj -rw-r--r-- 1 inoue kek 766 Apr 11 11:34 camtest6int-ini.asm -rw-r--r-- 1 inoue kek 196 Apr 25 17:47 camtest6int-ini.obj -rw-r--r-- 1 inoue kek 761 Apr 11 11:33 camtest6int.asm -rw-r--r-- 1 inoue kek 216 Apr 25 17:47 camtest6int.obj -rw-r--r-- 1 inoue kek 444 Apr 9 10:36 camtest6sin-ini.asm -rw-r--r-- 1 inoue kek 442 Apr 9 10:36 camtest6sin-ini.asm-ok -rw-r--r-- 1 inoue kek 90 Apr 25 17:47 camtest6sin-ini.obj -rw-r--r-- 1 inoue kek 3084 Apr 16 11:11 camtest6single.asm -rw-r--r-- 1 inoue kek 3073 Apr 9 14:19 camtest6single.asm-Apr12-2001 -rw-r--r-- 1 inoue kek 458 Apr 9 10:33 camtest6single.asm-ok -rw-r--r-- 1 inoue kek 1727 Apr 9 14:17 camtest6single.asm50loop -rw-r--r-- 1 inoue kek 16185 Apr 9 14:11 camtest6single.asm600loop -rw-r--r-- 1 inoue kek 1140 Apr 25 17:47 camtest6single.obj -rw-r--r-- 1 inoue kek 1244 Apr 19 15:31 camtest7blk-ini.asm -rw-r--r-- 1 inoue kek 28 Apr 25 17:47 camtest7blk-ini.obj -rw-r--r-- 1 inoue kek 554 Apr 18 11:18 camtest7blk-ini0.asm -rw-r--r-- 1 inoue kek 49 Apr 25 17:47 camtest7blk-ini0.obj -rw-r--r-- 1 inoue kek 1386 Apr 19 15:31 camtest7blk.asm -rw-r--r-- 1 inoue kek 1383 Apr 19 10:19 camtest7blk.asm-ok -rw-r--r-- 1 inoue kek 28 Apr 25 17:47 camtest7blk.obj -rw-r--r-- 1 inoue kek 384 Apr 16 10:45 camtest7sin-ini.asm -rw-r--r-- 1 inoue kek 27 Apr 25 17:47 camtest7sin-ini.obj -rw-r--r-- 1 inoue kek 3063 Apr 17 16:17 camtest7single.asm -rw-r--r-- 1 inoue kek 16162 Apr 17 16:16 camtest7single.asm-tmp -rw-r--r-- 1 inoue kek 1077 Apr 25 17:47 camtest7single.obj -rw-r--r-- 1 inoue kek 1493 Oct 27 1998 cmdump.c -rw-r--r-- 1 inoue kek 1992 Oct 27 1998 cregdump.c -rw-r--r-- 1 inoue kek 999 Oct 27 1998 creset.c -rwxr-xr-x 1 inoue kek 17472 Apr 25 17:47 keklistblock_m1* -rw-r--r-- 1 inoue kek 5401 Apr 12 15:10 keklistblock_m1.c -rw-r--r-- 1 inoue kek 4959 Apr 4 14:13 keklistblock_m1.c-bak -rwxr-xr-x 1 inoue kek 17028 Apr 25 17:47 keklistint_m1* -rw-r--r-- 1 inoue kek 4823 Apr 11 11:35 keklistint_m1.c -rwxr--r-- 1 inoue kek 311 Apr 9 14:26 keklistsingle.sh* -rwxr-xr-x 1 inoue kek 16084 Apr 25 17:47 keklistsingle_m1* -rw-r--r-- 1 inoue kek 4181 Apr 12 17:14 keklistsingle_m1.c -rw-r--r-- 1 inoue kek 4139 Apr 9 10:23 keklistsingle_m1.c-ok -rwxr--r-- 1 inoue kek 309 Apr 19 14:58 kinelistblk.sh* -rwxr-xr-x 1 inoue kek 17872 Apr 25 17:47 kinelistblk_m1* -rw-r--r-- 1 inoue kek 6120 Apr 20 15:44 kinelistblk_m1.c -rw-r--r-- 1 inoue kek 6177 Apr 19 10:29 kinelistblk_m1.c-ok -rwxr--r-- 1 inoue kek 312 Apr 13 11:26 kinelistsingle.sh* -rwxr-xr-x 1 inoue kek 16916 Apr 25 17:47 kinelistsingle_m1* -rw-r--r-- 1 inoue kek 4517 Apr 18 10:53 kinelistsingle_m1.c -rw-r--r-- 1 inoue kek 4505 Apr 17 15:52 kinelistsingle_m1.c-tmp drwxr-xr-x 3 inoue kek 2048 Mar 30 14:37 old-log/ drwxr-xr-x 2 inoue kek 2048 Apr 20 15:17 old-src/ drwxr-xr-x 2 inoue kek 512 Mar 30 14:11 tmp/ onl5v4[82]% ok. 正常にコンパイルできた。 (4). データ転送速度測定プログラムの実行 上記でコンパイルしたデータ転送速度測定プログラムを実行する。 測定は次の項目について行った。 o 基本処理 24 ビット camac シングルアクション Read実行時間 camac LAM 割り込み処理実行時間 16 ビット camac ブロック転送速度 o KEKリスト処理 24 ビット camac シングルアクション Read実行時間 camac LAM 割り込み処理実行時間 16 ビット camac ブロック転送速度 o Kineticリスト処理 24 ビット camac シングルアクション Read実行時間 16 ビット camac ブロック転送速度 (4-1). 基本処理、24 ビットcamacシングルアクション Read実行時間の測定 シェルスクリプトを使って、データ転送速度測定プログラムを 100回繰り返し ている。 onl5v4# pwd /export/home/onl5v4/inoue/CAMAC-speed-list/examples-Solaris2.x onl5v4# camsingle.sh program execution : loop count = 1 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60720 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 2 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61190 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 3 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 61452 microsec elapsed time 61 microsec CAMAC READ single action takes 53 microsec. program execution : loop count = 4 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 61071 microsec elapsed time 61 microsec CAMAC READ single action takes 53 microsec. program execution : loop count = 5 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60835 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 6 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60967 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 7 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60978 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 8 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 61066 microsec elapsed time 61 microsec CAMAC READ single action takes 53 microsec. program execution : loop count = 9 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61015 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 10 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 61205 microsec elapsed time 61 microsec CAMAC READ single action takes 53 microsec. program execution : loop count = 11 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60997 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 12 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61088 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 13 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61393 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 14 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60982 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 15 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60943 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 16 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60982 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 17 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61214 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 18 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60806 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 19 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60870 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 20 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61170 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 21 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61484 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 22 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60806 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 23 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60825 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 24 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60974 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 25 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61041 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 26 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60980 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 27 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60954 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 28 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61284 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 29 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61416 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 30 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60828 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 31 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61037 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 32 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60994 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 33 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60958 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 34 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61016 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 35 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60841 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 36 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60933 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 37 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60879 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 38 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61055 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 39 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60802 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 40 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 60998 microsec elapsed time 60 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 41 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60846 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 42 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61099 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 43 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60840 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 44 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60989 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 45 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61012 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 46 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60882 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 47 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61095 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 48 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61097 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 49 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61115 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 50 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61030 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 51 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60960 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 52 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61061 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 53 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61078 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 54 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61076 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 55 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60968 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 56 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61146 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 57 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60942 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 58 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61109 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 59 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60947 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 60 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61223 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 61 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60863 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 62 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60976 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 63 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60976 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 64 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61083 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 65 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60983 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 66 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 61024 microsec elapsed time 61 microsec CAMAC READ single action takes 53 microsec. program execution : loop count = 67 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60832 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 68 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60982 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 69 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60970 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 70 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60978 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 71 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61086 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 72 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61061 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 73 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60909 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 74 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60942 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 75 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60988 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 76 elapsed time 0 sec, 8 microsec overhead time 8 microsec elapsed time 0 sec, 60989 microsec elapsed time 60 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 77 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60947 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 78 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61113 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 79 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 60947 microsec elapsed time 60 microsec CAMAC READ single action takes 50 microsec. program execution : loop count = 80 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61142 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 81 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61004 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 82 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61023 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 83 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61000 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 84 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61125 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 85 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61145 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 86 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61338 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 87 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60831 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 88 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61065 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 89 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60929 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 90 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60891 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 91 elapsed time 0 sec, 10 microsec overhead time 10 microsec elapsed time 0 sec, 61159 microsec elapsed time 61 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 92 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61172 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 93 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60785 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program execution : loop count = 94 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61001 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 95 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61055 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 96 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61140 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 97 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61163 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 98 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61254 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 99 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 61017 microsec elapsed time 61 microsec CAMAC READ single action takes 52 microsec. program execution : loop count = 100 elapsed time 0 sec, 9 microsec overhead time 9 microsec elapsed time 0 sec, 60940 microsec elapsed time 60 microsec CAMAC READ single action takes 51 microsec. program stop onl5v4# 基本処理で、24ビットシングルアクションReadを実行するのに要した時間は、 52μsec であった。 (4-2). 基本処理、camac LAM 割り込み処理実行時間 onl5v4# priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 275 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 68 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 66 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 265 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 66 microsec. CAM_WaitLAM takes 267 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 267 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 269 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 266 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 268 microsec. onl5v4# !! priocntl -e -c RT -p 55 camint_measure1 write_pulse takes 67 microsec. CAM_WaitLAM takes 267 microsec. onl5v4# 基本処理で、割り込み処理を実行するのに要した時間は、267μsec であった。 (4-3). 基本処理、16 ビット camac ブロック転送速度 onl5v4# priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 605 microsec. CAMAC READ block action with 8Kwords takes 18083 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 601 microsec. CAMAC READ block action with 8Kwords takes 18084 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 598 microsec. CAMAC READ block action with 8Kwords takes 18092 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 600 microsec. CAMAC READ block action with 8Kwords takes 18084 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 629 microsec. CAMAC READ block action with 8Kwords takes 18084 microsec. transfer speed is 917 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 601 microsec. CAMAC READ block action with 8Kwords takes 18091 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 603 microsec. CAMAC READ block action with 8Kwords takes 18079 microsec. transfer speed is 916 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 597 microsec. CAMAC READ block action with 8Kwords takes 18088 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 599 microsec. CAMAC READ block action with 8Kwords takes 18085 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 597 microsec. CAMAC READ block action with 8Kwords takes 18079 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 603 microsec. CAMAC READ block action with 8Kwords takes 18089 microsec. transfer speed is 915 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 599 microsec. CAMAC READ block action with 8Kwords takes 18101 microsec. transfer speed is 914 KB/S onl5v4# !! priocntl -e -c RT -p 55 camblock_measure1 CAMAC READ block action with 1word takes 600 microsec. CAMAC READ block action with 8Kwords takes 18090 microsec. transfer speed is 915 KB/S onl5v4# 基本処理で、ブロック転送のオーバーヘッドに要した時間は、600μsec で あった。 データを、8Kワード読み出すのに要した時間は 18090μsec で、 転送速度は、915 KByte/sec であった。 (4-4). KEKリスト処理、24 ビット camac シングルアクション Read実行時間 onl5v4# keklistsingle.sh program execution : loop count = 1 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3797 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 2 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3948 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 3 elapsed time 0 sec, 431 microsec overhead time 431 microsec elapsed time 0 sec, 3791 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 4 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3948 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 5 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3802 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 6 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3789 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 7 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 8 elapsed time 0 sec, 421 microsec overhead time 421 microsec elapsed time 0 sec, 3802 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 9 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3949 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 10 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3791 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 11 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 4137 microsec CAMAC READ single action takes 37 microsec. program execution : loop count = 12 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3794 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 13 elapsed time 0 sec, 527 microsec overhead time 527 microsec elapsed time 0 sec, 4119 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 14 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3807 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 15 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3785 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 16 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3921 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 17 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3798 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 18 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3922 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 19 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 20 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3789 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 21 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3925 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 22 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3793 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 23 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3900 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 24 elapsed time 0 sec, 430 microsec overhead time 430 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 25 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3901 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 26 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3798 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 27 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3902 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 28 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3795 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 29 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3906 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 30 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3938 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 31 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 32 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3930 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 33 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3793 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 34 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3784 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 35 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3788 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 36 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3800 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 37 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3940 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 38 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3794 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 39 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3936 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 40 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3795 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 41 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3789 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 42 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3927 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 43 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3791 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 44 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3795 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 45 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3789 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 46 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3941 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 47 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 48 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3944 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 49 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3783 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 50 elapsed time 0 sec, 529 microsec overhead time 529 microsec elapsed time 0 sec, 3924 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 51 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3777 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 52 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3780 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 53 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3931 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 54 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3797 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 55 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3901 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 56 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3797 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 57 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3912 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 58 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3780 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 59 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3905 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 60 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3782 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 61 elapsed time 0 sec, 422 microsec overhead time 422 microsec elapsed time 0 sec, 3791 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 62 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3799 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 63 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 64 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3799 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 65 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 66 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3930 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 67 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3789 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 68 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3927 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 69 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3923 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 70 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3802 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 71 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 72 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3795 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 73 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 74 elapsed time 0 sec, 519 microsec overhead time 519 microsec elapsed time 0 sec, 3934 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 75 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3924 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 76 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3801 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 77 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3902 microsec CAMAC READ single action takes 34 microsec. program execution : loop count = 78 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 79 elapsed time 0 sec, 430 microsec overhead time 430 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 80 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3936 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 81 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 82 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3936 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 83 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 84 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 85 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3932 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 86 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3790 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 87 elapsed time 0 sec, 427 microsec overhead time 427 microsec elapsed time 0 sec, 3787 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 88 elapsed time 0 sec, 429 microsec overhead time 429 microsec elapsed time 0 sec, 3942 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 89 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3790 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 90 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3926 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 91 elapsed time 0 sec, 422 microsec overhead time 422 microsec elapsed time 0 sec, 3786 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 92 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3791 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 93 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3791 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 94 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3940 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 95 elapsed time 0 sec, 423 microsec overhead time 423 microsec elapsed time 0 sec, 3787 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 96 elapsed time 0 sec, 425 microsec overhead time 425 microsec elapsed time 0 sec, 3789 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 97 elapsed time 0 sec, 422 microsec overhead time 422 microsec elapsed time 0 sec, 3792 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 98 elapsed time 0 sec, 428 microsec overhead time 428 microsec elapsed time 0 sec, 3933 microsec CAMAC READ single action takes 35 microsec. program execution : loop count = 99 elapsed time 0 sec, 424 microsec overhead time 424 microsec elapsed time 0 sec, 3793 microsec CAMAC READ single action takes 33 microsec. program execution : loop count = 100 elapsed time 0 sec, 426 microsec overhead time 426 microsec elapsed time 0 sec, 3796 microsec CAMAC READ single action takes 33 microsec. program stop onl5v4# KEKリスト処理で、24 ビット camacシングルアクション Readのオーバーヘッド に要した時間は、426μsec であった。 データ読み出しに要した時間は 33μsec であった。 (4-5). KEKリスト処理、camac LAM 割り込み処理実行時間 onl5v4# priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 207 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 199 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 134 microsec. WAITINT takes 191 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 198 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 202 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 199 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 208 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 198 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 198 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 200 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 208 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 198 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 205 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 201 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 123 microsec. WAITINT takes 200 microsec. onl5v4# !! priocntl -e -c RT -p 55 keklistint_m1 write_pulse takes 124 microsec. WAITINT takes 198 microsec. onl5v4# KEKリスト処理で、割り込み処理を実行するのに要した時間は、124μsec で あった。 (4-6). KEKリスト処理、16 ビット camac ブロック転送速度 onl5v4# priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 342 microsec. CAMAC READ block action with 8Kwords takes 17758 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 350 microsec. CAMAC READ block action with 8Kwords takes 17752 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 351 microsec. CAMAC READ block action with 8Kwords takes 17749 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 351 microsec. CAMAC READ block action with 8Kwords takes 17749 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 341 microsec. CAMAC READ block action with 8Kwords takes 17747 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 342 microsec. CAMAC READ block action with 8Kwords takes 17754 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 342 microsec. CAMAC READ block action with 8Kwords takes 17757 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 343 microsec. CAMAC READ block action with 8Kwords takes 17747 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 349 microsec. CAMAC READ block action with 8Kwords takes 17756 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 342 microsec. CAMAC READ block action with 8Kwords takes 17755 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 341 microsec. CAMAC READ block action with 8Kwords takes 17748 microsec. transfer speed is 919 KB/S onl5v4# !! priocntl -e -c RT -p 55 keklistblock_m1 CAMAC READ block action with 1word takes 341 microsec. CAMAC READ block action with 8Kwords takes 17749 microsec. transfer speed is 919 KB/S onl5v4# KEKリスト処理で、ブロック転送のオーバーヘッドに要した時間は、341μsec であった。 データを、8Kワード読み出すのに要した時間は 17749μsec で、 転送速度は、919 KByte/sec であった。 (4-7). Kineticリスト処理、24 ビット camac シングルアクション Read実行時間 onl5v4# kinelistsingle.sh program execution : loop count = 1 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 584 microsec overhead time 584 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1758 microsec CAMAC READ single action takes 11 microsec. program execution : loop count = 2 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 3 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1781 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 4 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 5 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1792 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 6 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 780 microsec overhead time 780 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 7 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1785 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 8 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1804 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 9 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 789 microsec overhead time 789 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1814 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 10 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 11 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 12 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 779 microsec overhead time 779 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1904 microsec CAMAC READ single action takes 11 microsec. program execution : loop count = 13 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1792 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 14 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1792 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 15 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 780 microsec overhead time 780 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1783 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 16 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 774 microsec overhead time 774 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1785 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 17 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1777 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 18 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 19 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1787 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 20 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1779 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 21 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1771 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 22 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 779 microsec overhead time 779 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 23 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 879 microsec overhead time 879 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1783 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 24 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 778 microsec overhead time 778 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1805 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 25 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 789 microsec overhead time 789 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1787 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 26 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 27 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 783 microsec overhead time 783 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1778 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 28 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 783 microsec overhead time 783 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1863 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 29 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1796 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 30 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1871 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 31 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 777 microsec overhead time 777 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1785 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 32 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1775 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 33 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 34 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1786 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 35 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1769 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 36 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1773 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 37 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 770 microsec overhead time 770 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1781 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 38 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 788 microsec overhead time 788 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1772 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 39 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1794 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 40 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1790 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 41 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 788 microsec overhead time 788 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1777 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 42 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 924 microsec overhead time 924 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 8 microsec. program execution : loop count = 43 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 789 microsec overhead time 789 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 44 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 788 microsec overhead time 788 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1779 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 45 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 779 microsec overhead time 779 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 46 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 783 microsec overhead time 783 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1781 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 47 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 872 microsec overhead time 872 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1767 microsec CAMAC READ single action takes 8 microsec. program execution : loop count = 48 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1785 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 49 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1788 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 50 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 900 microsec overhead time 900 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1782 microsec CAMAC READ single action takes 8 microsec. program execution : loop count = 51 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 788 microsec overhead time 788 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 52 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 783 microsec overhead time 783 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 53 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1776 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 54 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1768 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 55 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1897 microsec CAMAC READ single action takes 11 microsec. program execution : loop count = 56 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1783 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 57 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1768 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 58 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 774 microsec overhead time 774 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1801 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 59 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1782 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 60 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 856 microsec overhead time 856 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1771 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 61 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1782 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 62 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 783 microsec overhead time 783 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 63 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 866 microsec overhead time 866 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 64 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1786 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 65 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1781 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 66 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 67 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 68 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1779 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 69 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1837 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 70 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 782 microsec overhead time 782 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 71 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 1041 microsec overhead time 1041 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1783 microsec CAMAC READ single action takes 7 microsec. program execution : loop count = 72 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 780 microsec overhead time 780 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1852 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 73 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1786 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 74 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 778 microsec overhead time 778 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1776 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 75 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1778 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 76 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 783 microsec overhead time 783 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1778 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 77 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 867 microsec overhead time 867 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1799 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 78 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 777 microsec overhead time 777 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1789 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 79 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1786 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 80 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1782 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 81 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1788 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 82 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1783 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 83 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1775 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 84 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 85 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 779 microsec overhead time 779 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1829 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 86 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 775 microsec overhead time 775 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1792 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 87 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 88 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1787 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 89 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 780 microsec overhead time 780 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1783 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 90 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1779 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 91 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1782 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 92 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 774 microsec overhead time 774 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1784 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 93 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 790 microsec overhead time 790 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1786 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 94 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 906 microsec overhead time 906 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1788 microsec CAMAC READ single action takes 8 microsec. program execution : loop count = 95 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 787 microsec overhead time 787 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1777 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 96 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 781 microsec overhead time 781 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1779 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 97 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 784 microsec overhead time 784 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1779 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 98 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 777 microsec overhead time 777 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1791 microsec CAMAC READ single action takes 10 microsec. program execution : loop count = 99 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 785 microsec overhead time 785 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1780 microsec CAMAC READ single action takes 9 microsec. program execution : loop count = 100 list length = 2 Now execute camtest7sin-ini.obj ... elapsed time 0 sec, 786 microsec overhead time 786 microsec list length = 202 Now execute camtest7single.obj ... elapsed time 0 sec, 1778 microsec CAMAC READ single action takes 9 microsec. program stop onl5v4# Kineticリスト処理で、24 ビット camacシングルアクション Readのオーバー ヘッドに要した時間は、786μsec であった。 データ読み出しに要した時間は 9μsec であった。 (4-8). Kineticリスト処理、16 ビット camac ブロック転送速度 onl5v4# priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 629 microsec CAMAC READ block action with 1word takes 629 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17991 microsec CAMAC READ block action with 8Kwords takes 17991 microsec. transfer speed is 922 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 628 microsec CAMAC READ block action with 1word takes 628 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18002 microsec CAMAC READ block action with 8Kwords takes 18002 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 630 microsec CAMAC READ block action with 1word takes 630 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18059 microsec CAMAC READ block action with 8Kwords takes 18059 microsec. transfer speed is 918 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 626 microsec CAMAC READ block action with 1word takes 626 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18013 microsec CAMAC READ block action with 8Kwords takes 18013 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 626 microsec CAMAC READ block action with 1word takes 626 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17991 microsec CAMAC READ block action with 8Kwords takes 17991 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 621 microsec CAMAC READ block action with 1word takes 621 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18006 microsec CAMAC READ block action with 8Kwords takes 18006 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 628 microsec CAMAC READ block action with 1word takes 628 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18011 microsec CAMAC READ block action with 8Kwords takes 18011 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 627 microsec CAMAC READ block action with 1word takes 627 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18005 microsec CAMAC READ block action with 8Kwords takes 18005 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 625 microsec CAMAC READ block action with 1word takes 625 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17993 microsec CAMAC READ block action with 8Kwords takes 17993 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 631 microsec CAMAC READ block action with 1word takes 631 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18008 microsec CAMAC READ block action with 8Kwords takes 18008 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 628 microsec CAMAC READ block action with 1word takes 628 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17991 microsec CAMAC READ block action with 8Kwords takes 17991 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 622 microsec CAMAC READ block action with 1word takes 622 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18066 microsec CAMAC READ block action with 8Kwords takes 18066 microsec. transfer speed is 917 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 626 microsec CAMAC READ block action with 1word takes 626 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18054 microsec CAMAC READ block action with 8Kwords takes 18054 microsec. transfer speed is 918 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 625 microsec CAMAC READ block action with 1word takes 625 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18009 microsec CAMAC READ block action with 8Kwords takes 18009 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 627 microsec CAMAC READ block action with 1word takes 627 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17986 microsec CAMAC READ block action with 8Kwords takes 17986 microsec. transfer speed is 922 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 624 microsec CAMAC READ block action with 1word takes 624 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18004 microsec CAMAC READ block action with 8Kwords takes 18004 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 623 microsec CAMAC READ block action with 1word takes 623 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17992 microsec CAMAC READ block action with 8Kwords takes 17992 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 626 microsec CAMAC READ block action with 1word takes 626 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18020 microsec CAMAC READ block action with 8Kwords takes 18020 microsec. transfer speed is 920 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 628 microsec CAMAC READ block action with 1word takes 628 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 17995 microsec CAMAC READ block action with 8Kwords takes 17995 microsec. transfer speed is 921 KB/S onl5v4# !! priocntl -e -c RT -p 55 kinelistblk_m1 list length = 9 Now execute camtest7blk-ini0.obj ... list length = 5 Now execute camtest7blk-ini.obj ... elapsed time 0 sec, 624 microsec CAMAC READ block action with 1word takes 624 microsec. list length = 5 Now execute camtest7blk.obj ... elapsed time 0 sec, 18009 microsec CAMAC READ block action with 8Kwords takes 18009 microsec. transfer speed is 920 KB/S onl5v4# Kineticリスト処理で、ブロック転送のオーバーヘッドに要した時間は、 624μsecであった。 データを、8Kワード読み出すのに要した時間は 18009μsec で、転送速度は、920 KByte/sec であった。 ---xxxx ここまでやった(継続中) --- (6). 項目タイトル (6-1). サブ項目タイトル (6-1-1). サブサブ項目タイトル