Helepolis
Mechanical
- Dec 13, 2015
- 198
Hi all,
I'm trying to operate a linear actuator (SMC LEY25B-300) using an Arduino based PLC (Controllino MAXI), in retrospect i would have used a regular PLC with ladder logic but it's to late for that (for now).
Anyway, I've figured how everything should work but I'm stuck on the programming part.
The controller of the actuator is LECP6 PNP type.
The PLC is programmable just like any other Arduino board which sounded just like what needed at first, as the first prototype was controlled by two Arduino UNO boards (instead of the actuator we used rack and pinion driven by a servo motor).
Now that we are upgrading the prototype to something more robust with industrial parts, coding for the actuator isn't as straight forward as i thought.
I'm having a hard time with getting the timing right between the commands, so after searching for a while i learned that there is a possibility to create a ladder logic diagram and then converting it to an Arduino sketch.
So if anybody has any experience and can suggest a good program, guide or anything else that you think might help, will be much appreciated.
I'm trying to operate a linear actuator (SMC LEY25B-300) using an Arduino based PLC (Controllino MAXI), in retrospect i would have used a regular PLC with ladder logic but it's to late for that (for now).
Anyway, I've figured how everything should work but I'm stuck on the programming part.
The controller of the actuator is LECP6 PNP type.
The PLC is programmable just like any other Arduino board which sounded just like what needed at first, as the first prototype was controlled by two Arduino UNO boards (instead of the actuator we used rack and pinion driven by a servo motor).
Now that we are upgrading the prototype to something more robust with industrial parts, coding for the actuator isn't as straight forward as i thought.
I'm having a hard time with getting the timing right between the commands, so after searching for a while i learned that there is a possibility to create a ladder logic diagram and then converting it to an Arduino sketch.
So if anybody has any experience and can suggest a good program, guide or anything else that you think might help, will be much appreciated.