MATLAB_DAQmx_examples
MATLAB_DAQmx_examples copied to clipboard
DAQmx Examples using MATLAB

It seems that, since setting regen to none, `vidrio.AO.hardwareContinuousVoltageNoRegen` no longer runs the callback. It always seems to buffer under-run and I never seen the text printed to screen that...
Because of the annoying errors where an existing task of the same name exists following an error: ``` % Check if free taskMap = dabs.ni.daqmx.Task.getTaskMap; if any(strcmp(taskMap.keys, obj.taskName)) oldTask =...
see: https://github.com/danionella/lsmaq
I have more than once found that on some errors the device is not disconnected, even though the cleanup function ought to do this. So check: 1) Is it indeed...
As done [here](https://github.com/tenss/SimpleMScanner/blob/dev/code/DAQmx_Scanners/polishedScanner.m).
e.g. these http://zone.ni.com/reference/en-XX/help/370469AG-01/daqmxprop/daqmxwrite/ How to use the wrapper to find what attributes can be set and how to set them.