10-10-2005 12:56 AM
10-13-2005 08:05 AM
06-09-2008 10:45 AM
06-10-2008 01:20 PM
Hi Christian,
Welcome to the NI forums! I believe the easiest way to perform the functionality you are looking for is to do a finite task and then re-start the task after every acquisition. The RFSA Initiate VI will take about 2ms, so having a trigger come every 5ms should not be a problem. To implement this, put the initiate and fetch VI’s inside a while loop, therefore after every fetch, it will begin the loop over again, re-initiate the RFSA, and re-arm the trigger. If you have any problems, I would like to ask for you to post the code you are using along with screenshots for any errors.
06-23-2008 07:53 AM - edited 06-23-2008 07:57 AM
06-24-2008 10:17 AM