
B-63943EN-2/01 6.MACRO EXECUTOR FUNCTION
- 175 -
6.3.2 CNC Parameter Reference
Format
P<parameter-number>
or
P<parameter-number>.<servo-axis-number/spindle-number>
- Refer to "Parameter Manual" (B-63950EN) for details of
parameters.
- Bit position data cannot be specified. So, obtain a necessary bit
position with an instruction such as the AND instruction.
- <Parameter number>, <servo axis number>, or <spindle
number> is to be coded directly using a numeric value or coded
using a variable, #[<expression>], or [<expression>].
Example
1 #100 = P1000
The value of CNC parameter (No. 1000) is set in
macro variable #100.
2 #100 = P1020.2
The value of the second axis of CNC parameter
(No. 1020) is set in macro variable #100.
3 Instead of coding directly using a numeric value as
described above, P#100, P#100, or #101 can be
coded.
6.3.3 Differences from the Series 16i
Function
Series 16i Series 30i
PMC address The readable addresses are G, F, X, Y, R,
D, T, K, and C.
- The readable addresses are G, F, X, Y,
R, D, T, K, C, and E.
- The data range is changed.
Parameter It is impossible to correctly read
parameters whose numbers have been
changed and those whose types have
been changed to real number type or path
type. A P-CODE macro modification is
required.