How do I use ABB VIP protocol?
I'm a developer and I want to develop an interface in C ++.
This should use ABB VIP to communicate with the PLCs.
Since I am a beginner, I want to know how to use the protocol and if there is a good documentation for it.
Best thanks and best regards
(Ich bin Entwickler und möchte ein Interface in C++ entwickeln.
Dieser soll ABB VIP nutzen, um mit den PLCs zu kommuniziern.
Da ich blutiger Anfänger bin, wollte ich wissen, wie man das Protokoll nutzt und ob es dafür eine gute Dokumentation gibt.
Besten dank und viele Grüße)
Caglar Özdemir
Answers
Dear friend
if you are kind enough to write in English, maybe there will be more chances to help you.
Have a nice day
Sure,
i try to implement an interface for ABBVIP in C++. But i need more details about the protocol.
I dont know the commands and couldnt find some PDFs on Google.
Best Regards,
Caglar Özdemir
Has nobody a PDF about the VIP telegrams or Commands?
(thx in adance & best regards)
Hello Caglar,
I'm sorry to see that you didn't get an answer to your question. I looked this up and saw that ABB has a communication interface card CI861K01 for the Verify IP protocol, but I did not find any further information.
Please try the vendor site https://ip.cadence.com/knowledgecenter/know-vip for more information on that specific protocol.
Best regards,
Thomas
Thank you guys for you help,
ABB in Germany now answered and send me a document about the VIP.
It stands for Vendor Internet Protocol and is used for remote control of devices like the AC450RMC.
Its a Telegram, based on TCP/IP or UDP and keeps it very simple:
[Header]
Message Length (2Byte)
Message ID ( 2 Byte)
Node (10 Byte)
[Data]
(Int, float, double, char)(0 - 65521 Bytes for TCP)
by Thomas Kruse Rank: 58 on 5/29/2018 11:06:22 PM | Like (0) | Report
Edited by Admin:
Add new comment