Print Page

Font Size:
Solutions

Embedded system solution (C controller)

Real-time property

No need to wait for polling to be completed

R12-V
Q12-V
Q24-VG
RD55-V
Q24-V

General event-driven programming is possible with a microcomputer / PC. Since there is no need to wait for the processing completion signal from the unit, CPU load reduction and high-speed response processing are realized.
→ Interrupt processing function

Executes two tasks at the same time and enables load balancing

R12-V
RD55-V
With dual core, two tasks can be performed simultaneously. In addition, interrupt service routines and tasks can be executed at the same time, thus distributing the CPU load.
→ Dual core