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

Saving a GVL to a file

Anonymous
2019-12-20
2019-12-20
  • Anonymous - 2019-12-20

    Originally created by: palej

    Is it possible in (ST) code to convert GVL and all it's data to string to write to file? I need to export the GVL to local device and also revert the exported file back to code to read to GVL. I can do that manually, but god damn, that's a long road to tipetitap keyboard allnight long

     
  • dkugler - 2019-12-20

    Originally created by: D. Kugler

    possible way is to declarate the variables as a structure. Then use sysfile library. write file with size of structure to .bin file and read the .bin file at the other PLC.

     
  • Anonymous - 2019-12-20

    Originally created by: palej

    This was to from topic, can be deleted.

     

Log in to post a comment.