Sorry, you do not have permission to send message.

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.

  • Ask questions get answers!

    We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge. All that you need is create an account. Join our community. Create your feed, follow your desired categories and users and keep updated.Besides gaining reputation with your questions and answers, you receive badges for being especially helpful. Badges appear on your profile page, questions & answers.Use your eared points to cread freely sticky questions and get answers rapidly.

Share & grow the world's knowledge!

We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.

What's your question?

Quereact Latest Questions

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 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

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

Hello, I have an excel file that is updated automatically from some websites. This files contains products prices. I want to send automatically  an email when the price drop under a value. Is there a way How to send email using VBA Excel?How to Send Email in Excel Using VBA? Thanks for your help

  1. This answer was edited.

    Hello,   You need to give access Outlook with VBA, you need to activate the Microsoft Outlook Object Library. To activate it, go to Tools in the VBA editor > References. Activate Microsoft Outlook 16.0 Object Library :     Then in a module use this subroutine: Sub sendAnEmail(ByRefRead more

    Hello,

     

    You need to give access Outlook with VBA, you need to activate the Microsoft Outlook Object Library.

    To activate it, go to Tools in the VBA editor > References.

    Activate Microsoft Outlook 16.0 Object Library :

     

     

    Then in a module use this subroutine:
    [crayon-6763fd10056ab854426094/]
     

    To test the code, call this code using a buton:
    [crayon-6763fd10056b0824876132/]
    Test:

    I hope this will help you.

    Good luck!

    See less
0
0
Be the first one react

Hello, Is it possible to change to orientation of an inverted mounting robot. I need to see the robot using 4D graphics in the TeachPendant exactly as it phisically mountend. It’s really helpful to easilly jog the robot. Thank you for your help

  1. Hi, Go to SYSTEM => SYSTEM Variables => CELL_GRP => CELL_GRP_T : you can change the values of XYZ WPR to adjust the mounting in the 4D graphics. It only adjust the view. but please, if you have a inverted mounted robot, You must controlled start => maintenace “mount angle setting” you haRead more

    Hi,

    Go to SYSTEM => SYSTEM Variables => CELL_GRP => CELL_GRP_T :

    you can change the values of XYZ WPR to adjust the mounting in the 4D graphics. It only adjust the view.

    but please, if you have a inverted mounted robot, You must controlled start => maintenace

    “mount angle setting” you have to choose 180 (Upside down)

    Have a nice day

    See less
0
0
Be the first one react

Hi,I am  new to VBScript, I am trying to get all the printers status on a network. Is there a script to do that? thank youRead more

  1. This answer was edited.

    here is the code if you need to check if a printer is connected to nework: Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_Printer WHERE Name = 'HP DeskJet 2720E'") For Each objItem in colItems If objItem.Network = True Then WScripRead more

    here is the code if you need to check if a printer is connected to nework:
    [crayon-6763fd100584d789010594/]
    This script uses the Windows Management Instrumentation (WMI) service to query for printers with the name “HP DeskJet”. It then checks the value of the Network property for each printer to determine whether it is connected to the network. If the Network property is True, the script outputs a message indicating that the printer is connected to the network. If the Network property is False, the script outputs a message indicating that the printer is not connected to the network.

    I hope this helps!

    See less
0
0
Like1 User
1 User

Hi Could please tell me how to add or update SEO Focus keyphrase programmatically? I used this code but it doesn’t work: Read more

  1. This answer was edited.

    Hi, I think Yoast SEO removed metakeywords. Please see this aricle : Meta keywords Why we don't use them - and neither should you use this key instead : _yoast_wpseo_focuskw You can update it like any post meta. This is the syntax: //the value of the focus key word $myFocusKeyword = "focus keyword eRead more

    Hi,

    I think Yoast SEO removed metakeywords. Please see this aricle :

    Meta keywords Why we don’t use them – and neither should you

    use this key instead :

    _yoast_wpseo_focuskw

    You can update it like any post meta. This is the syntax:
    [crayon-6763fd1005a29429002586/]
    I tested it and it works fine.

    regards

    See less
0
0
Like1 User
1 User