10/23/2023 12:00 PM | |
Joined: 3/30/2020 Last visit: 9/19/2025 Posts: 5471 Rating:
|
Gold? It means nothing to this coffee-to-code generator: The local coffee shop does not take gold as payment. :P Going from the S7-1200 to the S7-1500 is more manageable. Just stay away from the special hardware related functions such as PTO / PWM / HSC / Motion control. Best to design for the S7-1200 and test with the S7-1500. We did this prior to Step7 V13 SP1. Do take care that the generation of firmware for the S7-1500 matches the same or higher generation of the S7-1200. S7-1200 FW:V4.4 matches S7-1500 FW:V2.8, for example. Compiling the code will immediately say if there is issues.. except for the hardware base functions such as communications where the resource identity number differs. Going the other way around is problematic. There is too much difference going from S7-1500 design to S7-1200 when veering off the standard instructions. It is possible to configure Step7 to hide instructions that should not be made available to code with. But it is a customization function where you tell it what to hide. Knowing which to hide will take some time and effort. See the reference below. Reference material: Additional.. Ever considered using the 3rd party app "NetToPLCSIM"? |
Last edited by: qwazee at: 10/23/2023 12:02:29Activities of this user is voluntary. There is no obligation or liability placed on this user. Though optional, your 'please' and 'thank you' is highly valued. |
|
This contribution was helpful to
1 thankful Users |
10/23/2023 12:33 PM | |
Joined: 1/20/2022 Last visit: 9/3/2025 Posts: 369 Rating:
|
Dear Qwazee No doubt your answer is worth some gold :) Could you please clarify some points: 1 Can you please help me to understand what is idea behind your comment Additional.. Ever considered using the 3rd party app "NetToPLCSIM"? 2 Regarding your comment on firmware - how would i know which firmware of 1200 matches which 1500 - unless it is described in the manual you atached.
3 Does comment below mean that compilation will not highlight issues with the high speed counter for example or clock read? I thought these are detected without issues Compiling the code will immediately say if there is issues.. except for the hardware base functions such as communications where the resource identity number differs. -
|
Follow us on