09-28-2013 12:59 PM
I have no intentions to hijack this thread.
My problem was exactly the same as this thread.
Starting a parallel thread is only duplicating the issue with less changes of a solution churning out.
I can wait out for a solution to the original post and if it still doesnot solve my problem, I will butt in or as you suggested, start a new thread. (I still feel additional threads are just fragmentation of information and efforts).
09-28-2013 01:17 PM
09-29-2013 04:01 AM
Thank you very much for your answers
yes I have a probleme to save the results.
I use The Visa to read the data results on string format, but I want save it on integer format (see more details on attached picture)
The same about the camera, I have use a Vision Acquisition but I don't know how save the vidéo. (see the second attached picture)
09-29-2013 07:23 AM
10-01-2013 05:18 AM
10-01-2013 05:47 AM
Can you upload in 2011
10-01-2013 05:58 AM
10-01-2013 06:39 AM - edited 10-01-2013 06:40 AM
In serial you need to close the VISA session after you read.
In camera you need to give some delay inside while loop
10-01-2013 07:01 AM
Your VI doesnot have a loop.
So the VI will run 1 iteration only and then unload.
Even if you do get the data, it will not be visible.
You need to give some delay between initializing the port, calling it and displaying.
I am attaching herewith a simple serial read program that a friend used to read his weighing balances. (He actually sent it to me to show how he and I used different methods to sequentially read continus streams of serial data).
It will give you an idea.
You can use the write to file or write to measurement file to store this data.
Meanwhile if you are are a moderately experienced user, I can share my VI which I use to read loadcell data from my machine on Serial communication.
I then perform a lot of calculations on it and even generate a PDF report out of it.
10-01-2013 08:10 AM
@Rohit_Chawla
Thank you very much, but the data results are in String and I know them in Integer because I use "Write on file of mesurment".
Best regards