Danke probier ich mal aus! Sorry für die späte Antwort.. War im Urlaub und hatte den Post hier wieder verdrängt.
Keiner ne Idee?
Hallo zusammen, ich hab ein kleines Problem bei einer Modbus TCP-Verbindung von meinem RaspberryPi (ML) zu einem Fronius Wechselrichter. Ich habe mir die CodeSys Version 3.5SP20 heruntergeladen und die Runtime auf dem RaspberryPi mit aktualisiert. Gerät ist ein Fronius Symo 6.0-3-M Folgende Konfiguration habe ich im Wechselrichter (Siehe Bilder). Laut Registertabelle fangen die Daten bei Adresse 40001 an und gehen im Modus int+SF bis 40120 Ich habe mir also im Ethernet-Adapter einen Modubus Master...
Thank you for help, I will check your project the next days :-)
It was only example... I have a lot more structs :-)
In principe I want to swap the struct type.
Hello together, I have a question regarding programming a FB for a REST request. I successfully programmed a FB which send a Post request to a server and get an answer. The answer depends on the request and I want to store the answer in a struct. What I try now is to built a FB which store Data to a struct which can be dynamically changed. Something like this: First call of FB get a result of the POST request '{"RESULT_CODE":0,"RESULT_TEXT":""}' So I use at the output a struct like this: TYPE st_MES_Result...