Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/11/01 17:59
Read: times


 
#10741 - RE: Help for PLC Code based on 8051/52
Basically, PLCs operate in a loop that scans the inputs, runs the ladder logic code, and writes the outputs. First you need to define your instruction set. What things will it do. XIC, XIO, timers, counters, latches, compare, move, etc. Then you need to decide how the 8051 code will work. Will the 8051 function as an interpreter, or will your relay ladder logic development software build a program file for the 8051. I imagine most PLCs function as interpreters. You could use internal program memory of the 8051 for the interpreter and then put the RLL code in an external FLASH memory. Modern PLC IDEs offer support for languages other than RLL, but RLL is a must. It seems to me an exceptional amount of trouble when off the shelf PLCs are so inexpensive.

Cory Spackman

List of 12 messages in thread
TopicAuthorDate
Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      
RE: Help for PLC Code based on 8051/52            01/01/70 00:00      

Back to Subject List