From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I communicate between two simulated software

Hallo,

 

I have confusion regarding this topic "How can I communicate between two simulated software".

1: PC with CAN simulation

2:  PC with AFDX Simulation

Now i have to communicated these two pc with each other.

How can i communicated? which module from ni is best for it.

 

thanks in advance

🙂

 

BR

 

 

 

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

Hi BR,

 

communication between two PCs is usually done using some kind of network protocol - you can use anything from UDP to network streams…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,222 Views)

thank for quick response, but, could you please explain a bit more.

Since I am not so familar with network protocol. it would be great if you give some INFO.

 

BR

 

0 Kudos
Message 3 of 4
(2,218 Views)

I recommend looking at the Simple Messaging Reference Library that NI has released.  Use the TCP/IP version of it.

 

FYI, TCP/IP is a communication protocol that is used to communicate between two computers.  It is what the internet uses.  So you just need a network switch or router between your computers and you can talk to each other with their IP address.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 4
(2,208 Views)