05-01-2012 10:30 PM
hi,
In my project i am using cRIO 9014 and analog Input module 9201.i have developed a simple sine wave generation program.
but not getting a fine sine wave n some time 1 window pops out with message " Target is not responding",(Image is attached).
So it forces to disconnect the cRIO connection.
So is it a hardaware problem or program is incorrect?.i have attached HOST and FPGA VI..
Hoping for solution
05-04-2012 02:41 AM
If you use an untimed loop on the RT the CPU load will raise to the maximum. That prevents a proper communication between your PC and the RT target. If you control your sine wave gen by the RT you should be able to implement a 1ms timing resolution without too much CPU load.
Here is a simple sine gen I implemented on an 9014 controller with 1ms timing ( the timed loop is not visible here ). By setting the parameters Samples and Amplitude you modify the settings on the fly. New parameters will be active by crossing the zeroline on a full period.
Hope it helps
Christian