I played with assembly language in the early 1990. Recently I started working with a Programmable Logic Controller (PLC) and felt a sense of Deja vu. My question is: Is RLL (ladder logic) a type of assembly language. More specifically, does each RLL instruction map directly to a specific machine language instruction, or is it more like a compiled language?
2007-12-07
11:32:07
·
2 answers
·
asked by
Joel
2
in
Computers & Internet
➔ Programming & Design
Thank you Mark, but your answer seems to contradict your evidence. Certainly a PC can quickly compile a simple program before uploading to the PLC, but does a hand-held programmer do this?! Also, your sample code looks very assembly like...load specific memory location, compare, branch, etc. (my software also allows me to see my program in a mnemonic view.)
Therefore, I see no evidence to contradict my assertion that ladder logic is indeed a form of assembly language, and that programming software or hand-held programmers simply translate each command into a native machine instruction.
2007-12-10
06:39:40 ·
update #1