Commit before reloading Keyence camera on Profinet

This commit is contained in:
2026-01-30 16:07:24 +01:00
parent 68aca1956f
commit 8c41ff9bad
16 changed files with 342 additions and 126 deletions

View File

@@ -0,0 +1,45 @@
{
"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
}
]
}
}