DomDom

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About DomDom

  • Rank
    Hi, I am New!

Profile Information

  • Country Philippines
  1. Binary string to int conversion

    Hi, I have a string variable named stringData with a value of '1001' binary format.. I want to convert it to a decimal value of 9 . I found a solution for this using some manipulation.. however, I am wondering if there's a direct conversion for this.. please check the attached image.. I am using ST program.
  2. Binary string to int conversion

    Hi Gambit, I tried STR_TO_INT function, however the result is '10100'.  
  3. Hi, I'm trying to convert a binary string format to integer using Q03UDE CPU. String data : '1001' Expected Result :  9 Kindly help.