09-27-2019 07:42 AM
Hello,
I would like to doing communication between CompactRIO and PC c++ software. Have there an API for doing that, or is it necessary to use TCP-IP protocol ?
Thank you,
Mickaël
09-27-2019 10:40 AM
It depends on both the software running on the cRIO and the c++ software running on the PC. But most probably, the communication will facilitate the network connection (using either TCP/IP or UDP).
Are you developing the LabVIEW software, the c++ software or both?
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
10-01-2019 10:53 AM
Hello,
we are developing only c++ software. Have you got the formating of the TCP/IP or UDP frame ?
Thank you,
Mickaël
10-02-2019 02:10 PM
The application layer is up to the application but STM is a good place to start