06-24-2008 11:23 AM
06-24-2008 04:08 PM
06-24-2008 04:34 PM - edited 06-24-2008 04:36 PM
cristag, mike is correct, you can use vi server. However a very easy way to do this is to simply take advantage of LabVIEW's Parallel nature. Call the sub vi's in parallel to your main loop. Chose whatever data communication mechanism you like, globals are ok but know the caveats, queues or notifires are good too. Shared variables also work well and can be better than Queues or Notifiers if you are using LabVIEW real time.