我們的品牌

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

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

歡迎訪問我們的網站
		
我们今天能为您提供什么帮助?
How to run a function when a page is shown in PowerLogic SCADA v7.20; Using "On page shown" and "While page shown" properly

To run a function when you click on a page in PowerLogic SCADA v7.20 (PLS), add the function to the Page Properties of the current page in Citect Graphics Builder. Select the Events tab, check the On page shown box and enter the desired function in the On page shown command box.

If you add the function to the While Page Shown, the function will not run if it contains a blocking function.

For example, consider the following function where cnt1 has been defined as a Local Variable.

FUNCTIONTest()
IF cnt1<1000THEN
cnt1=cnt1+1;
END
// cnt1=TagRead("MyPM870\MMXU1\Hz");
END



Calling this function from the "While page shown command" box will work because there is no blocking function inside Test().

Alternatively, consider the following modified Cicode with TagRead added, which is blocking function:

FUNCTIONTest()
// IF cnt1<1000 THEN
// cnt1=cnt1+1;
// END
cnt1=TagRead("MyPM870\MMXU1\Hz");
END

This will NOT work and until the tag will be available from the cache, it will generate a hardware alarm (System Alarms page)--"Foreground Cicode cannot block"--and the execution of the function will be cancelled. The alarm will disappear after the code execution has stopped.

In the following screen capture of the Client Kernel, we can see that PageFG (page foreground cicode) is in the Stop state since Test() contained a blocking function.


Legacy KB System (APS) Data: RESL208839 V2.0, Originally authored by AnVa on 08/10/2012, Last Edited by AnVa on 10/08/2012
Related ranges: PowerSCADA Expert 7.2, PowerLogic SCADA 7.1

施耐德電機Taiwan

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