Valon Technology
5015/19 Downloads
The LabView
drivers available here are actually a library of *.vi tools that you can drop
directly into your LabVIEW application. The *.vi
tools handle all of the available functionality of the 5015 or 5019. These tools are basically an abstraction
layer of the functions with built in serial commands. For example, just wire a number to the “set
frequency” tool and the takes care of the commands to serial interface.
There is also a sample
program, Valon 5015 LabVIEW Simple UI.vi that you
build to create a simple GUI. That GUI
can also be downloaded as an executable.
A complete set of LabVIEW x.vi source files is available for LabVIEW version 2019 and 2014 are located here.
Unzip the appropriate version
and explore all the files. You can run
the executable to see all the functions and run a synthesizer using the LabVIEW simple GUIL
To run the GUI you will have
to configure the VISA resource in NI MAX.
Look for the synthesizer connected to a COM port under the VISA Refnum window. Once
the correct VISA Refnum (COM Port) is selected, click
the Connect button. Now all the
synthesizer function should be available on the simple GUI.
The driver libraries are contained
in the Source folder.