Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

String to INT / REAL

MRPE
2017-12-01
2017-12-03
  • MRPE - 2017-12-01

    Hi

    Regarding the Raspberry pi CPU temperature read example provided in this forum, I wanted to try and add a trend of the temperature. However this variable is a STRING. So I wonder if there is any way to convert this value to a variable that could be read by a Trend ?

    Br

    Morten

     
  • eschwellinger

    eschwellinger - 2017-12-03

    Hi,
    use stringutils library to sperate the value from the string,
    then STRING_TO_LREAL or STRING_TO_INT conversion.

    BR
    Edwin

    IMG: StringUtils.jpg

     

Log in to post a comment.