09-29-2007 11:23 AM - edited 09-29-2007 11:23 AM
Message Edited by DJDDA on 09-29-2007 11:24 AM
Message Edited by DJDDA on 09-29-2007 11:25 AM
09-29-2007 11:54 AM
I don't quite understand some of your descriptions, for example, you say that you solved #7, but later you say you don't know what do do about it. What determines the loop time of the big loop?
@DJDDA wrote:
...I can't get #2 and #7 to work. ...As for #7, I'm not really sure what to do about that...
09-29-2007 12:02 PM
09-29-2007 12:50 PM
Sorry, I misunderstood.
Here's one possible solution. Yes, the big loop currently runs at near infinite speed, consuming all CPU. Typically, you want to place a small wait (e.g.50ms) to make the loop time reproducible between machines and limit CPU use.
You are also generating 100 points, but you are only displaying one. Seems like a waste. 😉
Why are you using tiny font on the front panel and arbitrary color distinction (everything is red!). Also, the classic controls are a bit ugly and outdated. 😉
You should also remember that LabVIEW 8.5 is very new and most here don't have it. If you would convert your VI to 8.0 before attaching, many more can inspect it. 🙂
10-01-2007 03:31 PM
10-02-2007 10:59 AM
10-02-2007 11:24 AM
10-03-2007 04:54 PM
10-03-2007 05:00 PM
10-05-2007 02:52 PM