Hello,
[context]
I am using a USB6000 DAQ to acquire analog signals *without Labview* (I don't even have a LabView license). I am using the DAQmx .NET SDK, it works pretty well in a custom software.
[problem]
Now, I want to program output signals, precisely bursts of <n> square pulses (TTLs).
As far as I understand, I have to create a Task to describe the signal (a serie of square pulses) and launch the task (to start the generation)
[questions]
-My questions are :
-Can I do that without LabView ?
-Do I need a license of Measurement studio ?
-Can I create the task programmatically (and how) ?
-Is there a free GUI to create such tasks, save them in a file, and just load the file to create the task in the final software that is using the board ?
-Will it run on a PC without any NI license ? (Neither LabView nor Measurement Studio) ?