Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Quereact Latest Questions

Hi Everyone! I use a s7-1500 controller. I use MB_CLIENT function to read data from an other PLC. Everything work fine until I make change in my project and download to the PLC. I have error 80A3 and impossible to acknowledge until I make a stop/Run of the plc. Anyone can help me? Best Regards,

  1. 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
0
0
Like1 User
1 User

Hello, Please can you tell me how to disable the popup which show system alarm. It appear when an alarm is triggered (door open, emergency stop…). The project is developped using Tia portal V17. It shows up brefielly and disappear. It’s really annoying. Thank you.

  1. Hi, The problem is solved by deleting the screeens from global screens. thanks for everyone

    Hi,

    The problem is solved by deleting the screeens from global screens.

    thanks for everyone

    See less
0
1
Like2 Users
2 Users

Hi, What is the difference between P_TRING and |P| ladder instruction. and why I should affect a tag below the two instructions? Thanks for replies

  1. Hi, use P_TRIG to monitior everything in the left of this instruction. It turns to ON for one scan when the entire set of logic to the left goes from off to on use -|P| to monitor a single tag. it turns on one scan when the tag goes from off to on. Best regards

    Hi,

    use P_TRIG to monitior everything in the left of this instruction. It turns to ON for one scan when the entire set of logic to the left goes from off to on
    use -|P| to monitor a single tag. it turns on one scan when the tag goes from off to on.

    Best regards

    See less
1
0
HahaLike2 Users
2 Users

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!

  1. This answer was edited.

    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
1
2
LikeHaha3 Users
3 Users

Hi, I use a s7-1516f-3 pn/dp cpu and I have one faulty F-DI module with this error: Safety program F-IO channel passivated The diagnostic of the module I have this explanation: Substitute values are used for one or more input/output channels of an F-I/O. Check the diagnostics information of the F-I/O for channel errors (such as wire break, short-circuit, discrepancy error) or F-I/O errors. User ...Read more

  1. Hi Maesa & Yuwaris, Sorry for the late reply. the problem is solved. it was due to discrepancy fault. With best regards

    Hi Maesa & Yuwaris,

    Sorry for the late reply. the problem is solved.

    it was due to discrepancy fault.

    With best regards

    See less
0
0
Be the first one react