Migrating program from Mitsubishi PLC to Siemens PLC

Caesar_17

Member
Join Date
Jul 2017
Location
Tainan
Posts
2
Im trying to migrate a program from Mitsubishi to Siemens PLC using TIA PORTAL.

Can anyone help me to understand and translate the logic in the attached picture to Siemens code or LAD using TIA PORTAL?

I would like to ask for any application examples you might have in TIA Portal, I'm new using the software and programming Siemens PLC



Thank you!!



Regards

Mitsubishi.jpg
 
It is standard logic with bits and timers and registers.
The M8002 is a one shot or pulse when the plc is turned on (or stop to run mode)
[> is a 'greater than'
K30 = 3 seconds (10ths of a second)
 
It is standard logic with bits and timers and registers.
The M8002 is a one shot or pulse when the plc is turned on (or stop to run mode)
[> is a 'greater than'
K30 = 3 seconds (10ths of a second)

Thanks Ronnie!

M8002 would be the equivalent of an Always ON Bit in siemens?

The translation would be: "if D360 greater than the constant K" (K value is 0)... am I right?

Thanks again!

Regards
 

Similar Topics

So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
247
Hi. We have a BBC ED1000 PLC from 1987. We are now planning to replace it, but having some problems rewriting the program into a new PLC. We...
Replies
0
Views
1,448
Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
69
We are upgrading our FTV ME v8.1 program to SE v12. Is there any way to migrate the alarm tags (about 600ish) from ME to SE. The import / export...
Replies
2
Views
851
Can it easily be done ? We have a legacy project written on Allen Bradly 1746-l542 with Several racks of some on an extension rack and some on A...
Replies
3
Views
1,757
Back
Top Bottom