rammin48 Posted November 22, 2006 Report Posted November 22, 2006 I have a 140CPU113 02 and I need to upgrade to an IEC style. My rep told me I could download an exec file and make it IEC compatable processor. Does anyone know which files those are? Quote
Crossbow Posted November 22, 2006 Report Posted November 22, 2006 They come with Concept software, or can be downloaded from www.telemecanique.com. Quote
rammin48 Posted November 28, 2006 Author Report Posted November 28, 2006 Yes but which files do I need to download and in what order? I can't find a list to tell me which files? Quote
Crossbow Posted November 28, 2006 Report Posted November 28, 2006 It only takes one file. http://www.telemecanique.com/en/functions_...iconquantum.htm Q186V*** for 984LL Q1SV*** for IEC compatible Latest on that link is 2.42, accessible from this link: http://download.telemecanique.com/85256D98...le/q186v242.bin For the IEC version, the 'stripped exec', it's down the page a bit farther: http://download.telemecanique.com/85256D98...le/q1sv242e.bin Quote
rammin48 Posted November 30, 2006 Author Report Posted November 30, 2006 Well as it turns out it did not matter. I ran out of Memory. My rep led me down a path. He said I could flash the exe to make a plc IEC compatable for function blocks. He failed to tell me that the compiled code is 10 times the size so when I finally got the correct exe loaded the program would not fit. So I am faced with paying over 7 grand for a larger plc with mega memory or re writing the code in LL984. Did I mention this in hot backup so that is x2. Well now I wait for new parts. Deadlines you know. Quote
Crossbow Posted December 1, 2006 Report Posted December 1, 2006 I would have NEVER used a 11302 for a hot standby, the HSBY loadable is huge. Especially not with IEC. You should look into the 43412A for that. 11303 is bigger than 11302 but not by much. Either is more expensive. Obsolete, but you might be able to find aftermarket 21304 units which had more memory. Quote
rammin48 Posted December 5, 2006 Author Report Posted December 5, 2006 Well we don't do alot of Modicon and this is what was based on past jobs. Lesson learned anyway. I did upgrade to the 53412A. It is a little pricey but I like using the function blocks. In the past certain logic was 12 or thirteen branches with 90 some ladder rungs. With IEC I was able to get it on one page. I hope the debug is easy. Quote
Crossbow Posted December 6, 2006 Report Posted December 6, 2006 Keep in mind too you can save a bunch of memory if you do repetetive things in your code by creating your own derived function blocks. As an example, I had a customer fill a 53414A and ask me for a larger processor. He was controlling 13 pumps, 13 heat exchangers, and 26 temperature control circuits. Once we created a function block for the heat exchanger, one for the pumps, and one for the temp circuits, he had over half the PLC free. DFBs are only stored in the PLC once, and called with the parameters for each instance. Saves a bunch of code. Quote
rammin48 Posted December 6, 2006 Author Report Posted December 6, 2006 I need to look into that. This particular application I had over 169 itterations of possibilities to account for and may be possible to create something that could reduce the number of blocks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.