03-10-2009 01:12 PM
I am seeking to implement a software based lock-in amplifier with an Axon Instruments digitizer and amplifier. I have run across a Lock-In Amplifier start-up kit (here) that runs in LabVIEW. Can LabVIEW be used with the Axon products?
Thanks
03-11-2009 11:18 AM
Thanks for your post,
It seems that there is no available LabVIEW driver for your Axon device. I have heard that Axon does offer a driver written in C. This means that if you looked for the functions that you needed in their driver, you could then use the Call Library Function Node to import those functions into LabVIEW. You should be able to find the driver for your Axon devices either from their website or by calling them. Here is some additional information on calling DLL's written in C by LabVIEW.