summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/frame.sh2
-rwxr-xr-xtests/frame2.sh2
-rwxr-xr-xtests/frame_req.sh2
-rwxr-xr-xtests/grab.sh2
-rwxr-xr-xtests/ipecamera/Reset_Init_all_reg_10bit.sh (renamed from tests/Reset_Init_all_reg_10bit.sh)2
-rwxr-xr-xtests/ipecamera/Reset_Init_all_reg_11bit.sh (renamed from tests/Reset_Init_all_reg_11bit.sh)2
-rwxr-xr-xtests/ipecamera/Reset_Init_all_reg_12bit.sh (renamed from tests/Reset_Init_all_reg_12bit.sh)2
-rwxr-xr-xtests/reset_init.sh23
8 files changed, 7 insertions, 30 deletions
diff --git a/tests/frame.sh b/tests/frame.sh
index cb2deb1..b2b2a70 100755
--- a/tests/frame.sh
+++ b/tests/frame.sh
@@ -9,7 +9,7 @@ pci --stop-dma dma1
#pci --reset
echo "Set packet size 1024 .. "
-pci -w number_lines 1088
+pci -w cmosis_number_lines 1088
#pci -w xrawdata_packet_length 4096
pci --start-dma dma1
usleep 1000
diff --git a/tests/frame2.sh b/tests/frame2.sh
index db3efcc..2795caf 100755
--- a/tests/frame2.sh
+++ b/tests/frame2.sh
@@ -9,7 +9,7 @@ pci --stop-dma dma1
#pci --reset
echo "Set packet size 1024 .. "
-pci -w number_lines 1088
+pci -w cmosis_number_lines 1088
#pci -w xrawdata_packet_length 4096
pci --start-dma dma1
usleep 1000
diff --git a/tests/frame_req.sh b/tests/frame_req.sh
index 8d14c38..bce89c3 100755
--- a/tests/frame_req.sh
+++ b/tests/frame_req.sh
@@ -9,7 +9,7 @@ function pci {
#pci --reset
echo "Set packet size 1024 .. "
-pci -w number_lines 1088
+pci -w cmosis_number_lines 1088
#pci -w xrawdata_packet_length 4096
pci --start-dma dma1
usleep 1000
diff --git a/tests/grab.sh b/tests/grab.sh
index 5fa6100..daf142e 100755
--- a/tests/grab.sh
+++ b/tests/grab.sh
@@ -14,7 +14,7 @@ pid=$!
usleep 1000000
-for i in `seq 1 10`; do
+for i in `seq 1 1000`; do
echo "Trigger $i"
pci --trigger
usleep 100000
diff --git a/tests/Reset_Init_all_reg_10bit.sh b/tests/ipecamera/Reset_Init_all_reg_10bit.sh
index 9c7e6b8..f6a3521 100755
--- a/tests/Reset_Init_all_reg_10bit.sh
+++ b/tests/ipecamera/Reset_Init_all_reg_10bit.sh
@@ -231,7 +231,7 @@ sleep 0.01
#pci -w 0x9040 201
sleep 0.01
########################## WRITE THE READOUT NUMBER OF LINE #######################################################
-pci -w number_lines 1088
+pci -w cmosis_number_lines 1088
#pci -w number_lines 8
sleep 0.01
#################################################################################################################
diff --git a/tests/Reset_Init_all_reg_11bit.sh b/tests/ipecamera/Reset_Init_all_reg_11bit.sh
index 5d78f24..048f6b0 100755
--- a/tests/Reset_Init_all_reg_11bit.sh
+++ b/tests/ipecamera/Reset_Init_all_reg_11bit.sh
@@ -231,7 +231,7 @@ sleep 0.01
pci -w 0x9040 201
sleep 0.01
########################## WRITE THE READOUT NUMBER OF LINE #######################################################
-pci -w number_lines 1088
+pci -w cmosis_number_lines 1088
#pci -w number_lines 8
sleep 0.01
#################################################################################################################
diff --git a/tests/Reset_Init_all_reg_12bit.sh b/tests/ipecamera/Reset_Init_all_reg_12bit.sh
index b14e5c9..00c2481 100755
--- a/tests/Reset_Init_all_reg_12bit.sh
+++ b/tests/ipecamera/Reset_Init_all_reg_12bit.sh
@@ -231,7 +231,7 @@ sleep 0.01
pci -w 0x9040 201
sleep 0.01
########################## WRITE THE READOUT NUMBER OF LINE #######################################################
-pci -w number_lines 1088
+pci -w cmosis_number_lines 1088
#pci -w number_lines 8
sleep 0.01
#################################################################################################################
diff --git a/tests/reset_init.sh b/tests/reset_init.sh
deleted file mode 100755
index ebfc9f5..0000000
--- a/tests/reset_init.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-echo " Reset Readout and CMOSIS "
-pci -w 0x9040 1e5
-echo " Release Reset for Readout"
-pci -w 0x9040 1e1
-
-echo " Start CMOSIS Configuration .."
-pci -w 0x9000 f301
-pci -r 0x9000 -s 4
-
-pci -w 0x9000 d207
-pci -r 0x9000 -s 4
-
-pci -w 0x9000 8101
-pci -r 0x9000 -s 4
-
-pci -w 0x9000 8200
-pci -r 0x9000 -s 4
-echo " End CMOSIS Configuration .."
-pci -w 0x9040 3e1
-
-pci -r 0x9000 -s 100