matlab - Simulink: How to resolve "Invalid setting for output port dimensions of '*/Bus Creator'. The dimensions are being set to 1." error -
matlab - Simulink: How to resolve "Invalid setting for output port dimensions of '*/Bus Creator'. The dimensions are being set to 1." error -
i'm running next issue in simulink model (r2012b, 64bit):
in subsystem, 3 scalar signals come in bus creator
the output of bus creator connected 1 of subsystem's output ports. size of output port set -1, i.e. inherits size incoming signal
the subsystem embedded in subsystem
when model executed, next error message appears:
invalid setting output port dimensions of 'lonsys/a\c 1 dof/simple longitudinal mental attitude system/bus creator'. dimensions beingness set 1. not valid because total number of input , output elements not same
from looking @ bus creator rises error, not @ clear going wrong.
ideas?
as turns out, blocks error message points @ not causing problem.
in case, input port of subsystem connected output port of subsystem containing bus generator had signal size set one, colliding bus size of 3{3}.
in conclusion, figure out cause of particular error, checking signal , port size definition upstream of problematic block helps.
matlab simulink
Comments
Post a Comment