Perspective,Same Project, Different PCs with different views

Hello,

I am having a hard time with trying to figure out how to have two different windows open on 2 different PCs on the same project. I was hoping to get pointed into a direction. I would use URL but I think having it open off of perspective could be cleaner, but I understand if that’s the only way to do it.

Thanks

Do you mean user-controlled access to different pages? (If so, just include a docked menu view with suitable navigation.)

If you mean location-controlled access to different pages, then it gets a bit more complicated. Perspective has only two location-based mechanisms to automatically direct a client to specific pages:

  • IP address, possibly with Security Zones. This is most commonly used, but breaks if there is NAT between the client and the gateway, or if thin clients are running through terminal servers.

  • GeoLocation, possibly with Security Zones. This only works with the Mobile apps, and is subject to spoofing (users telling their mobile devices to supply false GPS coordinates).

What exactly are you trying to do?

(If you are trying to limit access to machine controls to specific workstations, you should be using Vision, not Perspective.)

I would entertain using two different projects (with both inheriting another parent project where common resources are maintained). Then, configure any 'client specific' resources as needed per-project - update page configuration & URL navigation on each, etc.