How to know API description? #11
-
Thank you for developing this very useful tool! I would like to develop using this tool, but I am thinking of extending it as it does not currently support register writing. Could you please share how you obtained this information when you developed this tool? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
please see #4 for a previous discussion about this specific aspect.
Not when I looked at this, no. But you also don't necessarily need it. (numeric) registers are treated as system variables by some parts of the Fanuc controller OS, so you can use See how Dominh does this for some examples. |
Beta Was this translation helpful? Give feedback.
please see #4 for a previous discussion about this specific aspect.
Not when I looked at this, no. But you also don't necessarily need it.
(numeric) registers are treated as system variables by some parts of the Fanuc controller OS, so you can use
VMIP_WRITEVA
instead to write to registers.See how Dominh does this for some examples.