Converting from TI505 to S7

Unregistered

Guest
U
Please let me know if anybody has experience in conversion from TI505 to S7.
i converted most of the blocks but some blocks are giving me errors. these blocks are asking for FC1 and FB1. How can i convert the array access manually. i will be very much thankful.
In case if any body needs some more information regarding my question. please mail me on [email protected]

Thanks

fahad
 
Hi Fahad

Yes I've tried this, with varying degrees of success. But, then again, I suppose it depends on what your expectations are.

The conversion produces more than one source file. Indeed, depending on your selection at the time of the conversion, it may produce a large number of source files. One things that's not always clear is the order in which they have to be compiled. The conversion doesn't produce a MAKE file to ensure they get compiled in the correct order. You may also find calls to FCs and FBs which are supplied in the TI-S7 Converting Library - FC105 (scale), FC106 (unscale) are particularly common examples. You do need to copy these blocks (plus any others required)from the library in to your project blocks folder in order to produce a successful compilation.
One other thing that amazes me is that with some FCs/FBs, when they are called in the source files, don't have their parameters listed in the order in which they appear on the blocks themselves. It seems incredible that whoever wrote the conversion process didn't get this bit correct.

You'll gather from this that the most successful conversions are ones based on relatively simple TI code: standard boolean logic, basic maths functions, timing, counting etc. As soon as you get in to any of the more complex areas of PID loops, Special Functions etc I would definitely consider writing the S7 code from scratch.

Good luck

Ken
 

Similar Topics

Hi guys, Another great weekend here in Wisconsin, it snowed 15" this week and I'm stuck working. Now that I've used my alloted time for...
Replies
5
Views
3,515
HI. I am getting many errors in converting the PID Blocks from TI505 to S7. t is asking for FC1 and FB1. i dont have the library. If...
Replies
0
Views
3,464
Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
208
Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
122
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
317
Back
Top Bottom