TIA PORTAL ADAPTING S7-1200/1500 FB to S7-300

qwemx

Member
Join Date
Jul 2017
Location
Earth
Posts
195
I have the Simatic Blocks Library from the ABB website to control their Drives they have Library for S7-300 (STL) and S71200/1500 (Ladder).

STL is difficult to understand therefore I wanted this block to be in Ladder therefore I decided to use the S7-1200/1500 FB and get rid of errors to make it adapted to S7-300 CPU

S7-1200/1500 TIA blocks in S7-300 had some errors on compiling .

IN 10+ networks the error is fixed by changing the command "Move" with BLKMOVE , because Move does not support Struct data .

Finally two faults are remaining Error in Network 74 and Error in the Last Network

Error in Network 74 :
I need to convert the Byte to INT but always positive i think because original data type was USint from 1500 and pass to the block which will then ADD 1 to it and then transfer back the value to BYTE some STL code to do this should take care of this before and after the block .

Error in the Last Network:
Fixed by changing the data type but skeptical if this can cause some issues

ERROR NETWORK 74.png ERROR LAST NETWORK.png
 
Last edited:
Yes from here .
I was able to get the errors fixed but after compiling the ladder as written in s71200 and 1500 is also not compatible in S7-300
 

Similar Topics

Hi All, Someone at work has put a PLC system on my desk, that's just been taken off an idle production line. He said "It's an S7 PLC. We don't...
Replies
10
Views
187
Hi guys , I'm new with Allen Bradley, but I have experience with Tia portal (s7 1200 ,s7 1500) I want to convert my project from Tia portal to...
Replies
2
Views
191
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
158
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
305
I am currently am in a PLC class and need urgent help on how the ladder logic would be laid out. I understand how to get the traffic lights to...
Replies
19
Views
438
Back
Top Bottom