11-25-2013 05:46 AM
I just tested my C++-Application against your example. Works perfectly ![]()
So I guess the problem must be in my LabView VI. It looks much like yours - but something must be wrong:
(Sorry for the external link but image upload does not work -> "HTTP Error")
11-25-2013 05:55 AM
sounds great.
I can not really tell why your vi doesn't work. Try adding a Timing Delay with 1ms and check again. Mayby it is too much for the system. You always should work with a timing in a while loop, otherwise it is uncontrolled and uses a lot of CPU load.
11-25-2013 05:59 AM
OK, I got it!
The delay did not help (but you're right, it should be in there).
But when I replaced the Numeric-Input thingy with a random number generator the cycle time went down to 1ms. I'm not sure why that is (I'm not so familar with LabView)...
Thanks so much for your help!