MATLAB_DAQmx_examples icon indicating copy to clipboard operation
MATLAB_DAQmx_examples copied to clipboard

DAQmx Examples using MATLAB

Results 8 MATLAB_DAQmx_examples issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://github.com/tenss/MATLAB_DAQmx_examples/assets/60436214/2b5b9b79-19c7-473f-be4f-047e502e3030)

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...

bug

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.

task