Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between CompactRIO and PC c++ software

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

0 Kudos
Message 1 of 4
(1,844 Views)

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® (The Future of Team-Based LabVIEW Development)


0 Kudos
Message 2 of 4
(1,817 Views)

Hello,

we are developing only c++ software. Have you got the formating of the TCP/IP or UDP frame ?

 

Thank you,

Mickaël

0 Kudos
Message 3 of 4
(1,789 Views)

The application layer is up to the application but STM is a good place to start

0 Kudos
Message 4 of 4
(1,773 Views)