- Verify the configuration: Double-check the configuration of the CCallers and ensure that they are correctly set up to handle the signal passing. Ensure that the input and output ports of the CCallers are properly connected and configured.
- Check the data types: Make sure that the data types of the signals passing through the CCallers are compatible. Check if there are any mismatches in data types that could be causing the blocking issue.
- Debugging: Enable debugging options in your assembly model to trace the flow of signals and identify any potential issues. Use breakpoints or logging mechanisms to track the signal flow through the CCallers and check if there are any unexpected behaviors or errors occurring.
- Test with simplified models: Create a simplified model that focuses solely on the CCallers and their connections. Test this simplified model to ensure that the CCallers are functioning correctly in isolation. Gradually add components and connections from your original assembly to identify if there is a specific component or connection causing the blocking issue.
Simulink : Signal exchange between export-function via Ccaller
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I encounter a blocking problem. I have an export-function assembly, that communicates with each other through 3 types of ports:
- In/Out Simulink Port
- SimulinkFunction / FunctionCaller
- Caller
Unfortunately the signals do not pass through the CCallers while everything works on a more simplified model.

Can you help me?
0 Kommentare
Antworten (1)
Yatharth
am 24 Aug. 2023
It seems like you are facing a blocking problem with the communication between different ports in your assembly, specifically with the CCallers. While everything works fine in a simplified model, the signals are not passing through the CCallers in your current setup.
Here are a few suggestions to help diagnose and resolve the issue:
You can review the documentation and resources available for the specific CCaller implementation you are using. Check if there are any known issues, limitations, or recommended practices that could be relevant to your situation.
This query might be helpful for you
Siehe auch
Kategorien
Mehr zu Model References finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!