05-14-2007 04:14 AM
05-14-2007 07:16 AM
I dont think the read/write/control is a standard labview function more likely a subvi part of the driver. You will be missing the old serial drivers which are replaced by visa. For the most part the missing vis are a 1:1 replacement with visa. Open serial is replaced with a open visa session and a COM resource reference, the configure serial is under visa->advanced->bus specific-> Serial, serial real and write are now just visa read and visa writes and serial close is a VIAS close. Its a little tedious and it really would have been nice if the upgrade was seemless but it is not. I am not sure why there is not a utility for such situalions. If you replace the missing serial calls with VISA calls you should be in good shape.
Paul
05-15-2007 02:56 AM - edited 05-15-2007 02:56 AM
Hallo Paul,
Thanks for the Help. I tried the VISA functions before. But I still got the Refnum problem. One typ of the Refnum is the VISA session (for classe) and the other one is device reference. They cannot connect together. Thanks for any suggestion.
Message Edited by Lumanova on 05-15-2007 02:56 AM
05-15-2007 03:47 AM
05-15-2007 05:23 AM
05-15-2007 08:40 AM
05-21-2007 02:22 AM
Hallo Ken,
Thanks for the suggestion. I will try it. When it donot work, I will try to write the programm by myself.
I also thought it must be not easy when i start with a llb. The big problem is, the company, who support me the llb, didnot write the llb by themselve. They have also no idea about it.
Thank you all.
Lei