From 92a4eaa309be4d9adae50697152a02c0a5036f98 Mon Sep 17 00:00:00 2001 From: "hadaq@CountingHouse" Date: Wed, 23 Apr 2014 11:37:52 +0200 Subject: [PATCH] fixed pinout --- hmon/hmon_diamond.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hmon/hmon_diamond.pl b/hmon/hmon_diamond.pl index 1824b23..e102fbf 100755 --- a/hmon/hmon_diamond.pl +++ b/hmon/hmon_diamond.pl @@ -75,7 +75,7 @@ Hmon::WriteFile("DiamondRate",$str); # 4 2 20 1 1 9 9 1 6 5000 0b # 4 3 21 2 1 7 7 2 5 5000 19 # 4 4 22 2 3 13 13 6 8 5003 1f -# 4 5 23 1 3 7 7 6 5 5003 19 !!!!!! +# 4 5 23 1 3 7 7 5 5 5003 09 !!!!!! # 4 6 24 1 2 13 13 3 8 5002 0f # 5 1 25 2 1 5 5 2 4 5000 17 @@ -95,7 +95,7 @@ Hmon::WriteFile("DiamondRate",$str); my $fpga = [[0, 2, 2, 2, 2, 2 ],[0, 0, 0, 2, 2, 2 ],[0, 0, 2, 2, 2, 2 ], [0, 0, 0, 3, 3, 2 ],[0, 3, 0, 3, 3, 3 ],[0, 0, 3, 3, 3, 3 ]]; my $chan = [[0x1f,0x17,0x07,0x03,0x19,0x1d],[0x1d,0x1b,0x0f,0x05,0x15,0x1f],[0x05,0x0d,0x13,0x1b,0x0d,0x0b], - [0x03,0x0b,0x19,0x1f,0x19,0x0f],[0x17,0x1d,0x07,0x07,0x15,0x17],[0x13,0x15,0x03,0x05,0x1b,0x19]]; + [0x03,0x0b,0x19,0x1f,0x09,0x0f],[0x17,0x1d,0x07,0x07,0x15,0x17],[0x13,0x15,0x03,0x05,0x1b,0x19]]; my $old; my $oldtime = time(); -- 2.43.0