I thought there was going to be a way to export all of my connections (IP addresses) from NetLinx Studio 3. I can't seem to find a way to do it - does anyone know how or does it not exist in this version?
Yep your right, theres nothing in there. It dumps out an xml file with the TCPIPHistory tags but nothing in between them. The TCP/IP history is all just stored in the registry though so its easy to export from there. Alternatively here's a little vb script that I wrote to dump out a .reg file. To transport your history just copy it onto another computer and right click > merge.
If you want to syncronise your NetLinx "address book" between computers you can incorporate this into a login script so that it can dump to a central location then merge into other computers from there.
Thanks! Saves me from having to bust out the script I wrote to do that (I have no idea where it's at!) I'll be submitting the bug though on Monday. Thanks for the verification!
Comments
Can anyone confirm?
If you want to syncronise your NetLinx "address book" between computers you can incorporate this into a login script so that it can dump to a central location then merge into other computers from there.