Jump to content

Hakan

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by Hakan

  1. Hello! How do you define a static variable in a subvi? I'm implementing a small .vi that is supposed to check wheter the input value has changed or not. Best regards, H
  2. Hello! I am quite interested in using a TCP socket with VISA. I somewhat got it to work now. My problem is that I am communicating with a device over http. This device closes the connection after it has sent its data. A strange error happens when you try to read more bytes than the device actually sends. Then the next write through the VISA session will fail. My solution to this is to re-open the VISA session for each query and make the device send some extra (unnecessary) data. This to be sure that there are enough data to be read. Is this a good way of doing it? I have LabVIEW 6.1 /H
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.