LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data rate of MODBUS communication between PC and PXI

Dear All,

I wonder how fast can we use MODBUS to exchange data between PC and PXI (or between PXI and cRIO)?  

My application (modeled in PXI) needs to receive data as fast as possible. However, when I try to test the data rate of MODBUS communication on LOCAL NETWORK, it seems like the speed is around 60 packets per second. Is there any way of improving the speed?

 

Thanks,

Bo

0 Kudos
Message 1 of 2
(2,783 Views)

The problem with Modbus is that it is a command/response structure.  So you have to command the PXI to send the data and then the PXI sends it.  Since speed is an issue, my recommendation is to just stream the data from the PXI and have your PC read the data stream and find the data that it needs.


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
0 Kudos
Message 2 of 2
(2,760 Views)