B-63173EN-1/02
EDIT
DATE DESIG. DESCRIPTION
ower
ate i-
External I/O device control, data input /output function
based on the I/O Link
Connection manual (function)
TITLE
DRAW.NO. CUST.
SHEET
01
990624 New design
5
・Outputting operation
Specified number of data items are output to the I/O device from
a specified start number in order from #100 to #199 and from
#500 to #699.
Specify the output start number of a macro variable in EDG0 to
EDG15, and specify the number of output data items in EDN0 to
EDN15.
Data output is not started if the start number specified in EDG0 to
EDG15 is out of the ranges from 100 to 199 and from 500 to 699,
or the number of data items specified in EDN0 to EDN15 is 0. If a
set value is out of a tolerable range, data output is stopped.
Parameter selection signal
EPARM <G251#6>
[Classification] Input signal
[Function] When this signal turns to “1”, the CNC acts as follows.
・Selects parameters as I/O data.
・Inputting operation
Parameters are input from the I/O device.
Input condition:Set the setting parameter (PWE) to 1.
・Outputting operation
All parameters are output.
Parameter data
N parameter number A1 P data A2 P data ;
N : A value that follows N is a parameter No.
A : A value that follows A is an axis number (for axis type
parameter only).
A1 = first axis; A2 = second axis;
P : A number that follows P is data.
Example)
% ;
N1020 A1 P88 A2 P89 ;
...
%