Industry Online Support
Technical Forum
8/27/2008 1:09 PM | |
Posts: 49 Rating: (5) |
PLCs (no apostrophe - it's a plural) in general, and the S7-200 in particular run their programs as a cycle, read inputs, evauate the programme, and then write the outputs. There will be little difference to the function If this happens 20 times a second or 200 times a second. It is generally a bad idea to make your program dependent on scan time anyway as this is inconsistent. Time critical code should be implemented using interrupts, immediate instructions or better still using specialist expansion modules. The 215 DP incorporated a PROFIBUS interface and should have been replaced by a 22x and an EM277. As for the original post, I've never had a lot of luck 'importing' from old programs and as the program is unlikely to be be very complex, I would recommend FULLY understanding the existing program, and then interpreting into the new processor. This way you will be able to support the new system, and there is no better way to learn that seeing and understanding how other programs have been written. Marc Sinclair http://s7-200.germainesystems.eu |
Last edited by: marcsinclair at: 8/27/2008 1:32 PMoops Spelling! |
|
Follow us on