Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Read Sequence

Hi, I have some sequencing problems that need to seek for advice. Pls kindly refer to the attached VI and excel file. The method I doing is too tedious and need some advice to simplify it. Thank you in advance for the advice. Best Regards, Norman
Download All
0 Kudos
Message 1 of 2
(3,067 Views)
The best advise I can give to you is to separate the low level activities from the higher level.

You can better use local vars than the awful construction of strings and panel control updates.

Another problem is looking only at the status of an IO operation and ignoring the wealth of information that comes from the error cluster.

remove the while from open and close and see what happens.

and always display the error status in a cluster.

greetings from the Netherlands
0 Kudos
Message 2 of 2
(3,054 Views)