06-07-2011 01:53 PM
Thanks for your notes!
Firstly, I have 2 VISA resources because there are 2 comunication with the same device. The first is to send one bit to know what the device has to do depending of it. The second resources is for the data sending from the device to labview.The structure propouse is that if the bit sending (that is controlled by a dial) is other than I commented before,
shows a message for the user. Regarding about the initialize the resource in each iteration, you are right! I will change it.
Thanks for your feedbacks!
06-07-2011 02:03 PM
You do not need 2 VISA resource controls to do that. You use one VISA resource control per device, not per command.
06-07-2011 02:15 PM
Ok!
So, I have to connect the first resource for both types of comunications, isn't it? I will connect the from the resource to write comunciation and also to the loop read iteration... ¿Is it what you mean?
Thanks!!!