06-27-2006 07:30 AM
06-27-2006 12:48 PM
I can't look at your code, but the most likely reason is that you're constantly updating the indicator in a loop. Right click the indicator and uncheck Erase First.
If that isn't enough, you can also try Advanced>>Smooth updates.
Additionally, if the file doesn't change, you only need to read it once.
06-27-2006 12:56 PM
06-28-2006 06:50 AM
Hi, guys, I attached a bmp file(read bmp.JPG) which shows my vi connection, just incase you can’t read my code, please have a look at it and tell me what wrong with my code, Thanks.
06-28-2006 06:57 AM
Your image wasn't attached (make sure you don't preview the post).
However, that might not be necessary, because apparently Novatron could see your code and if you don't have a loop there, then using the run continuously button would definitely be the problem. As was suggested, you need to use a loop with a wait statement.
This is pretty basic stuff. To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
06-28-2006 07:02 AM