INC (Relative Coordinate)
Object moves from the start address according to the target amount of movement (as long as the target address is configured in operation data).
This INC command is using relative coordinate which means the target address number is counted from the start address (present position before operating this command).
Direction of movement is determined by the sign (+, -) and pulse output method of the movement amount.
a) Pulse Output Method: High Active Mode
When the movement direction is plus (+): Forward Positioning
When the movement direction is minus (-): Backward Positioning
b) Pulse Output Method: Low Active Mode
When the movement direction is plus (+): Backward Positioning
When the movement direction is minus (-): Forward Positioning
*For instance,
If the start address is ‘1000’ and the target address is ‘5000,’ the PLC-S moves forward and stops at ‘6000’ (as opposed to ABS which stops at ‘5000’). The overall movement amount is ‘6000-1000=5,000.’
Positioning Special Module (PLC-S) Configuration
The X Axis parameter setting is the same as the ABS configuration.
How to configure X Axis Position Data
Position Data No. | Control Pattern | Interpolation | Acceleration Time | Deceleration Time | Control Code | Dwell Time | Operation Speed | Target Address |
1 | Single Step | Non-Interpolation | No. 1 | No. 1 | INC | 0 | 1,000 | 5,000 |
The Scan Program setting is the same as the ABS configuration.