Hello Mike_vd,
I'd love to share. I will again state that I am no expert, so this could be done better I am sure. It worked for what I was trying to prove before building the real deal though.
I opted for UDP because I do not care too much about packet loss. My application will be sending the same message over and over that contains operational values from the machine. I did also test with TCP and it worked fine, just don't need the extra bells and whistles TCP provides at this time.
I will attach a few screenshots. You will have the P1P so it should all be in there but just for future experimenting I thought I would mention a few things. When you change the message length on the PLUS+1 side you also need to edit the message length in the POU. Also, I start off with an empty array and insert data into it. I had never used it before but you can add an array file to GUIDE by right clicking on the project (you may already know that). The DM1200 project is too large to post so I will paste a google drive link below. The google drive folder contains the P1P and python scripts I was testing with.
You can either modify the network settings on your computer to match what is in the test project or modify the project and python script to match your computer, whatever you prefer. If all goes well you should see the output from the python script in the screenshot I attached.
Hope this helps!
https://drive.google.com/drive/folders/175bZsza_PUqYqBgy5i3GGQ_1WxkK7LZZ?usp=sharing