10-27-2011 09:40 AM
10-27-2011 09:45 AM - edited 10-27-2011 09:47 AM
10-27-2011 10:58 AM
10-27-2011 04:54 PM
Please look my project.. it works but i need to do something to fix the VISA write, because this software do it:
read Line 1
VISA write Line 1
wait 1000ms
read Line 1
read Line 2
VISA write Line 1
VISA write Line 2
wait 1000ms
...
I need to send just new lines..
Did you understand my ideia ?
10-28-2011 02:11 AM
10-28-2011 05:07 AM
I sent LabView v9 and v10
10-28-2011 05:49 AM
Hi Gorio,
you always reload the full text file (or: you always start to read the text file at offset 0) because you use the file path for reading the file. If you would read the context help you would know that using a file reference would allow you to read the file line by line. There are surely examples supplied with LabVIEW that will show you the behaviour...
10-28-2011 08:39 AM
10-28-2011 11:04 AM
Thanks. It works. sorry my ignorance..