Skip to content
Snippets Groups Projects
newFeatures_af3_fortissPage.html 3.6 KiB
Newer Older
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- html page to use on fortiss website https://www.fortiss.org/veroeffentlichungen/software/autofocus-3 for the release notes link. -->
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>New features and changes in AutoFOCUS 2.16</title>
    <style>
      .mBlock { margin-left: 62px; }
      h2 { color: black; }
      table, th, td {border: 1px solid black; border-collapse: collapse;}
      tr:nth-child(even) {background: #DDD; }
      tr:nth-child(odd) {background: #FFF; }
      tr:first-child {background: #AAA; }
    </style>
  </head>
  <body>
    <div class="mBlock">
      <h2>New Features and Changes in AutoFOCUS 2.17</h2>
	  <h3>Co-simulation</h3>
		<ul>
			<li>Co-simulation has been updated to the newest version of the INTO-CPS COE.</li>
			<li>The stability has been improved.</li>
			<li>Co-simulation can now be run asynchronously, without blocking the UI.</li>
			<li>Co-simulation now provides proper feedback and error messages.</li>
			<li>Compatibility with Simulink.</li>
		</ul>
	<h3>UI-Update</h3> 
	<ul>
		<li>AF3 2.17 includes a major UI update</li> 
		<li>Most of the editors (especially diagram editors with boxes and arrows) have been updated with a JavaFX-based UI</li>
	</ul>
	<h3>Feature consolidation</h3>
	<ul>
		<li>This release focused on stabilizing the main features of AF3</li>
		<li>All features were consolidated in order to provide a better user experience </li>
	</ul>
	  
	  
      <!-- <h3>Assurance Cases</h3>   -->
      <h3>Tooling Infrastructure and Maintenance</h3>
      <ul>
        <li>Platform update to Eclipse 2019-12</li>
      </ul>
      <br>
      <h3><a href="https://af3-developer.fortiss.org/projects/af3-phoenix-release/issues?c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=assigned_to&c%5B%5D=updated_on&f%5B%5D=status_id&f%5B%5D=fixed_version_id&f%5B%5D=&group_by=&op%5Bfixed_version_id%5D=%3D&op%5Bstatus_id%5D=%3D&per_page=100&set_filter=1&sort=id%3Adesc&t%5B%5D=&utf8=%E2%9C%93&v%5Bfixed_version_id%5D%5B%5D=148&v%5Bfixed_version_id%5D%5B%5D=145&v%5Bfixed_version_id%5D%5B%5D=146&v%5Bfixed_version_id%5D%5B%5D=147&v%5Bstatus_id%5D%5B%5D=5">Detailed list of changes in 2.17</a></h3>
     <br>
     
     <h3>FAQ - Installation and Running</h3>
	<ul>
	<li> On MacOS
		<ul>
		<li>You need to accept unknown developer certificates.</li>
		<li>You need to move AutoFOCUS3 to your application folder.</li>
		<li>If you get an error message on startup which says that AutoFOCUS3 is broken and cannot be started: open a terminal and use the following command:
			<ul>
			<li>sudo xattr -rd com.apple.quarantine /Applications/AutoFOCUS3.app</li>
			<li>As our software is a scientific prototype, our product is not signed which causes a problem due to the security restrictions of MacOS</li>
			</ul>
		</li>
		</ul>
	</li>
	<li> AF3 does not start
		<ul>
		<li> Check, that the path to your AF3 (including the AF3 folder itself) does not contain spaces.
		<li> If the product does not start because the Java Virtual Machine (JVM) could not be created: Please update your Java installation to Java 11.0.7
		</ul>
	</li>
	<li> Unpacking of AF3 zip file fails with 'Path too long' on Windows
		<ul>
		<li> Workaround: Unzip into your drive root, e.g., C:/ and give the folder a short name like 'af3'
		</ul>
	</li>
	<li> Menu icons are not displayed on KDE
		<ul>
		<li> Go to "System settings - Application Style - GNOME Application Style".
		<li> Select "Show symbols of GTK buttons".
		<li> Select "Show symbols in GTK menus".
		</ul>
	</li>
	</ul>
     
     </div>
  </body>
</html>