Activity for eaglealex

  • eaglealex eaglealex modified a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Browser's bug... Sorry

  • eaglealex eaglealex posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Thank you for your answer! I know that 0 will be the end of the string. I checked it. There is no 0 in array of bytes. I made screenshots. There is array of bytes, aborted string and the result of my test via online converter.

  • eaglealex eaglealex posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Thank you for your answer! I know that 0 will be the end of the string. I checked it. There is no 0 in array of bytes. I made screenshots. There is array of bytes, aborted string and the result of my test via online converter.

  • eaglealex eaglealex modified a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hello! I have tried read a file to the string variable. But I faced a problem - there is about 2800 bytes of information in file, but string have a limit 2393 bytes. I made two variables with same address (for automatic convertion) - string[3000] and array of bytes[1..3000]. And I noticed that array of bytes contains all information from file, but string shows only first 2393 bytes. So I have lost information. Is there really such a limitation? Or I have an error in my program and Codesys 2.3 have...

  • eaglealex eaglealex posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hello! I have tried read a file to the string variable. But I faced a problem - there is about 2800 bytes of information in files, but string have a limit 2393 bytes. I made two variables with same address (for automatic convertion) - string[3000] and array of bytes[1..3000]. And I noticed that array of bytes contains all information from file, but string shows only first 2393 bytes. So I have lost information. Is there really such a limitation? Or I have an error in my program and Codesys 2.3 have...

1