Library Simulink Exclusive — Quarc
Blocks that allow direct interaction with hardware sensors and actuators. The Immediate I/O
The QUARC library is a suite of tools developed by Quanser that integrates with MATLAB and Simulink to enable rapid control prototyping and real-time hardware-in-the-loop (HIL) simulations. It allows users to generate real-time C code directly from Simulink models and run it on various hardware targets without manual programming. Key Papers and Documentation quarc library simulink
: QUARC acts as an extension of Simulink, allowing you to run models in real-time on various targets—including 32-bit and 64-bit Windows and various embedded platforms—directly from the Simulink Development Environment . Blocks that allow direct interaction with hardware sensors
Always place this at the top level of your model to define your hardware parameters globally. Key Papers and Documentation : QUARC acts as
. It allows engineers and researchers to transform Simulink models into real-time applications that can interface with physical hardware without writing a single line of C/C++ code. 🛠️ The QUARC Targets Library The heart of QUARC within Simulink is the QUARC Targets Library
Before you can run any "piece" of code on hardware, you must configure the Simulink model to use the QUARC real-time target. : Press Ctrl+E in Simulink.
Quarc’s library blocks act as a universal translator between your logic and the physical hardware.