Activity for dako

  • dako dako posted a comment on discussion Visualization 🇬🇧

    There is no failure or error in the plclogger regarding the visualisation. I tried to change the port in the /etc/CODESYSControl_usr.cfg but there is no such a position like a port. I attach the screenschot of my .cfg file.

  • dako dako posted a comment on discussion Visualization 🇬🇧

    The error is exactly the same independent if I use 127.0.0.1:8080/webvisu.htm or the ip address of the Raspberry.

  • dako dako posted a comment on discussion Visualization 🇬🇧

    Really no one has any idea what can it be?

  • dako dako posted a comment on discussion Visualization 🇬🇧

    Hello, We created a visualization in Codesys on the Raspberry Pi. The program settings attached in the photo. We can't open this visualization on the external monitor, there is an error which is attached on the second photo. We have bought a Codesys Raspberry Pi license so it shouldn't be a reason. In the Codesys in the on-line mode the visualization works properly. Any ideas? Thanks in advance!

  • dako dako posted a comment on discussion Engineering 🇬🇧

    Hello, We want to send in Codesys the POST request with a header consisting of two parts: 'Authorization': "Basic ZGlzdHJpYnV0b3I6NjJxNA==" 'Content-Type': "application/json" The Post Commands was tested successfully with a python script so we are sure, that our request is built correctly. We are able in Codesys to successfully send a header which consist of one part only: wsHeader := "Authorization: Basic ZGlzdHJpYnV0b3I6NjJxNA==" We have no idea how to send in Codesys a header which has more than...

  • dako dako posted a comment on discussion Deutsch 🇩🇪

    Guten Tag, wir möchten über den Baustein HttpClient einen POST Befehl schicken. Mit Python konnten wir dies schon erfolgreich umsetzen. Unser Problem ist, dass wir nicht nur die Authorization in dem Header übergeben müssen, sondern zusätzlich noch den Content-Typ. Bei Python können wir dies relativ einfach wie folgt schicken: {'Authorization': "Basic ZGlzdHJpYnV0b3I6NjJxNA==", 'Content-Type': "application/json"} Welche schreibweiße müssen wir für den HttpClient Baustein verwenden? Wir haben hierzu...

1