Qt for PLC.
-
hi,
@wolfcoder said in Qt for PLC.:
How can communicate with any PLC machine by Qt creator ?
List of supported communication protocols :
https://www.codesys.com/products/codesys-communication.htmlYou need to choose/ decide which one you want.
note : "Qt Creator" is an IDE. You shoud say "Qt"
-
@wolfcoder said in Qt for PLC.:
Is it possible to communicate PLC through TCP protocol in Qt ?
-
@wolfcoder said in Qt for PLC.:
I did not find Qt in list of supported communication
Of course, since Qt is not a communication protocol. It's an application development framework (mostly based in C++) comprising several modules.
In addition to TCP/IP as mentioned previously, from the list of communication methods for that PLC device, Qt also supports OPC UA
-
-
@Pablo-J-Rogina is this OPC UA in open source version ? or it is in only commercial version ? do i need to install C++SDK ?
-
Hi and welcome to devnet,
Please read the documentation and the related links. The information is there.