User contributions for Oliver.Wolf.EMX
Jump to navigation
Jump to search
16 September 2024
- 14:2214:22, 16 September 2024 diff hist +1 Main Page No edit summary Tag: Visual edit
7 August 2024
- 08:0408:04, 7 August 2024 diff hist +33 emmtrix Studio Release Notes →emmtrix Studio Release Notes current
- 08:0208:02, 7 August 2024 diff hist +2,625 emmtrix Studio Release Notes →emmtrix Studio Release Notes
15 May 2024
- 07:2307:23, 15 May 2024 diff hist 0 Mapping TargetLink generated C code back to Simulink blocks No edit summary current Tag: Visual edit
8 May 2024
- 12:0412:04, 8 May 2024 diff hist +2,189 N 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..."
- 12:0012:00, 8 May 2024 diff hist +88 Main Page No edit summary
30 April 2024
- 06:5206:52, 30 April 2024 diff hist +30 Main Page →emmtrix Products
9 April 2024
- 08:4008:40, 9 April 2024 diff hist +960 N 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:3908:39, 9 April 2024 diff hist +63 N File:Reason for being not applicable.png No edit summary current
- 08:3808:38, 9 April 2024 diff hist +68 N File:Not applicable transformations.png No edit summary current
- 08:3008:30, 9 April 2024 diff hist +585 N 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:2208:22, 9 April 2024 diff hist +734 N 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:2108:21, 9 April 2024 diff hist +38 N File:eS custom macro.png No edit summary current
- 08:1708:17, 9 April 2024 diff hist +3 String Index Out of Bounds Exception No edit summary Tag: Visual edit
- 08:1208:12, 9 April 2024 diff hist +671 N 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:0808:08, 9 April 2024 diff hist 0 Main Page →FAQ
- 08:0808:08, 9 April 2024 diff hist +35 Main Page No edit summary Tag: Visual edit: Switched
29 November 2023
- 12:2812:28, 29 November 2023 diff hist +37,562 N 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:2112:21, 29 November 2023 diff hist 0 Main Page →emmtrix Products
- 12:2112:21, 29 November 2023 diff hist +35 Main Page No edit summary