Simulink Supported Block Details

From UcgnWiki

Jump to: navigation, search
(Sinks & Sources)
(Signal Routing)
Line 24: Line 24:
== Signal Routing ==  
== Signal Routing ==  
[[File:Simulink_SupportedBlocksSignalRouting.jpg]]
[[File:Simulink_SupportedBlocksSignalRouting.jpg]]
 +
 +
* From/Goto block are useful tools to structure a complex design which would otherwise have many crossing signal lines. But, From/Goto blocks can only be used with a local scope. They are basically non-functional, simply hiding a signal line from view. From/Goto blocks with global scope would have to be represented by global variables. Such a concept is not supported by design, as this would open alternative data paths to the current paradigm that data flow across hierarchy levels will follow an equivalent procedure call hierarchy.
 +
* Data Store Memory, Read and Write
 +
** Local scope only (same rationale as Goto/From, see above)
 +
** Currently only basic type support
== Lookup ==
== Lookup ==

Revision as of 12:18, 28 June 2010

Personal tools