Where can I find the list of return codes and how to fix them? #93
Unanswered
tukusejssirs
asked this question in
Q&A
Replies: 1 comment
You will find this in the Fanuc controller manual. Not in Focas docs. Why this parameter has an effect on operator messages is black Fanuc magic to me.
I do not think there is a fix for this. 'no option' to me means that the controller does not support tool life management functions. If fanuc-driver/fanuc/collectors/ToolData.cs Lines 24 to 25 in f905690 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
@MRIIOT, you have once said that to fix
{"method": "cnc_rdopmsg", "rc": 9}error, one needs to set11931#1to0. It works, but I could not find what does this parameter do, why it is needed. I could not find a reference to this on inventcom.net.Now, on some machine, I receive
{"method": "cnc_toolnum", "rc": 6}error. Is there a fix for that?It would be nice if the return codes (and possible ways to resolve them) were documented on docs.ladder99.com. I know the codes are defined in
fanuc/fwlib.cs(L53-L99), but I am not sure ifEW_NOOPT = 6, /* no option error */is anyhow related to{"method": "cnc_toolnum", "rc": 6}error I get.All reactions