Frequency inverter ATV Process is controlled via Profinet in Profidrive and does not want to re-accelerate after the new run command appears during drive controlled stop. It stops to zero instead and accelerates right after that.
The reason is that profidrive profile is different than CIA402. In CIA402 the sequence for start command is 16#06 --> 16#07 --> 16#0F and stop + new run continues as 16#07 --> 16#0F.
In profidrive, you need to have bit 10 of ZSW1 word (ZSW1 is adequate to CMD word) activated. When motor is running (ZSW1=040F), the ramp stop and reacceleration is done by bit 0.
16#040F.. running. 16#040E..deceleration, 16#040F..re-acceleration.
See profinet manual NHA80943_01, page 96 with schematic of profidrive control.
The reason is that profidrive profile is different than CIA402. In CIA402 the sequence for start command is 16#06 --> 16#07 --> 16#0F and stop + new run continues as 16#07 --> 16#0F.
In profidrive, you need to have bit 10 of ZSW1 word (ZSW1 is adequate to CMD word) activated. When motor is running (ZSW1=040F), the ramp stop and reacceleration is done by bit 0.
16#040F.. running. 16#040E..deceleration, 16#040F..re-acceleration.
See profinet manual NHA80943_01, page 96 with schematic of profidrive control.