# RPS or minimum sampling rate per UR interface

**URL:** https://forum.universal-robots.com/t/rps-or-minimum-sampling-rate-per-ur-interface/43058
**Category:** Robot Communication
**Created:** [July 13, 2026, 7:59am UTC](https://forum.universal-robots.com/t/rps-or-minimum-sampling-rate-per-ur-interface/43058 "2026-07-13T07:59:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mitdl1007](https://avatars.discourse-cdn.com/v4/letter/m/d26b3c/32.png) [@mitdl1007](https://forum.universal-robots.com/u/mitdl1007)
#### Post date: [July 13, 2026, 7:59am UTC](https://forum.universal-robots.com/t/rps-or-minimum-sampling-rate-per-ur-interface/43058/1 "2026-07-13T07:59:22Z")

</div>

Hi everyone,

In my current project, I’m fetching state values from various UR interfaces to determine whether an alarm has occurred. I am using three communication interfaces: Modbus, Dashboard Server, and RTDE. To ensure data consistency, I want to synchronize the sampling rates across these three interfaces so that the values are sampled at the exact same point in time as much as possible.

Currently, I am polling and retrieving the state values from these three interfaces at a 10Hz frequency. Could anyone provide information regarding the minimum sampling rate or the maximum RPS (requests per second) for each individual interface?

Thanks in advance!

Translated by Gemini (Korean → English)

---

<div class="post-metadata">

### Author: ![mmi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.universal-robots.com/mmi/32/691_2.png) [@mmi](https://forum.universal-robots.com/u/mmi)
#### Post date: [July 13, 2026, 9:21am UTC](https://forum.universal-robots.com/t/rps-or-minimum-sampling-rate-per-ur-interface/43058/2 "2026-07-13T09:21:55Z")

</div>

Lowest possible request rate for RTDE is 1Hz.  
Dashaboard server has no minimum and is not very well suited for frequent polling. 1Hz would be practical maximum for dashboard server.  
Modbus server can also run with 1Hz.
