I did not see any instrument drivers available on the website, but
please follow the link on the Instrument Driver webpage to Request
Drivers. This will let National Instruments know that there is
interest in a driver for this device.
In the meantime, I agree with the previous post that you will probably
have to create your own driver interface. If the manufacturer
provides a DLL interface, you can call the DLL functions using the
"Call Library Function Node" in LabVIEW. If no DLL is available,
you will need to implement the serial commands yourself, using NI-VISA.
If making your own drivers, I would recommend that you look into the
Instrument Driver Wizard and the Instrument I/O Assistant which are
available in LabVIEW, as these will be able to aid you in the process
of interfacing with your instrument. You will; however, need a
command reference manual for your instrument in order to implement the
commands yourself.