diff --git a/static/assets/tools.json b/static/assets/tools.json index 756072c4..2d635ee0 100644 --- a/static/assets/tools.json +++ b/static/assets/tools.json @@ -383,17 +383,23 @@ "logo": "Ansys.svg", "vendor": "Ansys", "vendorURL": "https://www.ansys.com/", - "description": "SCADE Display facilitates embedded graphics, display and HMI development and certified code generation for safety-critical displays from ANSYS", + "description": "Model-based development environment for safe and reliable embedded human-machine interfaces (HMI) software", "features": [], "platforms": [ "Windows" ], - "fmiVersions": [ + "interfaces": [ + "GUI", + "CLI" + ], + "fmiVersions": [ "1.0", - "2.0" + "2.0", + "3.0" ], "fmuExport": [ - "ME" + "ME", + "CS" ], "fmuImport": [] }, @@ -404,17 +410,47 @@ "logo": "Ansys.svg", "vendor": "Ansys", "vendorURL": "https://www.ansys.com/", - "description": "SCADE Suite is a model-based development environment with certified code generation for safety critical embedded applications from ANSYS", + "description": "Model-based development environment for safe and reliable embedded control software, from design to safety certified code generation", "features": [], "platforms": [ "Windows" ], + "interfaces": [ + "GUI", + "CLI" + ], "fmiVersions": [ "1.0", + "2.0", + "3.0" + ], + "fmuExport": [ + "ME", + "CS" + ], + "fmuImport": [] + }, + { + "name": "Scade One", + "license": "commercial", + "url": "https://www.ansys.com/products/embedded-software/ansys-scade-one", + "logo": "Ansys.svg", + "vendor": "Ansys", + "vendorURL": "https://www.ansys.com/", + "description": "Model-based solution for the development of embedded control, mission and autonomy software, enabling a seamless MBSE process from the start. Successor of the SCADE products family.", + "features": [], + "platforms": [ + "Windows" + ], + "interfaces": [ + "GUI" + ], + "fmiVersions": [ "2.0" ], "fmuExport": [ - "ME" + "ME", + "CS" ], "fmuImport": [] },