09-15-2014 08:01 AM
I am reading data from data serial port using VISA READ from an A/D process in real time - 5khz sample.
At the same time in my app controler I need:
- plot this data in a graph
- see the image of the process from a camera
- pay attention to an event structure that send to the process some controls and as I said control the cameras and the receiving data.
The way I made my app the graph and image atualization is very slowly.
I am using LabvVew 2011 fall.
Someone could help me? Are there any examples of this type application?
Thank you in advance.
09-15-2014 08:04 AM
Post the VI of your work so far.
09-15-2014 08:36 AM
Hi nyc,
Thanks for the contact.
Actually I know the way I made my app is not right, it is not optimized and I dont know how doing it.
I need not a change in my app but the explanation how would be the structure of an optimized one to it work in real time.
09-15-2014 08:40 AM - edited 09-15-2014 08:41 AM
Hi Identcor,
I need not a change in my app but the explanation how would be the structure of an optimized one to it work in real time.
As your app is way to slow right now you surely need to change it, there's no way around it!
To get suggestions how to optimize your VI we need to know the current state, so you need to show it in the first place…
09-17-2014 12:19 PM - last edited on 08-06-2024 06:27 PM by Content Cleaner
Hi Identcor,
Is hard to say what is happening in your VI without even see it.
Below you can find some resources that should help you with serial communication:
Serial Instrument Control Tutorial
https://learn.ni.com/learn/article/getting-started-with-instrument-control-hardware-and-labview
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1jtCAA&l=en-US
Regards,
09-17-2014 12:22 PM - last edited on 08-06-2024 06:27 PM by Content Cleaner
You can also study these templates, and projects that could help you to better architect your application:
Regards,