Skip to content

Commit 8585d77

Browse files
authored
Update sections for SCADE Tools (#658)
* Update section for SCADE Suite and SCADE Display according to last improvements made. * Add a new section for Scade One new product.
1 parent 76b9c1c commit 8585d77

File tree

1 file changed

+42
-6
lines changed

1 file changed

+42
-6
lines changed

static/assets/tools.json

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,17 +383,23 @@
383383
"logo": "Ansys.svg",
384384
"vendor": "Ansys",
385385
"vendorURL": "https://www.ansys.com/",
386-
"description": "SCADE Display facilitates embedded graphics, display and HMI development and certified code generation for safety-critical displays from ANSYS",
386+
"description": "Model-based development environment for safe and reliable embedded human-machine interfaces (HMI) software",
387387
"features": [],
388388
"platforms": [
389389
"Windows"
390390
],
391-
"fmiVersions": [
391+
"interfaces": [
392+
"GUI",
393+
"CLI"
394+
],
395+
"fmiVersions": [
392396
"1.0",
393-
"2.0"
397+
"2.0",
398+
"3.0"
394399
],
395400
"fmuExport": [
396-
"ME"
401+
"ME",
402+
"CS"
397403
],
398404
"fmuImport": []
399405
},
@@ -404,17 +410,47 @@
404410
"logo": "Ansys.svg",
405411
"vendor": "Ansys",
406412
"vendorURL": "https://www.ansys.com/",
407-
"description": "SCADE Suite is a model-based development environment with certified code generation for safety critical embedded applications from ANSYS",
413+
"description": "Model-based development environment for safe and reliable embedded control software, from design to safety certified code generation",
408414
"features": [],
409415
"platforms": [
410416
"Windows"
411417
],
418+
"interfaces": [
419+
"GUI",
420+
"CLI"
421+
],
412422
"fmiVersions": [
413423
"1.0",
424+
"2.0",
425+
"3.0"
426+
],
427+
"fmuExport": [
428+
"ME",
429+
"CS"
430+
],
431+
"fmuImport": []
432+
},
433+
{
434+
"name": "Scade One",
435+
"license": "commercial",
436+
"url": "https://www.ansys.com/products/embedded-software/ansys-scade-one",
437+
"logo": "Ansys.svg",
438+
"vendor": "Ansys",
439+
"vendorURL": "https://www.ansys.com/",
440+
"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.",
441+
"features": [],
442+
"platforms": [
443+
"Windows"
444+
],
445+
"interfaces": [
446+
"GUI"
447+
],
448+
"fmiVersions": [
414449
"2.0"
415450
],
416451
"fmuExport": [
417-
"ME"
452+
"ME",
453+
"CS"
418454
],
419455
"fmuImport": []
420456
},

0 commit comments

Comments
 (0)