我们今天能为您提供什么帮助?

Measuring Control Expert Program Section or POU Scan Times in SCADAPack x70 RTUs

Scan time is the amount of time the RTU takes to execute one full cycle of logic.
Understanding scan time helps diagnose performance issues, optimize logic, and verify that time‑critical tasks are running as expected.

To determine how long each section or POU takes to execute in a SCADAPack x70 RTU, use the FREERUN function block. This function block enables a free-running counter, which can be used for run time measurement of sections and application programs.

Measurement using FREERUN function block reflect only the logic execution time of the section being measure. They do not include the RTU system overhead, such as: IO updating  and communication servicing time. These overhead components are included only in the overall task scan time, which can be monitored via system words %SW30.

System Status Words:

Scan1

Scan2

FREERUN outputs a counter value that increases every program scan.
By placing a FREERUN block at the start and end of a section, you can calculate the time difference between the two values.

This difference represents the approximate scan time for that section of logic.

Example: Using FREERUN to measure section scan time

Below is a common implementation pattern:

  1. Insert a FREERUN block at the beginning of a section.
  2. Capture its output into a variable (e.g., StartTime).
  3. Insert another FREERUN block at the end of the section.
  4. Capture its output into another variable (e.g., EndTime).
  5. Subtract StartTime from EndTime to obtain the execution time.

The SUB_DINT instruction is typically used to perform the subtraction.

Scan3

FREERUN increments once per scan, so the raw difference represents scan cycles, not time in microseconds.

To convert cycles into microseconds:

Time (µs) = CycleCount × ScanPeriod (µs)

Using animation table to monitor the Scan time.

Right click on the OUT of the SUB_DINT and select Initialize Animation Table

Scan4

Monitor Animation Table as example below: The value ‘4’ in the MotorScanTime variable represents the cycle count.

Scan5

If task scan period is 1 µs then Time_µs = CycleCount × 1 = CycleCount
So if your animation table shows MotorScanTime = 4, the section time is 4 µs.
Image4
image5

施耐德電機Taiwan

探索更多
系列:
探索更多
系列:

需要協助?

需要協助?

產品選型工具

產品選型工具

快速輕鬆地為您的應用找到合適的產品和附件。

取得報價

取得報價

立即線上提交您的銷售需求,專業團隊將主動聯繫您。

購買地點

購買地點

輕鬆在您所在地區找到最近的施耐德電機經銷商。

支援中心

支援中心

在同一位置找到滿足您所有需求的支援資源。

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