03-18-2005 10:34 AM
03-18-2005 10:45 AM
03-18-2005 10:51 AM
03-18-2005 10:52 AM
03-18-2005 10:54 AM
03-18-2005 10:59 AM
03-18-2005 11:04 AM
03-18-2005 11:11 AM
03-18-2005 11:15 AM
@tbob wrote:
Using property nodes is much slower than local variables. There are ways to optimize the use of arrays. Instead of building an array within a loop, it is quicker to initialize an array before the loop and then use replace array subset within the loop. If using DAQ functions or serial functions, instead of using high level easy functions, use lower level functions so you can configure once, then read/write inside a loop. We recently found out that type casting is slow.
If you give us a clue as to what you are doing or what functions you are using, we might be able to help you better.