Personal Data

Username:
appling
Joined:
2020-03-12 08:54:20

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Runtime 🇬🇧 on CODESYS Forge

    Hi, I have a Linux 64Bit system with a Codesys application running on it. It stops after 2hours and a few minutes, which makes me think something is wrong with the installed license. (in my last timing it stopped after 2h4min, on the codesys website it is stated that runtimes without a license stop after 2h) I installed the license via a USB license dongle that I activated on my workstation with the Codesys IDE a while ago. Now the system is shipped at not accessible physically, only remotely via...

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    Hi, thank you again for your input. I could not find any documentation on the Security Agent and the store seems to be unavailable now. For now it would be enough for me if I could access the web visu at all, so http would be fine.

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    Hi, thank you for the quick response. This is the exported log file:

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    Hello everyone, I have a Linux 64Bit soft PLC that is supposed to run a web visualization. I have a valid license for the runtime - the dongle is inserted to the device and is read successfully by Codesys. When I try to open the web visualization I see the red loading symbol that tells me that an error happened. I can log in to the project via the CodeSys IDE and live debug - the application works fine without exceptions. In the log under "Device" I can see these two messages: TlsCreateContext: Creating...

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hi dFx, thank you very much for your reply. Yes, in the end I solved it with the NBS library. Their UDP.Receiver has a structure that contains the remote IP and port - that way I could then establish a two way communication.

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hello everyone, so I am trying to implement a UDP server that will wait for a message from a client and then send data to that client. The problem is, I cannot find a way to get the port number of the UDP client that is sending a message to me. I have created the socket like this: thesocket :=SysSockCreate( iAddressFamily := SOCKET_AF_INET, diType := SOCKET_DGRAM, (* For UDP*) diProtocol := SOCKET_IPPROTO_UDP, //or SOCKET_IPPROTO_IP ? pResult := ADR(CreateErrorCode)); bound like this: m_bound :=...

  • Posted a comment on discussion Deutsch on CODESYS Forge

    @mg0815 Vielen Dank für deinen Post. Ich dachte immer die Transparanz von Histogrammen könnten nur in anderen CodeSys Versionen umgestellt werden; dabei liegt es tatsächlich an diesen dämlichen Visu Stilen. Die Doku schweigt sich beim Punkt Histogramm natürlich über diesen Punkt aus - nicht sonderlich hilfreich wenn man auf der Suche nach Hilfe ist...

  • Posted a comment on discussion Visualization on CODESYS Forge

    I see what happened: m.prestel said: "Using these properties you can also change the width/height of the rectangle (not only the top left position)" and meant that you can use the "relative movement" properties to adjust the dimensions of the object. Try putting your variables there.

View All