Files
infineon_plc/doc/.vscode/settings.json
m.heisig 67ba80893f Started kuka robot integration with hardware
- Modified PackML state machine to be able to disable unused states
- Added PackTag datatypes for recipe handling
- Started recipe parameter description in json file
- Added schema file for recipe json
- Added state machine drawing for packml
2026-01-30 09:09:30 +01:00

10 lines
177 B
JSON

{
"json.schemas": [
{
"fileMatch": [
"./recipe_data.json"
],
"url": "./recipe_data_schema.json"
}
]
}