JSON-RPC over HTTP for R-30iB(+) controllers: comet_rpc #20
gavanderhoorn
started this conversation in
General
Replies: 1 comment 6 replies
-
Thank you for bringing this to my attention. Is this the Fanuc RPC protocol ( The project's README mentions:
I know it hasn't been tested, but could this possibly work with a PaintMate 200iA 5L with a R-30iB controller (V8.30)? I'm currently using a solution similar to dominh (KCL and |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For those of you watching this repository (or those that happen to come across this announcement in the future): gavanderhoorn/comet_rpc provides a bare-minimum wrapper around the
COMET
JSON-RPC interface used by FANUC for their newer CRX robots with R-30iB+ controllers.See the readme in
gavanderhoorn/comet_rpc
for more information.Main advantage over custom solutions (implemented using Karel, or using the approach Dominh uses): RPCs return in milliseconds, instead of half a second.
Beta Was this translation helpful? Give feedback.
All reactions