Examples
Example models for generating TcCom modules:
Example |
Topics |
Description |
---|---|---|
|
A very simple temperature controller that covers the basics. | |
|
A very simple temperature controller with PWM output. Provides a quick overview of how to use the module generator. Also uses Simulink BusObjects (structures) for an output and includes a test point, which affects the accessibility of internal signals vie ADS. ExternalMode is also used in the example. | |
|
Generates TwinCAT modules from Simulink models with SFunctions that are provided by third parties without source code. | |
|
Generates TwinCAT modules from Simulink models with SFunctions, for which the source code is available, but is dependent on static libraries. |
Examples for module generation callbacks:
Example |
Topics |
Description |
---|---|---|
|
This simple example illustrates the automatic archiving of generated module files. |