FANUC

From Knowledge Base
Revision as of 12:37, 10 April 2023 by Andy (talk | contribs) (Created page with "To set up communication with a FANUC control, see FANUC FOCAS. ==Part counting== Bit #0 of parameter 6700 determines which M-codes will cause the part counter (stored in parameter 6711) to increment. *If it is set to 0: <code>M02</code>, <code>M30</code>, and <code>MX</code> (where X is the value of parameter 6710) will increment the part counter. *If it is set to 1: Only <code>MX</code> (where X is the value of parameter 6710) will increment the part counter. Par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To set up communication with a FANUC control, see FANUC FOCAS.

Part counting

Bit #0 of parameter 6700 determines which M-codes will cause the part counter (stored in parameter 6711) to increment.

  • If it is set to 0: M02, M30, and MX (where X is the value of parameter 6710) will increment the part counter.
  • If it is set to 1: Only MX (where X is the value of parameter 6710) will increment the part counter.

Parameter 6710 holds the M-code to use for part counting as described above.

  • If it is set to 0, it will not be used at all.
Behavior of parameters 6700 and 6710
6700 6710 Behavior
0 0 M02 and M30 count parts
0 x > 0 M02, M30, and Mx count parts
1 0 Part counting is disabled
1 x > 0 Only Mx counts parts