AHFBA404 is a PCI-express Gen2 4 lane card to fit standard PC enclosure On the front panel: 4xSFP marked A,B,C,D
AFHBA404 is used to connect 1 to 4 ACQ2106 units to a HOST PC, establishing a fiber-optic link that may be used in one of two ways:
Data is transferred in large blocks at maximum 400MB/s per link. (max 4MB, min 4K), typically to disk archive.
In theory it's possible to run all 4 links at full speed, but to date D-TACQ has not tested a PC that is capable of handling this.
More typical usage:
AFHBA404 may also be used to send a common trigger to multiple ACQ2106.
See README.ACQ2106.HTS and STREAM/ for details.
Classic Plasma Control System. Data is transferred in "small" blocks, one sample at a time to HOST DRAM with minimum latency. An LLC system can be implemented in one or multiple ACQ2106 boxes.
Typical use case:
For modern use of LLC, see ACQPROC-README
Download from git:
mkdir PROJECTS cd PROJECTS git clone https://github.com/D-TACQ/AFHBA404.git cd AFHBA404
Now refer to INSTALL
make sudo ./scripts/install-hotplug
[dt100@brotto AFHBA404]$ sudo ./scripts/afhba404-get-ident brotto Device d1ac:4104 Device Serial Number af-ba-40-40-11-00-41-0b af-ba-40-40- : Device ID 11 : Comms code TT 00-41 : Serial Number (Decimal!) 0b : Firmware Revision VV (hex) NB: for use with ACQ2106, ALL current units should show: VV >= 0x0b. TT == 0x11.
The matching ACQ2106 FPGA firmware has COMMS CODE 9011, eg
acq2106_154> grep filename /tmp/fpga_status generated from filename : ACQ2106_TOP_09_09_09_09_09_09_9011 ACQ2106_TOP_ : Idents ACQ2106 09_[09_].. : Matches 6 modules sites, in this case ACQ423 9011 : COMMS MODULE, 90: SFP comms, 11: 6Gbps with error detection/correction
If your AFHBA404 or ACQ2106 does NOT meet the requirements, please contact D-TACQ for support.
[dt100@brotto AFHBA404]$ sudo ./scripts/get-ident-all brotto 0 acq2106_110 A brotto 1 acq2106_110 B brotto 2 acq2106_085 A Lists the attached UUT's. Linux Device numbers 0,1,2,3 map to local ports A,B,C,D brotto 0 acq2106_110 A hostname: brotto (the HOST PC) DEVNUM : 0 (localport A) UUT : acq2106_110 (remote host name) RPORT : A (remote port A) NB: the LINK is used for DATA only. Control is via Gigabit Ethernet
Ideally, the HOSTPC has a DNS system (/etc/hosts if no DNS) that will allow network software to connect to the UUT by name.
For further details, please refer to