Sign in to follow this  
Followers 0
Kp66

Programming real project

10 posts in this topic

I am not sure if anyone know any websites or sources ,to practice and program same as real projects. I have seen many websites but they are not realistic.

Share this post


Link to post
Share on other sites

what do you mean exactly? websites and resource to practice programming Java, Cobol, ASM, Fortran?

you posted this is Allan Bradley PLC forum so hopefully it is an AB product. You just did not mention it....

and what do you mean by "same" as real project? people do real projects for pay. are you offering to pay? if you do, you can have someone else program it for you. :slydog:

 

 

Share this post


Link to post
Share on other sites

 

I mean practice to program PLC or RSlogic 5000 ,am looking for educational websites or sources.I have been searched but have not found a good one to learn plc program .

Edited by Kp66

Share this post


Link to post
Share on other sites

there are companies offering PLC training. they have developed set of exercises that can be applied in reasonable amount of time on trainer sets they use. but everything ultimately boils down to some commonly used patterns:

- start/stop logic

- toggle 

- watch dog timer (sense timeout)

- sequencers and state machines

- initialization logic and retentive data

- etc.

 

once the fundamentals are covered, "real applications" are on the menu and they are just application of some of commonly used patterns. 

download section has bunch of examples for different platforms. many code samples are platform agnostic. i certainly don't wish to dive into special instructions unless i have no other choice. i would usually rather write something that can be easily ported to any platform. but that is because for me there is no one standard platform so i don't get (or need to) specialize. 

 

Share this post


Link to post
Share on other sites

some examples of real applications often used as training exercises are

- traffic light

- elevator

- pick and place

- pump controls (equalizing aging)

- conveyor tracking

- automating robotic cell

- product stacker/destacker

etc.

 

 

 

Share this post


Link to post
Share on other sites
1 hour ago, panic mode said:

some examples of real applications often used as training exercises are

- traffic light

- elevator

- pick and place

- pump controls (equalizing aging)

- conveyor tracking

- automating robotic cell

- product stacker/destacker

etc.

 

 

 

Thanks 

Share this post


Link to post
Share on other sites

did you check it out or just just brushed it aside?

you stated that you cannot find real exercises and examples and that page has some:

https://canadu.com/lp/doc/index.html

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0