Personal Data

Username:
dalla
Joined:
2021-07-28 19:21:55

Projects

  • No projects to display.

User Activity

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

    Hello, I'm having problems with FileCopy. On Windows CE it doesn't work for me. VAR FileSize: __XWORD; st_result: SysFile.RTS_IEC_RESULT; END_VAR //copy recipe in destination file IF copia then st_result:= SysFileCopy(szDestFileName:= '/StorageCard/a1.txt', szSourceFileName:= '/StorageCard/a2.txt', pulCopied:=ADR(FileSize)); ELSE st_result:=0; END_IF st_result gives me error 16. Has this ever happened to you?

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

    Hello, I'm having problems with FileCopy. On Windows CE it doesn't work for me. VAR FileSize: __XWORD; st_result: SysFile.RTS_IEC_RESULT; END_VAR //copy recipe in destination file IF copia then st_result:= SysFileCopy(szDestFileName:= '/StorageCard/a1.txt', szSourceFileName:= 'StorageCard/a2.txt', pulCopied:=ADR(FileSize)); ELSE st_result:=0; END_IF st_result gives me error 16. Has this ever happened to you?

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

    Hello, I'm having problems with FileCopy. On Windows CE it doesn't work for me. VAR FileSize: __XWORD; st_result: SysFile.RTS_IEC_RESULT; END_VAR //copy recipe in destination file IF copia then st_result:= SysFileCopy(szDestFileName:= '/StorageCard/a1.txt, szSourceFileName:= 'StorageCard/a2.txt, pulCopied:=ADR(FileSize)); ELSE st_result:=0; END_IF st_result gives me error 16. Has this ever happened to you?

View All