我們的品牌

Impact-Company-Logo-English Black-01-177x54

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
PSO Notification Settings and Notification History popup does not open
Issue
Where

Product Line
Power SCADA Operation 9.x

Environment
Power SCADA Operation 9.x

Cause
Known issue with PSO 9.0 CU2. Will be fixed in CU3

Resolution
*Warning: Take backups of any files prior to modifying them. Ensure the backups are in a location that will not be overwritten (i.e. the Desktop).

IMPORTANT: Solution is only applicable to Cumulative Update 2, do not apply if you are not updated to this version.

Find & Edit the "PLSNotification.ci" inside your PLS_Inlcudes project. Preferably using your Cicode Editor from your PSO Studio IDE.

Use the "Find Function" feature to find the following function:

```

LaunchNotificationSettings()

```

Inside this function there is a method/ subroutine called

```

DllClassCallMethod(m_oNotificationServiceInstance, "LaunchSettings", sDataPath, sIPs, sUserName, sLanguage);

```

Comment out the "sLangauge" argument & Re-terminate the statement. Like this.

```

DllClassCallMethod(m_oNotificationServiceInstance, "LaunchSettings", sDataPath, sIPs, sUserName);//, sLanguage);

```

Do the same for this FUNCTION:

LaunchNotificationHistory(STRING sFilter, STRING sClusterName = "")

Replace

```

DllClassCallMethod(m_oNotificationServiceInstance, "LaunchResults", sDataPath, sIPs, sClusterName, sFilter, sLanguage);

```

With

```

DllClassCallMethod(m_oNotificationServiceInstance, "LaunchResults", sDataPath, sIPs, sClusterName, sFilter);//, sLanguage);

```

Save the LaunchNotificationSettings function.

Update Pages in citect gfx builder.
Always "Pack" databases on your projects
Recompile your project. Remember to perform a full recompile, not an incremental one.
Always run "Computer Setup Wizard".
Run your project.

施耐德電機Taiwan

探索更多
系列:
探索更多
系列:
  • 產品文檔
  • 軟體下載
  • 產品選型工具
  • 產品替代和替換
  • 幫助和聯絡中心
  • 尋找我們的辦公室
  • 取得報價
  • 施耐德電機社群
  • 人才招募
  • 公司簡介
  • 舉報不當行為
  • 無障礙
  • 新聞中心
  • 投資者
  • 專業洞察
  • 台灣施耐德電機學院
  • 綠色影響力落差調查
  • Schneider Go Green 2025
  • 隱私政策
  • Cookie通告
  • 使用條款
  • Change your cookie settings