06-17-2008 11:09 AM
06-17-2008 11:39 AM
06-17-2008 11:54 AM
06-17-2008 12:50 PM
06-18-2008
02:02 PM
- last edited on
04-02-2025
04:10 PM
by
Content Cleaner
Hello Ken,
Thank you for contacting National Instruments. As some users have already stated, you can achieve this by using a TCP/IP connection or using shared variables. Both implementations have their difficulties and I can understand that you would prefer to avoid using the TCP/IP connection.
Here is some more information regarding the use of Shared Variables. I would recommend utilizing the DataSocket API aspect of the shared variables. This will allow you to dynamically change the shared variable that a VI reads and writes. You can change a shared variable dynamically by building the URL of the DataSocket connection programmatically. Keep in mind that the DataSocket server platform is only supported by the Windows operating system. However the DataSocket client platform is supported by both Windows and Mac OS (Which products support DataSocket).
I hope this helps! Please let us know if you have any further questions.
Message Edited by Bob_H. on 06-18-2008 02:02 PM
Message Edited by Bob_H. on 06-18-2008 02:03 PM