Hi,
I have tried to attach to a "SampleClock" event of a NIDAQmx .NET Analogue input task:
----------------------------
inputTask.SampleClock += new NationalInstruments.DAQmx.SampleClockEventHandler(inputTask_SampleClock);
StartTasks();
----------------------------
For the "simulated device" the event never "fires".
For a NI USB 6211 the following error is generated: "DAQmx Signal Events are not supported by your device"
Regards
Morten Hvidberg-Knudsen