How can we help you today?

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

Schneider Electric Singapore

Explore more
Range:
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range:

Need help?

Need help?

Product Selector

Product Selector

Quickly and easily find the right products and accessories for your applications.

Get a Quote

Get a Quote

Start your sales enquiry online and an expert will connect with you.

Where to buy?

Where to buy?

Easily find the nearest Schneider Electric distributor in your location.

Help Centre

Help Centre

Find support resources for all your needs, in one place.

  • Product Documentation
  • Software Downloads
  • Product Selector
  • Product Substitution and Replacement
  • Contact Support
  • Find our Offices
  • Get a Quote
  • Where to buy
  • Schneider Electric Community
  • Careers
  • Company Profile
  • Report a misconduct
  • Accessibility
  • Newsroom
  • Investors
  • EcoStruxure
  • Job Search
  • Blog
  • Legal Information
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings