03-28-2022 09:03 PM
I wanted to find out if
1) all the DAQs write to an output file continuously?
2) how can we have access to read the file where data is being written to, programmatically through Java or python? Is there only a particular type/brand of DAQ software that allows for this?
3) can you DAQ software work on the cloud i.e. logging to a web interface?
03-29-2022 03:52 AM
Hi vepa,
@vepa wrote:
1) all the DAQs write to an output file continuously?
2) how can we have access to read the file where data is being written to, programmatically through Java or python? Is there only a particular type/brand of DAQ software that allows for this?
3) can you DAQ software work on the cloud i.e. logging to a web interface?
What exactly do you want to achieve? Which "DAQs" are we talking about?
03-29-2022 08:27 AM - last edited on 05-15-2024 04:20 PM by Content Cleaner
I believe the OP is asking about the features of a DAQ application software for data acquisition.
Typically, NI DAQs come with a set of device drivers for various programming languages that you can use to develop "your own" custom data acquisition software and hence the feature set are dependent on how you implement stuff.
You could also purchase one of the off-the-shelf data acquisition software such as FlexLogger or DAQ Express that satisfies the most common data acquisition tasks.