Hi all
Can I use arduino to make a program for PROGRAMABLE LOGIC CONTROLLER
It may have to deal with several ladder branches that each may contain some delays .
Do I need som OS for this ?
Whick one ?
Thanks
Elico
Hi all
Can I use arduino to make a program for PROGRAMABLE LOGIC CONTROLLER
It may have to deal with several ladder branches that each may contain some delays .
Do I need som OS for this ?
Whick one ?
Thanks
Elico
This kind of PLC ?
Yes this kind it uses ladder diagram for programming it .
Elico
elico:
It may have to deal with several ladder branches that each may contain some delays .
What, exactly, is meant by this?
Arduino sketches are written in C, not ladder logic - things like the Ardbox linked above have some PLC-like features, but they are still just programmed with C like any other Arduino, and at their core, they're just a standard AVR microcontroller with some industrial grade hardware around it.
There may well be tools to generate arduino-C from ladder logic, but I'm not aware of any. That said, ladder diagrams are a very limiting way to program anything.