Qt for PLC.
-
wrote on 4 Nov 2020, 12:03 last edited by
Hello respected all members, How can communicate with any PLC machine by Qt creator ? I programmed PLC in CoDeSyS and Combivis Studio. Is it possible to make GUI for PLC ?
-
Hello respected all members, How can communicate with any PLC machine by Qt creator ? I programmed PLC in CoDeSyS and Combivis Studio. Is it possible to make GUI for PLC ?
wrote on 4 Nov 2020, 12:18 last edited byhi,
@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"
-
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"
wrote on 4 Nov 2020, 12:32 last edited by@LeLev I did not find Qt in list of supported communication. Is it possible to communicate PLC through TCP protocol in Qt ?
-
@LeLev I did not find Qt in list of supported communication. Is it possible to communicate PLC through TCP protocol in Qt ?
@wolfcoder said in Qt for PLC.:
Is it possible to communicate PLC through TCP protocol in Qt ?
-
@LeLev I did not find Qt in list of supported communication. Is it possible to communicate PLC through TCP protocol in Qt ?
wrote on 4 Nov 2020, 13:09 last edited by Pablo J. Rogina 11 Apr 2020, 13:11@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
-
Qt Champions 2020wrote on 4 Nov 2020, 14:21 last edited by kuzulis 11 Apr 2020, 14:21
-
@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
wrote on 4 Nov 2020, 16:47 last edited by@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.
1/8