03-09-2006 10:42 AM
03-10-2006 08:48 AM
Hi woot-
Are you asking about an application similar to the one being discussed in this thread? If not, can you please elaborate on what type of data you are trying to publish? Are you trying to read values from your AI module directly to your PC or are you just inquiring about a generic way to pass information between two instances of LabVIEW (i.e. the controller and your PC) once the data is already read by an embedded program on the controller?
If you are trying to read values directly from the inputs I would advise you to use the NI FieldPoint driver as it has built-in functions to read and write values to a FieldPoint bank. The driver's interface through your modem may be somewhat problematic, however, as it is primarily designed to interface via ethernet communications where an IP and/or hostname can be assigned to the controller. Is this situation possible with your modem? As I mentioned in my other thread, a better option may be to interface a wireless router with your modem and then use a wireless NIC to use the native ethernet communications protocol that the FieldPoint driver employs.
Thanks-