iX Panel and QTERM HMIs as a TCP server

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
leocoll
Posts: 1
Joined: Tue Sep 27, 2016 1:37 pm

iX Panel and QTERM HMIs as a TCP server

Post by leocoll »

hello,
I'm a iX Begginer developer and I'm still going through videos and tutorials to learn more about the software so I apologize beforehand if my questions is pretty obvious.
I have a second application running in a cRIO controller from NI and this application will send TCP messages frequently to my HMI acting as a TCP client. Before, using Qlarity Foundry, I could use an EthernetServer object that allowed my HMI to act as a server and received and parsed these messages coming from the cRIO controller. Is there an object or a component built in within the iX software that will allow me to do something like that? or do I have to use C# scripts to "convert" my HMI to a TCP server?


Thanks a lot!

Leonardo

User avatar
Chris T.
Posts: 109
Joined: Mon Nov 20, 2017 5:29 pm

Re: iX Panel and QTERM HMIs as a TCP server

Post by Chris T. »

Hi leocoll,
If you anyone is experiencing similar concerns please refer to this code. we have successfully implemented this socket connection https://www.geeksforgeeks.org/socket-pr ... n-c-sharp/
Best regards,
Christopher
(801) 708-6690
Technical Support
Contact Us

Beijer Electronics AB
http://www.beijerelectronics.us

Post Reply