Lovin' It wrote: » Anyone know where these courses can be completed? FAS do one but not for another couple of months according to the website. Taking the politicians advice and upskilling!! Any help would be appreciated.
You dont need to do a course.
Pick a platform get a copy of the software along with a simulator and learn programaming yourself.
FrancieB wrote: » Programming PLCs is not complicated, just takes a little time and effort.
FrancieB wrote: » You dont need to do a course. Pick a platform get a copy of the software along with a simulator and learn programaming yourself. Programming PLCs is not complicated, just takes a little time and effort.
Offy wrote: » I did a FAS course (Industrial Automation) which included PLC's in '94 and did a degree in Mechatronics in '05. I worked on PLC's continuously in between. The FAS training was better but neither will prepare you for an industrial environment. College is more theory than hands on and FAS is more hands on than theory but both just give introductions into PLC's. Programming PLC's can involve ladder-logic for the PLC, C, PHP, SQL, HTML and BASIC for the HMI which the operator used to control the machine. Its not just ladder-logic, most high end industrial applications are connected to computers for monitoring/data collection/safety/etc. so you have to also program the web page that the managers look at to see performance/yield/uptime/etc. That web page also needs controls for the operator to run the machine which are normally coded in BASIC/PHP or some other MS type language. The data from the machine needs to be filtered and stored which is where C and SQL come in. C is used to strip the bit stream from the PLC into usable data for the database. Thats a description of just one application I coded years ago and every application is different. Programming PLC's in industry can take months of work and banging your head of a wall all the while.