E-Stop IP
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user