Using Ignition 8.1.26.
I have a project that has about 70 vision clients. They were initially setup to find the gateway/project via IP but really they should be done by hostname as on occasion the servers have had to be moved to different machines/IP's but the hostname is consistent.
I am working with the companies IT team who should be able to remotely run PowerShell scripts on these computers and I think that is a viable way forward but it's been a while since I've done this, as I recall a json file with the project connection configuration so I am just asking for a refresher on what is necessary.
To the best of my recollection I think this is the right way -
- On one machine, make a connection via hostname to the target server.
- Copy that JSON file to a location that will be available to all 70 clients to copy over.
- Then on the client run the powershell script that will replace the current json that uses ip with this hostname json
- Delete and recreate the shortcut (though maybe unnecessary?)
Am I on the right path or missing anything here? I am looking for the simplest easiest way here. All the clients already have vision client launcher installed.