RITM KPM Support Package
KPM "RITM" is a hardware solution for working with models in real time, providing the ability to integrate and manage processes on real equipment. With the help of the KPM support package "RITM", Engee gets access to the RITM system and can work with it directly using the Julia programming language.
The support package of KPM "RITM" ensures the operation of Engee with the hardware platform RITM. The package runs on top of the subsystem Engee.Integrations and provides an API for loading/running models, exchanging data, working with files and logs.
Working with the support package of KPM "RITM" in Engee provides the following features:
-
Loading and running models on the RITM machine;
-
Generating Si strapping for models;
-
Compiling and running the model in various modes (independent or interactive);
-
Checking the availability of the device and working with files on RITM;
-
Getting information about the memory consumed by the model and displaying execution logs.
Requirements
-
The Engee subsystem is installed and connected.Integration.
-
The RITM KPM support package has been installed.
Quick start
-
Install or connect the Engee subsystem.Integrations as shown in article.
-
Install the RITM KPM support package:
engee.package.install("RITM-Engee-Blocks") -
Now you can use the methods described in the article An example of using software management to work with KPM "RHYTHM", as well as blocks from the library RITM.
-
To understand the operation of the RITM CPM support package in practice, it is recommended to download sample models using the command:
engee.package.getdemos("RITM-Engee-Blocks")