Hello All,
I am trying to integrate a stepper motor to ABB IRC5 controller. My intended architecture is as follows:
ABB IRC5 controller ----> PLC ----> Stepper Driver ----> Stepper Motor
I have read that the digital outputs available on the IRC5 are not capable of PWM pulsing outputs. Furthermore, I want to synchronize the motion of the stepper motor to that of the robot i.e. start motion of stepper motor when robot starts to move. My idea is to prepare the RAPID code to contain instructions on how much the stepper should move in addition to regular robot motion. This information is then passed on to PLC using either using DeviceNet or EtherNet/IP.
- Are there any simpler methods to do this?
- Are there any hardware flags or status bits that can be used for synchronization?
- Can motion commands for stepper motor be communicated to PLC over DeviceNet or EtherNet/IP?
Any suggestions will be helpful.