Communicate my Wincc OA project with IBM MQ

Find and share HowTos to various installations / configurations!
Search

Post Reply
3 posts • Page 1 of 1
IBRAHIMALALI
Posts: 67
Joined: Thu Oct 05, 2017 5:28 pm

Communicate my Wincc OA project with IBM MQ

Post by IBRAHIMALALI »

I have a part of my project to communicate and send messages to IBM MQ, does any body has any experience how can I manage this integration?

Gertjan van Schijndel
Posts: 634
Joined: Mon Aug 02, 2010 10:37 am

Re: Communicate my Wincc OA project with IBM MQ

Post by Gertjan van Schijndel »

It looks like nobody has experience with IBM MQ.

Which protocols does IBM MQ support? Perhaps somebody has experience with these protocols.

SergeyK
Posts: 12
Joined: Wed Nov 02, 2016 12:03 pm

Re: Communicate my Wincc OA project with IBM MQ

Post by SergeyK »

1. find out how to prepare IBM MQ message (in CTRL script) and send directly to MQ broker using tcpOpen()/tcpWrite() methods.
2. convert your data to JSON and forward using netPost() to some 3rd party broker/service which can do IBM MQ formatting.
3. Use C# API for WinCC OA to integrate IBM API libraries.

Post Reply
3 posts • Page 1 of 1