02-27-2014 10:40 AM - edited 02-27-2014 10:52 AM
Hi all,
I'm using NI 8451's DIO (digital !/O interface) to create a signal pattern. I use a for loop to output 30 loops of '1's and '0's. Inside the for loop, I simply use a '8451 write to port' function. My problem now is the each for loop execute too slow (4ms) for my application. 8451 should be able to go faster than 4ms per data (e.g the 8451 SPI port is way faster), so is there anyone know how to speed up the for loop or make my digital output faster?
Thanks!
02-27-2014 10:43 AM
Can you post what you are doing in the loop, so we can see if you are doing any redundant/unneccessary work?
02-27-2014 10:52 AM
I have attached my block diagram's snapshot in my main post. Thanks for taking a look at it!
02-27-2014 12:19 PM
Anyone experienced in NI8451 GPIO control?