02-22-2023 02:09 AM
请问我可以使用NI USB 6525 来实现电压/电流的采集并记录下来吗?
03-01-2023 07:12 AM
Hi yangle1213,
Yes, you should write code (it can be LabVIEW code for example) to read data from your hardware and test it from TestStand.
Regards)
03-01-2023 06:18 PM
Thank you very much for your answer. As a beginner, I only know how to write programs using Labview, but how to burn the program into NI devices, can you please answer it? Then, USB 6525 can continuously collect voltage data?
03-01-2023 07:31 PM
You do not program the NI DAQ devices, instead your LabVIEW code will communicate with the NI DAQ to perform actions.
03-02-2023 06:51 AM
You should connect the hardware to your PC and check it from NI MAX (you can test it from NI MAX as well to see is it working properly) and then call the hardware from LabVIEW with DAQmx drivers (you must have compatible driver too).
This documentation can help you implement your project.
Regards)