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 PLC people, think about this scenario: The PLC is somehow connected to the same network with the facilities` network. Then someone connects to...
Replies
2
Views
84
Hello, good morning, I have been having two problems with the Tia Portal software. The first is that I have installed it on my computer and...
Replies
5
Views
185
Hello all! So I have one project with a S7-1214 and a MTP1500 "Project1" and one project with another S7-1214 "Project2". Both of these PLC:s need...
Replies
6
Views
112
Hello, i am using profibus as communication between plc and fanuc arm. I can easily send inputs from plc to arm, but i can't monitor any outputs...
Replies
0
Views
47
Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
22
Views
475
Back
Top Bottom