Personal Data

Username:
kleeswi
Joined:
2022-05-05 13:09:23

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Finally this solved my issue: https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/, and the official documentation https://faq.codesys.com/display/CDSFAQ/SysFile%2C+Persistence+Manager%2C+Datalog+Manager . Add the media folder to the PlaceholderFilePath. Like this: PlaceholderFilePath.2=/media/pi, $usb$ PlaceholderFilePath.2.View=1 PlaceholderFilePath.2.Volatile=1

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Finally this solved my issue: https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/, and the official documentation https://faq.codesys.com/display/CDSFAQ/SysFile%2C+Persistence+Manager%2C+Datalog+Manager. Add the media folder to the PlaceholderFilePath. Like this: PlaceholderFilePath.2=/media/pi, $usb$ PlaceholderFilePath.2.View=1 PlaceholderFilePath.2.Volatile=1

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Finally this solved my issue: https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/, and the official documentation: https://faq.codesys.com/display/CDSFAQ/SysFile%2C+Persistence+Manager%2C+Datalog+Manager. Add the media folder to the PlaceholderFilePath. Like this: PlaceholderFilePath.2=/media/pi, $usb$ PlaceholderFilePath.2.View=1 PlaceholderFilePath.2.Volatile=1

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    But thank you!

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge
  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Finally this solved my issue: https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/. Add the media folder to the PlaceholderFilePath. Like this: PlaceholderFilePath.2=/media/pi, $usb$ PlaceholderFilePath.2.View=1 PlaceholderFilePath.2.Volatile=1

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Finally this solved my issue: https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/. Add the media folder to the PlaceholderFilePath. Like this: PlaceholderFilePath.2=/media/pi, $usb$ PlaceholderFilePath.2.View=1 PlaceholderFilePath.2.Volatile=1

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    I use the function SysFile.SysFileOpen(sFileNamePara, SysFile.ACCESS_MODE.AM_WRITE, pErrorFileOpen); to open and write a file. Since the update from Codesys V3.5 SP17 to V3.5 SP19 Patch 5 it does not work anymore. I first had SysFile.SysFileOpen(sFileNamePara, SysFile.ACCESS_MODE.AM_APPEND_PLUS, pErrorFileOpen); in both versions. hFile_Test is a pointer to byte. It gives an exceptional error when dereferencing the hFile_Test pointer. Edit: I use Codesys on a Raspberry pi

View All