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

Rpi Read Data from File >255 Char

HProg
2015-07-10
2015-07-15
  • HProg - 2015-07-10

    Hi, I tested out the sample (from Codesys HP "FileUtilitiesPI.project") to read / write Data from a file, it works fine, but how can I read Line by line (till $r/$n) or how can I handle the data bigger than 255 char? (e.g. store in a string Array?)
    My Problem is that I get all data from the file with the funkction "Caa File.Read". with the size of the destination string (max. 255)

    So please, is there sombody who can give a small sample, or description to me?

    THX for your help

     
  • Anonymous - 2015-07-15

    Originally created by: scott_cunningham

    You can define a variable with a different string length such as s := STRING(5000). Additionally there is a read function where you can define the number of chars to read and create a Plc loop (read 200 chars, do something, every Plc scan). Note: longer string lengths take more processing power/time.

     

Log in to post a comment.