Skip to content

jebej/AcqSynth.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcqSynth.jl

Julia interface to Ultraview PCIe Data Acquisition Boards

Documentation

Installation

First, dev the package:

using Pkg; Pkg.develop("https://github.com/jebej/AcqSynth.jl")

Then, download the Ultraview software (e.g. AD12_16-May31_17_r2_64bit.zip, or slightly different name for Linux), and copy AcqSynth.[dll|so], get_usercode.svf, and ultra_config.dat to the deps directory of the package (which should now be located at ~\.julia\dev\AcqSynth\). These three files may be found in the complete_daq_utilities\Command_Line_Utilities folder in the zip file.

Note that, for Windows, the 2012 Visual C++ Redistributable is required, and you should have properly installed the board driver.

Usage

Documentation is available for the low-level API. There are also examples in the examples directory of the package.

About

Julia interface to Ultraview PCIe Data Acquisition Boards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages