DomDom

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Everything posted by DomDom

  1. Hi, I'm trying to convert a binary string format to integer using Q03UDE CPU. String data : '1001' Expected Result :  9 Kindly help.    
  2. 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.
  3. Binary string to int conversion

    Hi Gambit, I tried STR_TO_INT function, however the result is '10100'.