02-28-2006 08:00 AM
03-01-2006 04:33 PM
Hello,
TCP/IP should work, and it sounds like perhaps you can build your LabVIEW code into a dll. At first glance, it seems that requirements c and e may be incompatible. That is, the part which may be the bottleneck is that you want to do everything in 20-100ms, but it sounds like between your command and reply, you need to "capture an image via IMAQ and save the image data in a file" - this may take longer than that, especially with the rest of the inter-app communication overhead. Have you asked about this in an IMAQ thread already or tested it in your system? You may also want to test simple inter-app communication, say TCP/IP, to get an idea for how long those processes take as well, to see if you can even meet your requirement e.
Best Regards,
JLS
03-01-2006 04:36 PM
03-01-2006 04:36 PM
03-01-2006 04:36 PM
(continued)
performance of TCP/IP. Here's the link for reference:
http://forums.ni.com/ni/board/message?board.id=180&message.id=14935&requireLogin=False
I hope this helps!
JLS