Jump to content
  • 0

Append a datafile of manually triggered readings instead of rewriting it?


AndrewV

Question

I need to collect a series of voltage measurement from a USB-1808X. Each reading is triggered manually by a user at random times, however all data points should be saved in a single data file. Can DAQami save multiple data points into a single file? If not DAQami, what other s/w should I look at?   

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello @AndrewV

Unfortunately no.  DAQami will create a new file with each new trigger.

if you mean you want one sample at each trigger, such as a button press for example, then I recommend you connect your trigger source instead to the external clock in (AICKI). (1 trigger : 1 sample)

However if you mean you want to collect a number of samples for each trigger, then the digital trigger input is correct. (1 trigger : many (>1) samples)

DAQami does not include a feature for external clock.  so in either scenario you will need to use a different software.  Choices are:

DASYLab (Basic or higher)

LabVIEW

Write your own app in a Universal Library supported language such as VB.NET, C#.NET, C/C++, or Python.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...