Personal Data

Username:
pethun
Joined:
2020-11-09 16:28:50

Projects

  • No projects to display.

User Activity

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

    Hi We upgraded our ptoject from 3.5.19 to 3.5.20 but we get an error message in the latest version. We made our own trend function and its related to this we get error message: Trend_Menu Device: PLC Logic: Application: C0032: Cannot convert type 'RTS_SYSTIMEDATE(systimertc, 3.5.20.0 (system))' to type 'RTS_SYSTIMEDATE(systimertc, 3.5.17.0 (system))' The variables are defined as follow: start : SysTimeRtc.SYSTIMEDATE; end : SysTimeRtc.SYSTIMEDATE; The code that creates the error is the variable start...

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

    Hi We upgraded our ptoject from 3.5.19 to 3.5.20 but we get an error message in the latest version. We made our own trend function and its related to this we get error message: Trend_Menu Device: PLC Logic: Application: C0032: Cannot convert type 'RTS_SYSTIMEDATE(systimertc, 3.5.20.0 (system))' to type 'RTS_SYSTIMEDATE(systimertc, 3.5.17.0 (system))' The variables are defined as follow: start : SysTimeRtc.SYSTIMEDATE; end : SysTimeRtc.SYSTIMEDATE; The code that creates the error is the variable start...

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

    Hi All, Is there a way to change the default port for ssh to a different port instead of standard 22? Since SSH port are targeted for hostile login attempt there should be a possibility to use another port.

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

    I found a solution to may problem. It's the ssh server denying the connetion from Codesys. The ssh server "no matching host key type found. Their offer: ssh-rsa,ssh-dss" I added following two lines into my linux server /etc/ssh/sshd_config.d HostKeyAlgorithms +ssh-rsa,ssh-dss PubkeyAcceptedKeyTypes +ssh-rsa This solved the problem. Maybe not the best solution since its an security issue but it might be fixed in latest codesys development software?

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

    I found a solution to may problem. It's the ssh server denying the connetion from Codesys. The ssh server "no matching host key type found. Their offer: ssh-rsa,ssh-dss" I added following two lines into my linux server /etc/ssh/sshd_config.d HostKeyAlgorithms +ssh-rsa,ssh-dss PubkeyAcceptedKeyTypes +ssh-rsa This solved the problem. Maybe not the best solution since its an security issue but it might be fixed in latest codesys development software?

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

    i have exactly the same issue. im having a ubuntu 22.04 server and can connect over ssh in win terminal but in codesys i've get closed by remote host. same as above. anybody who could advise?

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

    Hi, I'm using the Mailservice library 1.1.0.4 but I have problem with my attachment file getting corrupted. There is a limitation mentioned "The maximum size of an email (maximum size of the send/receive buffer) is limited to 32,767 bytes." The size of my attachment is 57kB Is this the reason why my attachment gets corrupted and if so is there any way to increase the send buffert? Is there anyone else having the same experience and possible solution to the problem? Thanks /peter

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

    Still I dont understand? Maybe you cold send a link or something so I could investigate?

View All