PLC conversion tool

Join Date
Jan 2012
Location
pune
Posts
2
Dear ,

Does any one knows about logic conversion tool

i want to convert mistubishi plc logic to ab plc (L32E)

please suggest if any.

thanks
ijk
 
Your brain is the best conversion tool out there.
Every time I've tried to use any kind of utility to migrate platforms, I end up scrapping it, and doing a complete rewrite by hand.
 
I do not know if it will work with these two PLCs, but occasionally I find that if both PLCs are programmed to the full IEC standard programming languages, then exporting to IL or ST, using a text search to adjust variable and IO declarations, the re-import can sometimes work. You will still need some debugging though.
 
Dear ,

Does any one knows about logic conversion tool

i want to convert mistubishi plc logic to ab plc (L32E)

please suggest if any.

thanks
ijk
"Conversion" is not the best approach. In most cases it is much more efficient to start from the beginning with a good description and/or sequence of events for the process or machine. Unless already an expert, spend time to learn the tools of the software you will use and make the most of them in writing the new program.
With this approach everyone wins. Your customer with a better system and you with more knowledge of the programming software.
 
I suggest that you start by naming tags in the CLX L32E to match the addresses in the Mitsubishi program.

For example, A Stop button might have Mitsubishi address X401. Create a tag in the CLX that is called X401_StopPB. After you have tags defined then entering boolean logic is straight forward. You'll have to handle timers, counters, and comparisons differently so plan ahead. After you complete the program conversion then you can come back and edit the tag names to something more meaningful for the CLX.
 

Similar Topics

I have a machine which is undergoing upgradation. As part of the process two SEW drives are being replaced., existing Gen B with new Gen C. The...
Replies
3
Views
185
Hi guys, I have no experience when working with AllenBradley PLC, but I hope someone could clarify the result of multiplication shown in the...
Replies
14
Views
2,178
Does anyone know where I might be able to download or obtain a copy of Allen Bradley 6200-2CV5 software to convert a PLC2/30 to PLC 5? I'd like to...
Replies
6
Views
1,493
Long time viewer, first time poster. First I want to start, yes I know, PLC-2 and PLC-5 do not belong in manufacturing plants anymore, but...
Replies
5
Views
2,072
Has anyone converted an SLC to CompactLogix for an Alvey 910 palletizer? The translation went ok but there is some funky code around how they...
Replies
10
Views
3,131
Back
Top Bottom