LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the use of VISA Serial...

Hi all,

I was using a VI to read and write on a serial link.
I work now with LV6i but the VI was developped on LV5 ans used the sub-VI', "Open serial", "Read Serial","Write serial"...

I decided yesterday to use the VISA Sub-vi's.
All is working but it's now very low to swap between the Front panel and the Diagram...

Do you know how to avoid this?

Thanks for your help.

Pfg
0 Kudos
Message 1 of 3
(2,651 Views)
Hi,
Try running your VI in a single thread. LabVIEW 5 was designed not to use dual interface, and later LabVIEW versions use it. Run your program in User Interface thread and you shouldn't see this delay.
To change the system execution thread, go to File>>VI Properties>>Execution.

If this doesn't solve your problem, please post the VI.

Zvezdana S.
National Instruments
Message 2 of 3
(2,651 Views)
Thanks Zvezdana S. !

It's seems to solve my problem!

P-F
0 Kudos
Message 3 of 3
(2,651 Views)