A scheduling model where time advances according to a fixed global clock or frame rate, regardless of individual task requirements. Sensor and controller loops are executed at each tick, which can lead to delays for high-frequency sensors. This model is simpler but less flexible compared to sensor-controlled scheduling. It is often used in simulations or systems where uniform timing is preferred, but may require over-sampling or skipping updates to accommodate sensors with diverse timing needs.