All public logs
Jump to navigation
Jump to search
Combined display of all available logs of emmtrix Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:04, 8 May 2024 Oliver.Wolf.EMX talk contribs created page Mapping TargetLink generated C code back to Simulink blocks (Created page with "When using TargetLink to generate C code out of Simulink models, the C code contains comments that indicate from which block the C code was generated from. In the simplest case it looks like this: <pre> Sum: MyModel/SubSystem/Sum: res = var1 + var2; </pre> The statement `res = var1 + var2;` is generated from a block `Sum` inside the `SubSystem` of `MyModel`. TargetLink tries to optimize the code by combining different statements: <pre> /* Sum: MyModel/SubSys...")
- 08:40, 9 April 2024 Oliver.Wolf.EMX talk contribs created page Why can the source code not be parallelized/optimized? (Created page with "Since ePS2022.04, as part of the CodeTransformation functionality, a function has been added to display the reasons why code transformations cannot be applied. This indicates reasons why code cannot be parallelized or optimized. # Right-click on the block to be analyzed in the [Hierarchical Program View], and if "Not applicable transformations" is displayed, the reason for non-parallelizability can be confirmed. # Select the item of non-parallelization you want to check...") Tag: Visual edit
- 08:39, 9 April 2024 Oliver.Wolf.EMX talk contribs uploaded File:Reason for being not applicable.png
- 08:39, 9 April 2024 Oliver.Wolf.EMX talk contribs created page File:Reason for being not applicable.png
- 08:38, 9 April 2024 Oliver.Wolf.EMX talk contribs uploaded File:Not applicable transformations.png
- 08:38, 9 April 2024 Oliver.Wolf.EMX talk contribs created page File:Not applicable transformations.png
- 08:30, 9 April 2024 Oliver.Wolf.EMX talk contribs created page Notes on using Japanese character code (Shift-JIS) (Created page with "If the source code to be analyzed uses Japanese character code (Shift-JIS) on Windows, the following JAVA exception message may be output when analyzing with ePS. Error: Exception ''java.lang.StringIndexOutOfBoundsException'' To avoid this, it is recommended to use UTF-8 character code for the source code to be parsed. To convert the character encoding of multiple source codes at once, you can use a script such as the one linked below. Batch conversion of multiple fi...") Tag: Visual edit
- 08:22, 9 April 2024 Oliver.Wolf.EMX talk contribs created page Parallelizing code containing pre-processing instructions (Created page with "In the actual code, there are symbol definitions and conditional compilations that are tailored to the target environment and debugging situation. ePS parallelizes the code after preprocessing, so these definitions are removed. Therefore, if necessary, users need to reflect them in the parallelized code. In addition, for practical use, it is possible to define the parallelization of these pre-processing instructions under specific conditions as an ePS project in advance,...") Tag: Visual edit
- 08:21, 9 April 2024 Oliver.Wolf.EMX talk contribs uploaded File:eS custom macro.png
- 08:21, 9 April 2024 Oliver.Wolf.EMX talk contribs created page File:eS custom macro.png
- 08:12, 9 April 2024 Oliver.Wolf.EMX talk contribs created page String Index Out of Bounds Exception (Created page with "When "Run Mapping & Scheduling" is executed, ''java.lang.SteeringIndexOutOfBoundsException'' may occur. {| class="wikitable" |java.lang.StringIndexOutOfBoundsException: index 16015,length 15925 at java.base/java.lang.String.checkIndex(String.java:3278) at java.base/java.lang.StringUTF16.checkIndex(StringUTF16.java:1470) at java.base/java.lang.StringUTF16.charAt(StringUTF16.java:1267) at java.base/java.lang.String.charAt(String.java:695) |} === Possible Reasons === The s...") Tag: Visual edit
- 08:09, 9 April 2024 Oliver.Wolf.EMX talk contribs created page FAQ (Created page with "* String Index Out of Bounds Exception")
- 12:28, 29 November 2023 Oliver.Wolf.EMX talk contribs created page emmtrix Studio Release Notes (Created page with "<span id="emmtrix-studio-release-notes"></span> = emmtrix Studio Release Notes = <span id="release-2023.11"></span> == Release 2023.11 == <span id="new-features"></span> ===...")
- 12:18, 29 November 2023 User account Oliver.Wolf.EMX talk contribs was created