Software Question

Whayt

Member
Join Date
Feb 2021
Location
Georgia
Posts
2
I'm fairly new to PLCs and have learned a great bit from work. At home I have some personal ones that I got from a decommissioned machine a year or so ago. Problem is I don't have software to talk to it. Its a SLC500 bank with a SLC 5/03 CPU. I've tried RSLogix 500 Micro, and I'd like to get RSLogix 500 because thats what we use at work, but I can't afford it.

Is there any software that is like RSLogix that is free and can communicate with AB stuff, or am I just out of luck?:(
 
Welcome to the forum!

Unfortunately, not for the SLC 5/0x range. You need Logix 500. Best bet is to sell the SLC hardware on eBay etc and use the cash to buy a Micrologix 1000/1100 etc, for which the software is free. Or borrow your work laptop at the weekend :)
 
Welcome to the forum,
i often paste this in request for help programming a plc. maybe ths will help you on your way.
For any given homework assignment or task at work, you must consider these instructions as the customers specifications.
1. read the specifications several times.
2. write down your understanding of what you read in a step by step fashion.
3. review what you wrote down and see if it makes since, modify if necessary.
4. Get with the mechanical designer and discuss the project openly and honestly. When your opinions differ in regards to an operation, discuss it, don't ignore it.
there must be a reason for a difference of opinion. modify your instructions and i/o to accomodate the mechanical design if necessary.
YOU BOTH MUST be in agreement on all points of operation before going to step 4.
5. step through your notes again this time, you are the one following the instructions. In other words, you are the plc. Write down on paper the events you are doing.
For example, turn on hydraulic motor 1, write down hydraulic motor 1 on. If a sensor is needed, write that down.
6. continue through the instructions. When you turn off the motor, mark a line thru it.
7. go through your instructions with all the sensors, motor aux. contacts, outputs documented. Modify if necessary.
8. repeat step 6 until no changes are made.
9. Try to group your data words into some organized fashion. The more programs you write, the more organized you become
10. write the plc program using your notes in a step by step manner.
10A Over half way through writing the program you WILL realize a different/better way of doing something you are almost done writing
(or a new spec will require it) and you will completely rewrite it
10B It WILL happen more than once.
Note: 10A and 10B added to list. thanks Aabeck, member plctalk.net forum

11. DOCUMENT EVERYTHING!!! You may remember things today, but in 5 years and hundreds of programs later, you won't
remember, especially at 2 am, so DOCUMENT EVERYTHING. use easy to understand tags and rung comments.
12. MAINTENANCE is your best friend and your worst enemy.
if you work with them and find out what they can do, write the program where they can trouble shoot the program. they will be able to fix the problem and everyone will be happy.
BUT
if you write the program to where you are the only one who understands what is going on, maintenance can't fix the issue, the machine is down, production is down,
management hears about it, your boss hears about it, then you hear about it - rewrite the program or else. you get calls all hours of the day and night.
this still holds true, a machine can cost a billion dollars, but it's not worth 10 cents if maintenance cannot trouble shoot the issue and fix the issue.
everyone has their own style of programming and you must develop your own way as well.

13. when the customer is in your shop and brings maintenance, discuss thngs with them, let them see your code, be open.
if they make suggestions, write them down, don't ignore them. their ideas may save you days of programming.

14. install the program and leave in program mode if possible so you can to debug your i/o
15. when writing your instruction manual(s), use your notes from step 9. Use easy to understand English language. specify the i/o, timers, counters, outputs when possible.
this will help maintenance even more to see what is going on.
16. Question for you, when is a machine and plc the most dangerous and why?
When it’s first powered on – when power is first applied to a machine, you don’t know how things are wired.
When you energize the plc outputs, you don’t know how they are wired.
When the plc is put into run mode the first time, it will do what you told it to do, NOT what you wanted it to do.
17. debug the program.
Remember, the program will always do what you told it to do, NOT what you wanted it to do.
18. IF you can ask a what if this happens type of question, YOU MUST have an answer, EVEN IF its a 1 in a million change.
that what if situation will happen in the first 30 minutes of production runoff in front of the customer.

this is the best advice I can give anyone.
if others has more / better suggestions, feel free to post
James
 
Welcome to the forum!

Unfortunately, not for the SLC 5/0x range. You need Logix 500. Best bet is to sell the SLC hardware on eBay etc and use the cash to buy a Micrologix 1000/1100 etc, for which the software is free. Or borrow your work laptop at the weekend :)


Another option is some simulation software "LogixPro 500" from the Learning Pit. Very reasonably priced.

See link

http://thelearningpit.com/lp/logixpro.html
 
Best bet is to sell the SLC hardware on eBay etc and use the cash to buy a Micrologix 1000/1100 etc, for which the software is free.
+1 to this. But I'd definitely go for the Micrologix 1100 because you get ethernet and online edits, and the 1000 is more or less obsolete.
 
+1 to this. But I'd definitely go for the Micrologix 1100 because you get ethernet and online edits, and the 1000 is more or less obsolete.

+1 or would this be +2 o_O but either way sell it on ebay and buy the 1100 is the way I would go.
 
I have a MicroLogix 1100. Find items with [Best Offer] on eBay and offer ~60%. I got mine for $125, IIRC.



Also, Micro8xx series, as CCW software is a freebie, so I hear.
 
Another option is some simulation software "LogixPro 500" from the Learning Pit. Very reasonably priced.

See link

http://thelearningpit.com/lp/logixpro.html

I'll check it out. I don't know if it'll work how I want it to or not but I'll see. If not I'll look into getting a laptop from work or seeing if maybe I.T. would be kind enough to put it on my laptop from home since they haven't assigned me one yet (they've been slow for the past few weeks for all of us).

I'll try to keep everyone posted and asking for help!
 

Similar Topics

Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
751
Hello all. I have been tasked with working on a Beckhoff iPC (C6640-0020) and have never even seen one, until now. I went on their website to find...
Replies
0
Views
468
New member here. I'm going to a site tomorrow for the first time to work on a GE Versamax CPU005. The fault light is on, so I need to get online...
Replies
8
Views
3,092
Hi Good Friends! 1. Please I need a clarification to confirm if a software like Wonderware Indusoft, GT Graphics3, FactoryTalk view etc could be...
Replies
3
Views
1,799
hi I have a proficy program I want it to prevent others from peeking or copying inside the content I use my own function and set my password,But...
Replies
4
Views
2,934
Back
Top Bottom