05-25-2006 03:06 PM
05-30-2006 05:28 PM
Hello,
Communicating between the RT board and Windows via the 1k of built-in shared memory is a valid method for small amounts of data, and you can also go the TCP/IP and VI Server routes. Examples ship with the LabVIEW Real-Time Module that demonstrate the functionality of these different methods. These examples are located in the LabVIEW directory on your hard drive in the [LabVIEW Folder]\Examples\Real-Time\RT Communication.llb library. These will demonstrate the best practices for using all of the modes of communication, and will be your best resource.
You may have received the Out Of Zone error if the device number that you were attempting to write to was not valid. Take a look also at the example posted here that demonstrates the procedure as well.
06-01-2006 03:14 PM
06-02-2006 10:04 AM