Connecting to NI DAQ by National Instruments in Python
Instrument Card
Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon, such as voltage, current, temperature, pressure, or sound. A DAQ system consists of sensors, DAQ measurement hardware, and a computer with programmable software such as LabVIEW.
Device Specification: here
Manufacturer card: NATIONAL INSTRUMENTS
A producer of automated test equipment and virtual instrumentation software. Common applications include data acquisition, instrument control and machine vision.
- Headquarters: Austin, Texas, USA
- Yearly Revenue (millions, USD): 1657
- Vendor Website: here
Demo: Record temperature over time with a LabJack DAQ board
Connect to the NI DAQ in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a NI DAQ board using Qcodes Community, you can use the following Python script:
Note: Replace 'Dev1'
with the appropriate device name for your NI DAQ board, and adjust the channel and line configurations as needed.