Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 42 additions & 6 deletions static/assets/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
},
Expand All @@ -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": []
},
Expand Down
Loading