07-12-2010 02:22 PM
I just purchased the PX14400 and I have a few questions for anyone that may have some experience with these.
07-13-2010 05:37 PM
Hi ryder_2010,
What specific questions do you have regarding this device? Is it relating to it's actual application or do you have questions on how to operate it using LabVIEW?
07-13-2010 07:00 PM
I am trying to set up software for a time of flight mass spectrometer which uses the new digitizer and labview and was looking for someone that has done anything similar to that.
07-14-2010
11:41 AM
- last edited on
06-23-2024
07:42 PM
by
Content Cleaner
Hello ryder,
In order to communicate with your device in LabVIEW you will need to be able to call into the driver provided with the device. There are a couple of ways you can go about doing this:
1. You can call into the dll from the driver in LabVIEW (https://forums.ni.com/t5/Developer-Center-Resources/Calling-C-C-DLLs-from-LabVIEW/ta-p/3522488)
2. You can create your own driver using the VISA Driver Development Wizard
3. If your device came with software you can have it save a file and then manipulate the file in LabVIEW
Let us know if this helps out
Best Regards,
Adam G