WAGO 750-8212 connect to UDP

Hello,
I’m a beginner to develop PLC, I have to connect the WAGO 750-8212 to another server via UDP protocol. How I can connect to the server, it use which library.
I develop software on codesys 3.5.

Thank you.

Hello, you can either use node-red nodes with installing node-red to the PFC200 (you can check this website how can you install) or you can use codesys library which you can use ready to use FB to connect another server via UDP protocol. Please check codesys library first. you can type UDP in library manager and you will embed the package from there.

1 Like

Take a look at NetBaseServices library

1 Like

It help me a lot, Thank you.

1 Like

Thank you for your message.

Much easier to use is WagoAppSocket library. You don’t have to use interfaces etc

As far as I know the WagoAppSocket will be discontinued in the future.
It’s not compatible with the PFC300, and I think it’s not with the BC100…

good point, but for PFC200 its much easier :wink:

here you can find examples for NBS: CODESYS Forge - NetBaseServices Example / Home / Home

2 Likes