Jump to content

webbguy

Members
  • Posts

    3
  • Joined

  • Last visited

webbguy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a LV8.6 exectutable running on a Linux box. When i connect to it via Debug Application or Shared Library it hangs when downloading the top-level vi. It continues running after it has finished and entered the debug state. It seems like it depends on how big or complicated the executable is. Any ideas how to avoid this? Thanks
  2. Does anybody know if you can have two or more rt applications running on a compact rio. Possibly only having one run at a time and have the 1st be able to call the 2nd one to start?
  3. I am running a vi with muiltiple loops which generate different I/O's which i want to write to a master global array. Right now my current method is that I have a non-reenterant vi set up to write to the global and each loop uses this sub-vi to prevent over writing data from each other loop. This presents the problem of loops having to wait for other loops. My other option is several small global arrays which I can combine in a separate loop but this is much more anoying for organizing data. Is there any better method for each loop to write to the same array without having to wait for other loops?
×
×
  • Create New...

Important Information

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