06-02-2009 11:37 AM
Hi Ayse,
For most errors, you can search for related KnowledgeBase articles in the search bar at the top. But since you are upgrading VIs, have you tried running Serial examples to make sure you can communicate to your device? Does rewriting a small portion of the code work in 8.6?
06-02-2009 11:52 AM
06-02-2009 06:53 PM
Him
Thanks for your respons,
I ave tried Serial examples and manged to communicate to my device but I could not yet manage to run the upgrated vi because of VISA errors
I also tried to replace old serial functions by VISA functions as suggested Dennis but I have still same errors
I send both serial control vi in labviez 8.6 and 6.1
Could you pleqse test and let me knoz why the 8.6 gives errors
Thanks in advance
Ayse
06-03-2009 09:13 AM
06-03-2009 12:57 PM
06-03-2009 08:25 PM
reina2005 wrote:
CONVERTIRME ESOS VIS DE LABVIEW 5.1A LABVIEW 8.6
Duplicate post already converted here.
06-10-2009 01:13 PM
Hello, me again MrDoc
So I'm in process of rewriting my code to Daqmx version.
Question - I old version has aquire and average.vi used several times.
This is part of the zdaqutil.llb. Is this llb part of the legacy daq?
Can I just use the aquire and average as it is used in the old vi, or will this not work?
06-10-2009 02:01 PM
06-10-2009 03:46 PM
Sorry Dennis, I don't understand your reply.
Your saying zdaqutil.llb is part of the legacy daq and I can't just use aquire and average as is?
Is there an equivalent vi to aquire and average to use in daqmx?
06-10-2009 09:51 PM
Everything in the folder is part of traditional DAQ. As has been mentioned before, you cannot use any traditional DAQ function with an M series card.
With DAQmx, you would do a DAQmx Read and then you could use the Mean function. There is also the Ecpress VI - Probablility and Statistics.