
3.INPUTTING AND OUTPUTTING PARAMETERS USING EXTERNAL INPUT/OUTPUT DEVICES B-63330EN/03
- 24 -
- Real type format
N ***** P ****** ;
N ***** M ****** ;
N ***** I ****** ;
The numeric value following N represents the parameter number.
The numeric value following P, M, or I represents the value (real) of
the parameter.
; is an end of block character (LF for ISO code and CR for EIA code).
Example
N01451P5000.0;
Parameter number 1451
Parameter number 000.0
- Real axis type format
N ***** A ** P ****** A ** P ****** . . . . ;
N ***** A ** M ****** A ** M ****** . . . . ;
N ***** A ** I ****** A ** I ****** . . . . ;
The numeric value following N represents the parameter number.
The numeric value following A represents the controlled axis number
(1 or above).
The numeric value following P, M, or I represents the value (real) of
the parameter.
; is an end of block character (LF for ISO code and CR for EIA code).
Example
N01220A1M50.0A2M60.0A3M70.0A4M0.0A5M0.0 ........;
Parameter number 1220
Parameter values
First axis: 50.0
Second axis: 60.0
Third axis: 70.0
Fourth axis: 0.0
Fifth axis: 0.0