6
EtherNet/IP Settings
ABSODEX Driver output signal
EIP002_OutputSignal_IN[0]
M code output (bits 0 to 7)
EIP002_OutputSignal_IN[1]
Positioning completion output
5
Indexing-in-progress output 1 /
Origin position output
6
Indexing-in-progress output 2 /
Servo state output
EIP002_OutputSignal_IN[2]
Segment position strobe output
EIP002_OutputSignal_IN[3]
EIP002_OutputSignal_IN[4]
Command code execution complete
EIP002_OutputSignal_IN[5]
~
EIP002_OutputSignal_IN[7]
Response data
For more information on the allocations of the input and output areas, refer to 3.2.
Input/Output of the Instruction Manual ABSODEX AX Series TS type TH type EtherCAT
specification EtherNet/IP specification (SMF-2012-A).
Additional Information
With Sysmac Studio, two methods can be used to specify an array for a data type.
After specifying, (1) is converted to (2), and the data type is always displayed as (2).
(1)BOOL[16] / (2) ARRAY[0..15] OF BOOL
In this guide, the data type is simplified by displaying BOOL[16].
(The example above means a BOOL data type with sixteen array elements.)