Support : Knowledge base

Knowledge Base

Welcome to OPAL-RT’s Knowledge Base

OPAL-RT offers a repository of support information for optimal use of its technology.

Loading…

Please note that OPAL-RT knowledge base is not fully optimized for mobile platforms.

For optimal experience, use a desktop computer.

Reference Number: AA-00818// Views: AA-00818// Created: 2012-01-16 05:00:00// Last Updated: 2015-05-05 15:14:42
Q&A
Missing Parameters and Signals

 

Question

My parameters and/or signals are missing or cannot be found after building and loading my model.

I get no signal and no parameter.


Answer


In the OpCommon folder found in the folder of your model, if some parameters or signals are missing for an entire subsystem in the file .param and .signal, there may be no signal or parameters in the .map file as shown below.

 

[Parameter]

nbParameters=0

 

[Signal]

nbSignals=0

 

The .map file is found in the folder under your subsystem name and under OpNTOtarget or OpREDHAWKtarget. 

 

Since signal acquisition only support type double, one reason is that the desired signal is not of type double.

 

Another possible reason is that there is a "Bus Creator" block that is selected to "Output as nonvirtual bus" as shown below.

Please remove this option in all the system.

 

The following script may be helpful to search all the system in the selected path to uncheck this option.

Do not forget to change the path in the script of the currently opened model.

 

 

Keywords = bus object objects

Correct_BusCreators%5B1%5D.m 565 b 565 b