11-30-2007 03:01 PM
11-30-2007 03:44 PM
There has to be an easier way than this...
Michael
12-03-2007 04:44 PM
Hi Michael,
Since MAX obtains the IP address by parsing the device, it is difficult to obtain an IP address when no device is attached. I know that you are looking for an easier way to do it, but I believe that the program you attached is the only way.
The other option would be to query the device when it is attached and save the IP address as a global variable that can be accessed later. You would need to use some sort of loop that would call the global variable if the property node throws an error implying that no device is attached.
I hope this helps a little.
Lauren L.
12-04-2007 01:49 PM