Files
infineon_plc/doc/etcher_recipe_data.json

45 lines
1.0 KiB
JSON

{
"metadata": {
"version": "1.0",
"description": "Description of the etcher recipe parameters",
"maxParams": 5
},
"processVariables": {
"real": [
{
"index": 0,
"name": "Temperature hot plate",
"unit": "degC",
"min": 0.0,
"max": 60.0
},
{
"index": 1,
"name": "Temperature cold plate",
"unit": "degC",
"min": 0.0,
"max": 60.0
}
],
"string": [
],
"lreal": [
],
"dint": [
{
"index": 0,
"name": "Greifer Nummer",
"unit": "",
"min": 1,
"max": 3
},
{
"index": 1,
"name": "Teller nummer",
"unit": "",
"min": 1,
"max": 3
}
]
}
}