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 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-6763fa398206e436284725/]
    I tested it and it works fine.

    regards

    See less
0
0
Like1 User
1 User

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-6763fa398221a016102091/]
     

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

    I hope this will help you.

    Good luck!

    See less
0
0
Be the first one react

Hello I have two date : Read more

  1. Please use this code: $first_date = new DateTime("2022-01-01"); $second_date = new DateTime("2023-02-02"); $difference = $first_date->diff($second_date); echo "<difference> = " . $difference->y . " years, " . $difference->m." months, ".$difference->d." days " . "<difference in dRead more

    Please use this code:
    [crayon-6763fa3982370848236385/]
    It works as you expect

    See less
0
0
Like1 User
1 User

Hi everyone, I am new in PHP. I have this function which convert all alphabetic characters to uppercase: Read more

  1. This answer was edited.

    Hi, This is the syntax to concatenate strings: $text1 = "hello"; $text2 = "world"; $text = $text1 . ' ' . $text2; For your code, use this: function UppercaseText($text_list) { $GlobalText = ""; $TableSize = sizeof($text_list);; for ($i = 0; $i < $TableSize; $i++) { $BigText[] = strtoupper($text_lRead more

    Hi,

    This is the syntax to concatenate strings:
    [crayon-6763fa39824d9587129326/]
    For your code, use this:
    [crayon-6763fa39824de733188409/]
    Have a good day

    See less
0
0
Be the first one react

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