Each PC is running a Vision project with one windows showing some information. Is it possible (or recommended even) to create one single Vision project with 6 windows, and set each PC to open a specific window at startup ?
I can just create 6 projects but would be great to use only one so I can reuse templates. I have to specifically use Vision not perspective.
This is the correct way. Create a single project, and develop a startup script that identifies the host computer and subsequently opens the appropriate window.
An alternative of you use DHCP or if IPs can change, just use a client tag with the window path and override each client launcher with the window you want on each PC. Then user your script to just read that tag and open the correct window.