Activity for rpostwvu

  • rpostwvu rpostwvu posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    I got the shared memory example. I'm pretty sure I'm successfully created a memory space, CreateResult returns 18. szName:='CodesysDataShare'; hShm := SysSharedMemoryCreate(szName, 0, ADR(uxiSize), ADR(CreateResult)); I'm trying to access this memory with a C# application, but I get "Unable to Find Specified File". I suspect that Codesys and/or Visual Studio code alters the name I choose? Being in Windows, I cant find a way to see the mapped memory list. ~~~ using (var mmfRead = MemoryMappedFile.OpenExisting("CodesysDataShare",MemoryMappedFileRights.ReadWrite))...

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    3.5.18 still a thing. And thanks for posting this, I could not figure out what I was missing causing this error.

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Same issue here. Same controller. I tried uninstall/reinstall and the security wasn't reset.

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Same here. I don't even want the credentials, but the most recent patch put it on. I tried uninstalling and reinstalling, but the password is still there.

  • rpostwvu rpostwvu modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    I found the example, and was able to strip it down until no errors and finally got it to work. Turns out my original solution was simply missing the Email_Send.sMailFrom being set. Port 465 and TLS encryption also for those who are trying.

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I found the example, and was able to strip it down until no errors and finally got it to work. Turns out my original solution was simply missing the sMailFrom being set. Port 465 and TLS encryption also for those who are trying.

  • rpostwvu rpostwvu modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    delete

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Well I can run the Control Win V3 x64 and it immediately doesn't work. So there must be another issue. The link you send says there's example code, but I've never been able to find it.

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Well I can run the Control Win V3 x64 and it immediately doesn't work. So there must be another issue. The link you send says there's example code, but I've never been able to find it.

  • rpostwvu rpostwvu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Trying to send email from Codesys and I see many people asking, but 0 examples, and 0 solutions. I'm using MailServiceSL 1.1.2.0, Codesys 3.5.17 I've tried hitting Gmail via ports 587, 465 and 25 with TLS and STD. They all timeout. I am able to hit them with Telnet from same PC. I've tried hitting my companies mail server with port 25, and I always get error 5023. Telnet works on that server. Does this library not work without licensing?

1