Jump to content

jjylf

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by jjylf

  1. QUOTE (ned @ Jun 24 2008, 03:02 PM) I`m sending the data to a Java program. Is there any java library methods to unflatten the string?
  2. Is it possible to send data of type Integer or double over TCP/IP in LV? The TCP Write can only send string, or?
  3. QUOTE (Antoine @ Jun 24 2008, 12:10 PM) I`m now using a local Variable. I don`t think that will cause problems. Thanks again. But I`ve got a problem with everything running very slow. I want the loops to execute at 20Hz, but when I run it only executes at about 1-2Hz.
  4. QUOTE (Antoine @ Jun 24 2008, 10:04 AM) The stop button in loop (1) is connected to the stop in loop (3). That is the only dependence I can think of. QUOTE (jjylf @ Jun 24 2008, 10:18 AM) The stop button in loop (1) is connected to the stop in loop (3). That is the only dependence I can think of. Hi. I removed the stop button connection, and it worked. Thank you very much!
  5. Hi. I am programming a VI that mainly consists of three while loops: Developing this program I first made two while loops, (1) and (2), and it executes well in paralell. Then I added the last (3) while loop for meassurements and it won`t execute. Not untill i press the stop button for the first (1) while loop. But I want all three to run in paralell. I`m using the "Wait Until Next ms Multiple" VI with 50 ms in all the three while loops. I do this because the sampling period from the java simulator is 50 ms. Any suggestions to what might cause the last (3) while loop not to run will be greatly appreciated. Thank you.
×
×
  • Create New...

Important Information

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