WXG-DAQ-2480 is a data acquisition card dedicated to fiber optic sensing DAS, so only specified function interfaces are open inside the card for application characteristics. Users only need to call the function interface according to the function call process to collect data.
Complete the parameter setting before sampling starts, stop sampling before adjusting the parameters, and start sampling again after completing the adjustment.
The interface of DAS data acquisition card is provided in the form of dynamic link library, which is a dynamic link library file with .dll extension (DasCardLib.dll) under Windows and a dynamic link library file with .so extension under Linux. Users can call the dynamic link library according to their own programming habits, using their own good programming language.For example, using Python, C Language, etc.