Plant SCADA Anywhere clients - custom ini file and other modifications

I would like Citect/Plant SCADA Anywhere sessions to use a custom ini file. If I understand correctly, the default behavior is that it copies the server ini to the Launcher folder, but I would like some ini parameters to be different on Anywhere/Web RDP logins. It seems that when modifications are made to this ini, they are reverted after restarting the client.

I would also like to remove the default toolbar that appears in the top right corner of the session as it's not useful to most users.

Thank you

Parents Reply Children
  • Hi  ,

    Plant SCADA Access Anywhere doesn't support profiles of citect.ini. I suggest

    • Create a common profile for display clients in your project
    • Merge sections  [Animator], [Client], [LAN], [MultiMonitors], and [Page] from DisplayClient.ini into the default citect.ini on the PSAA machine, which is a one-off task. However, if any merged setting in the profile is updated, you have to manually merge the change again.

    • Create a logon event in Cicode in your project to adjust some settings for different RDP users

    Modifying the default citect.ini file on PSAA machine won't affect the server runtime. Actually, servers can use their own profiles (different citect.ini) at runtime. Please see [RuntimeManager]Profile for details.

  • Hi Jacky,

    Maybe I'm misunderstanding, but the issue I see with this is that whenever PSAA is run on a remote account, it copies C:\ProgramData\AVEVA Plant SCADA 2023 R2\Config\citect.ini to the remote user's temporary files (..\AppData\Roaming\AVEVA Plant SCADA Access Anywhere\Launcher\).

    This citect.ini appears to be copied from the main server project periodically. So even if you were to merge it, it would be overwritten whenever the session starts again. And if we are calling this as a logon event in Cicode, by the time it applies the new ini file, it would have already launched with the old parameters.