QUOTE (slcman @ Oct 19 2009, 09:06 PM)

Hi all,
I want to do a large amount of math operation with a compactlogix processor. I wrote to Rockwell support and they told me the ladder is the faster programming language, second is statement list & sequential and the slowest is function block. I'm surprise...I was thinking statement list will be faster than ladder! Anyone have some experience with different programming language? Ladder is really the faster ?
ST is "structured text". Roughly speaking in terms of PC languages, it's most similar to Pascal/Modula/VHDL/Ada. There is another language called something similar to "statement list" that resembles machine code that is popular in Europe. I believe it is stack-based, and it looks very similar to most assembly codes. It is the 5th out of the 5 IEC languages. Rockwell does not support it, since structured text is pretty close to a superset.