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

How to read file content and extract data

mikeardy
2018-03-25
2018-03-26
  • mikeardy - 2018-03-25

    Hi,
    for a project, I need to program in CODESYS about 10 PLC based on Raspberry Pi.
    The PLCs need a unique identification code and some other parameters so I thought to use a text file (like a configuration file) that carry on the whole set of configuration parameters for different PLCs.
    I think of something like this:

    [Configuration File]
    ID=xxxxxx
    PORT=yyyyyy
    NAME=ssssssss

    and so on...

    I need to read this file and extract the parameters to be used in PLC application.
    I can save the file via FTP directly into a directory but I need to read its content in CODESYS PLC application side.
    Could someone help me?
    Thanks

     
  • mikeardy - 2018-03-26

    Thank you.
    But how I could extract that data by myself?

     

Log in to post a comment.