I am trying to save the values โโof the PLC variables in a CSV file. I saw an example that uses the SysLibFile library, but I can't find it anywhere. Does anyone have the SysLibFile.lib file to share?
Asked
Active
Viewed 523 times
-2
-
1Welcome to SO. This really isn't a question about code. โ Todd Apr 25 '20 at 04:56
1 Answers
0
If you are using Codesys 3, you can find SysFile library (I think thats the same):
- Open library manager
- Click add library,
- Click advanced
- Browse to System -> SysFile
- Select the SysFile and hit OK
Then you can find the library under SysFile namespace.
If you are using Codesys 2, I can't help as I don't have it installed. Does the following link help? http://www.exorint.net/webpage?ReadForm&wPageName=faq&t=ExorIntFAQTagsItem&c=JMobile&code=AGHO-A2CC3E

Quirzo
- 1,183
- 8
- 10