To know that I am in PlantSCADA Anywhere interface

Hi,

Is there a parameter or function that I can check to identify that I am working in PlantSCADA Anywhere?

It is like the function IsWebClient() saying that I am in WebClient interface.

Thanks
Alex 

Parents
  • You should be able to use GetEnv() to read a Windows Environment Variable to tell if Plant SCADA is running on a remote desktop server.

    Log in to an RDS desktop, open the Command Prompt, and type SET <enter>. It will list the environment variables. You can compare them with what you see on a normal client computer.

    I don't have an RDS server available to test, but you should at least be able to check COMPUTERNAME to see if it is the RDS computer.

Reply
  • You should be able to use GetEnv() to read a Windows Environment Variable to tell if Plant SCADA is running on a remote desktop server.

    Log in to an RDS desktop, open the Command Prompt, and type SET <enter>. It will list the environment variables. You can compare them with what you see on a normal client computer.

    I don't have an RDS server available to test, but you should at least be able to check COMPUTERNAME to see if it is the RDS computer.

Children