Binary code Decimal Override factor00000010 2 0.02 ≙ 2%00000011 3 0.03 ≙ 3%00000100 4 0.04 ≙ 4%... ... ...01100100 100 1.00 ≙ 100%... ... ...11001000 200 2.00 ≙ 200%With Gray coding, the override factors corresponding to the switch position must be enteredin the following machine data:MD12010 $MN_OVR_ FACTOR_AX_ SPEED [] (evaluation of the axis feedrate overrideswitch)Effectiveness of the axis-specific feedrate override:● With active G33, G34, G35: Not effective● With active G63: Not effective(the override is set in the NC permanently to 100%)● With active G331, G332: Not effective(the override is set in the NC permanently to 100%)Spindle overrideOne enable signal and one byte for the spindle override factor are available in the NC/PLCinterface for each spindle.DB31, ... DBX1.7 (override effective)DB31, ... DBB19 (spindle override)The override factor can be specified from the PLC either in the binary or gray-coded format.The format is communicated to the NC via the following machine data:MD12060 $MN_OVR_SPIND_IS_GRAY_CODE (spindle override switch gray-coded)The following permanent assignment applies to binary code:Binary code decimal Override factor00000000 0 0.00 ≙ 0%00000001 1 0.01 ≙ 1%00000010 2 0.02 ≙ 2%00000011 3 0.03 ≙ 3%00000100 4 0.04 ≙ 4%... ... ...01100100 100 1.00 ≙ 100%... ... ...11001000 200 2.00 ≙ 200%With Gray coding, the override factors corresponding to the switch position must be enteredin the following machine data:V1: Feedrates17.4 Feedrate controlBasic Functions1338 Function Manual, 01/2015, 6FC5397-0BP40-5BA2