Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi all.
I try to use Kepware User Configurable driver to catch unsolicied messages in multicast group.
Server equipment send multicast messages to IP 224.0.1.1 port UDP 5155 to its own clients.
I want to create the listener of this multicast traffic with Kepware U-CON driver and then parse it.
So far, my attempts to configure u-con channels with ethernet encapsulation (UDP 5155) in unsolicited mode have been unsuccessful.
Can I use U-CON to catch multicast messages or maybe I have to use any another driver?
Thanks in advance.
Solved! Go to Solution.
Hi Tim,
I manage PTC's Kepware-focused Applications Engineering team. Unfortunately UCON does not support multicast messages. Your route with a C# application may be the best option. If you're interested in sharing data from your C# application with Kepware, please reply back on your preferred IPC mechanism (HTTP, TCP, Shared Memory, etc.). and I can advise on the best way to enter the Kepware Server platform.
Thanks,
Sam
I could not configure U-CON driver as I need, so my solution was to create C# application with needed functionality.
If anybody know the solution with U-CON please let me know.
Thanks.
Hi Tim,
I manage PTC's Kepware-focused Applications Engineering team. Unfortunately UCON does not support multicast messages. Your route with a C# application may be the best option. If you're interested in sharing data from your C# application with Kepware, please reply back on your preferred IPC mechanism (HTTP, TCP, Shared Memory, etc.). and I can advise on the best way to enter the Kepware Server platform.
Thanks,
Sam
Hi Sam.
Thanks for your reply.
In my application I implemented OPCDA server and Modbus TCP server (using external NET libraries) as sources of tags. So I can successfully read them with Kepserverex.
Great to hear, thanks for confirming your strategy.