6/19/2023 6:23 AM | |
Joined: 9/23/2005 Last visit: 9/1/2025 Posts: 5111 Rating:
|
Not knowing how your data looks like it's hard to give any valid hints. Yes, it has changed. A lot. In general S7 architecture has changed. All internal registers known from S7-300/400, including DB and DI, do not exist anymore. However they can be emulated. But only on S7-1500 and for blocks in STL only. You may find this helpful. |
Regards, |
|
This contribution was helpful to
2 thankful Users |
6/19/2023 6:52 PM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Mauro, I recommend that you take a look at the Programming Guideline for S7-1200/1500. It contains a lot of information about the optimal programming from a technical point of view. Since these PLCs come with optimized access, you should always prefer to use this method. Since optimized access is only available for blocks, variables inside optimized data blocks will be more performant compared to using bit memory, timers or counters. Kind regards |
This contribution was helpful to
2 thankful Users |
Follow us on