10-30-2008 10:50 AM
10-31-2008 10:23 AM
Hi Ed_zah,
Could you tell us how you were able to narrow down the problem to the simulate signal module? Which VI are you using to generate your signal? If you have proper error handling in your code, I imagine that this should throw an error. Could you tell us what error code you are getting?
Also, are you starting and stopping your generation in your code? If so, this may be the reason why you are getting intermittent stops in your application. If you are doing a continuous generation, you cofigure your task to start only once and have your DAQmx write function in a loop. You can also take a look at the "Cont Gen Voltage Wfm-Int Clk.vi" from your NI Example Finder under Hardware Input and Output » DAQmx » Analog Generation » Voltage.