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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2019-12-20
Originally created by: palej
This was to from topic, can be deleted.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
Originally created by: palej
This was to from topic, can be deleted.