Ambiguous sorted order detected due to use of triggered subsystem(s) and/or Model blocks in a loop.

63 visualizzazioni (ultimi 30 giorni)
I am working on a simulation of an mixed circuit. The circuit involved some input op-amp circuit, comparator(let's say pre-analog) and logic circuit and transistor circuit(post-analog). The analog circuit is made of simscape modules and logic circuit made of simulink modules.
The pre-analog_circuit provids the pulsating signal which is used as clock signal to the logic circuit. Logic circuit output swithching transistors. ((Image attached))
When the programm is compiled it is giving this below error.
Ambiguous sorted order detected due to use of triggered subsystem(s) and/or Model blocks in a loop. See Subsystem Examples in the Simulink library for valid and invalid examples of triggered subsystems
Component:Simulink | Category:Model error
As I can understand I need to add the trigger to my logic circuit. However I am still getting an similar error with solver configuration.
I have explored the similar errors past questions but not helped much.
Can someone please help me understand where I am doing wrong? Logic circuit and digital circuit attached.
Ambiguous sorted order detected due to use of triggered subsystem(s) and/or Model blocks in a loop. See Subsystem Examples in the Simulink library for valid and invalid examples of triggered subsystems
Component:Simulink | Category:Model error
The trigger input port of triggered subsystem or Model block 'Test_Model_Analog_Digital/ Logic Testing using Simulink/Logic Testing using Simulink' is involved in a loop. This causes the trigger signal at time t to be dependent on the output of the triggered subsystem or Model block at time t, resulting in an ambiguous execution order. You can use a Memory to break the loop.
Component:Simulink | Category:Model error
Input ports (1, 2, 6, 7) of 'Test_Model_Analog_Digital/ Logic Testing using Simulink/Solver Configuration' are involved in a loop containing triggered subsystem(s) and/or triggered Model blocks.
Component:Simulink | Category:Model error
Input ports (1) of 'Test_Model_Analog_Digital/TL594 Logic Testing using SimScape/TL594Logic Testing/Manual Switch3' are involved in a loop containing triggered subsystem(s) and/or triggered Model blocks.
Component:Simulink | Category:Model error
Input ports (1) of 'Test_Model_Analog_Digital/ Logic Testing using Simulink/Solver Configuration' are involved in a loop containing triggered subsystem(s) and/or triggered Model blocks.
Component:Simulink | Category:Model error
Input ports (1) of 'Test_Model_Analog_Digital/ Logic Testing using Simulink/Solver Configuration' are involved in a loop containing triggered subsystem(s) and/or triggered Model blocks.
Component:Simulink | Category:Model error
Input ports (1) of 'Test_Model_Analog_Digital/ Logic Testing using Simulink/Solver Configuration' are involved in a loop containing triggered subsystem(s) and/or triggered Model blocks.
Component:Simulink | Category:Model error
Input ports (1, 2, 6) of 'Test_Model_Analog_Digital/ Logic Testing using Simulink/Solver Configuration' are involved in a loop containing triggered subsystem(s) and/or triggered Model blocks.

Risposte (1)

Juan Sagarduy
Juan Sagarduy il 25 Feb 2021
Hi there,
I believe that you need to latch the incoming signals to the triggered subsystems. You do that in the Inport Simulink components.
See below: https://se.mathworks.com/help/simulink/slref/inport.html
Hope this helps / Juan

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by