Page Content
Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
What are the advantages?
Trying The new I/O interfaces allows enabling the visualization visualisation and editing new of IO connections within the new UI, offering improved scalability, performance, and an enhanced user experience.
How to update old projects to
...
new I/O interfaces
The Starting from RT-LAB 2025.1, the migration is carried out following these steps:
Compile your project if it has not been compiled previously.
Close your project.
Right-click on the project and select the "Try new I/O interfaces" option.
Follow the steps in the migration wizard.
Data point tree and IO assignment:
Connections overview:
Migration impact:
There you have it; your project has been successfully migrated into Dashboards.
automatically when a project is opened.
Using your older RT-LAB version (2024.4 or older), make sure all models in the project are in a compiled/loadable state. If not, launch compilation and wait for its completion.
Info |
---|
Compiling the model is essential to ensure that all information required for automatic migration is available within the workspace. This step is very important. |
Close the older RT-LAB version and start using the newer RT-LAB version.
Open your Workspace
Open your project
Follow the migration wizard instructions
Don’t worry, your project will be backed up in case you want to use with older RT-LAB versionsYour project now can be used with the new I/O Interfaces!
Migrated project into Dashboards
Dashboards can be opened by clicking on “Dashboards” in the RT-LAB Project Explorer.
...
Considerations
Once the project has been migrated to dashboardsDashboards,
Functionality of the Recorder remains the same.
Dynamic LabVIEW panels are still available for consultation, but do not interact with the simulation anymore. The Dashboards panels are now to be used instead of LabVIEW panels.
Configuration view of IO Interfaces remains in RT-LAB.
Aliases are no more supported.
All RT-LAB API calls remain compatible.
GetConnectionsDescription return may differ
For IO data points:
Field name is no longer present.
Field alias has been added, it is the IO data point UI name.
For model data points:
Field level, alias and name are no more present.
Connections configuration:
Can be done via Dashboards
Is no longer accessible via the Configuration panel of RT-LAB.
Migration failure
If the project migration fails, please read the <Project Path>/configurations/opalone/migration_report.log file and refer to the Known issues section.
...
The folder located at <Project Path>/configurations
The file located at <Project Path>/Controller.log
Opal Ones log files at C:/OPAL-RT/OpalOne/services/appserver/logs/appserver.log and C:/OPAL_RT/OpalOne/vX.Y.Z/server/logs/unicon.prod*.text.log
Migration report
The migration_report.log (under <Project Path>/configurations/opalone) should be generated no matter the migration failed or not.
If it’s not the case, it could be because the Controller.exe of the project was not properly closed before starting migration or if unicon.exe is not running.
...
Code Block |
---|
ERR FAILED to create connections 'error message' |
Known issues
Use of new I/O interfaces not possible because of unresolved connections
If in a project there are unresolved connections, the migration cannot be done.
...