Hello, Sometimes, my cpu 1515f-2pn goes to “STOP” and I have this message in th log “Data corruption prior to sending to F-IO” The project is developped in Tia portal V16. Event ID : 16#0D:75D6 Thanks for help!
Hi Maesa, If you use instances declared in a FB function. Try to use a global instance of MB_clien like this: use a global DB to declare the "ModbusDataconnectParamClient" structure. This will fix your problem and when you download the project, it will not cause problem for MB_client function. hopeRead more
Hi Maesa,
If you use instances declared in a FB function.
Try to use a global instance of MB_clien like this:
use a global DB to declare the “ModbusDataconnectParamClient” structure.
This will fix your problem and when you download the project, it will not cause problem for MB_client function.
hope this will help you
See less
Hi, The safety program put your cpu to STOP. The data used to calculate your outputs in the safety program changed between start and end of your safety program (OB123). Please check this siemens guide: https://support.industry.siemens.com/cs/document/22099875/simatic-industrial-software-s7-distributRead more
Hi,
The safety program put your cpu to STOP.
The data used to calculate your outputs in the safety program changed between start and end of your safety program (OB123).
Please check this siemens guide:
https://support.industry.siemens.com/cs/document/22099875/simatic-industrial-software-s7-distributed-safety-configuring-and-programming?dti=0&lc=en-WW
In your error log I can see that the issue is with your %Q430.0 output.
Please check the network where your %Q430.0 output is writen. maybe the data (inputs and other data) used to calculate this output are changed in other tasks.
Best regards
See less