(0)| 11/20/2023 10:10 AM | |
|
Joined: 1/21/2013 Last visit: 12/24/2025 Posts: 4365 Rating:
|
Hi, When programming an S7 PLC, there are rules for the use of block parameters within the block. One of them is "Output parameters may only be written". This is why you get the warnings even if it is possible to read the output parameters. To tell you why you got an error for some parameters, we would need to see how your block interface is declared and how the program looks in the reported networks. However, you should change your programming to get rid of these errors and warnings. Kind regards |
| 11/20/2023 11:44 AM | |
|
Posts: 2 Rating:
|
|
Follow us on