E-Stop IP

This commit is contained in:
chk
2026-06-12 18:59:56 +02:00
parent 3e3023fa63
commit bfb84fab50
8 changed files with 78 additions and 12 deletions

View File

@@ -17,7 +17,12 @@
"base": { "ip": "fluidNcBase.local", "port": 2300, "protocol": "telnet", "axes": ["x", "y", "z"], "heartbeatInterval": 5000 },
"elbow": { "ip": "fluidNcEllbow.local", "port": 5000, "protocol": "telnet", "axes": ["a", null, null], "heartbeatInterval": 5000 },
"hand": { "ip": "fluidNcHand.local", "port": 5000, "protocol": "telnet", "axes": ["c", "e", "b"], "heartbeatInterval": 5000 },
"emergencyStop": { "protocol": "shelly", "url": "http://shelly1pmminig4-acebe6f095f4.local/rpc/Switch.Set?id=0&on=false" }
"emergencyStop": {
"protocol": "shelly",
"url": "http://192.168.0.238/rpc/Switch.Set?id=0&on=false",
"urlOn": "http://192.168.0.238/rpc/Switch.Set?id=0&on=true",
"urlStatus": "http://192.168.0.238/rpc/Switch.GetStatus?id=0"
}
},
"vision_config": {"MarkerType": "DICT_4X4_250", "MarkerSize": 0.025},
"renderingInfo": {