10-01-2009 03:23 AM
Hi,
I am sending CAN messages in a while loop. And i am sending it as fast as i can(no timing). I observed that the last iteration of the while loop takes more time than the previous ones. For example, if i send 10 frames ina loop, the first 9 frames are approximately 1 ms apart. But the last frame is around 100ms from the previous frame. And this is not consistent, sometimes it ok. Is this behaviour have anything to do with WindowsXP? Or is it a bug in Labview 8.6?
10-02-2009 12:16 PM
11-09-2009 01:47 PM
Sorry... this might be off topic but I wanted to add this...
I was not able to loop a write without delaying it at least one millisecond...
I had a loop and had different Arbitration IDs that I wanted to write on the BUS, but when I looped all of the messages only the last one would be sent... i had to add a 1 mills delay between writes...