06-18-2008 01:41 AM
06-19-2008 02:20 PM
06-19-2008 08:30 PM
06-20-2008 01:06 PM
Suresh,
I apologize, in refer to my comments before, I was referencing the Simple MPI Logging VI. I took a look at the mpi_state_machine and the Test VI that you referred to in your first post and found that in this case the software has been designed with limitations that look like they conform to hardware. For instance the serial baud rate values allowed are only 18k & 36k, putting a communication bottleneck at this point. Again I believe that based on these observations there was most likely a deliberate architectural decision to slow down the software due to the MPI protocol. Sorry for the original confusion on my end.
Cheers,
Jonah
Applications Engineer
National Instruments
06-20-2008 07:34 PM
06-20-2008 07:37 PM
06-22-2008 09:05 AM
@NoviceS wrote:
Jonah
Thanks for the response and no apology needed. Yes I could perceive the design itself imposing a restriction though I was not able to place my finger on the precise location. Except for the 10mS delay in the state machine. As for the MPI Test 2 Vi the delay will be in multiples. For example given a simple data read will take 100 mS then the MPI Test2 takes no of elements in the cluster x 100 mS.
But block read where one can specify the length of the no. of bytes to read at a stretch takes the same time of reading 1 byte. Therefore I presume that that a fixed time is consumed by the protocol itself. But this is just sounding off, since I cannot be sure. No MPI specification is available with me. Just one question: You mentioned the Simple MPI Logging vi. Which vi is that in the MPI library
Thanks again.
06-22-2008 09:14 AM
I would expect those USP-MPI adapters to really just be virtual COM ports. But who knows. The MPI side of things seems to be some sort of RS-485 communication bus.
@NoviceS wrote:
Given this scenario, I wonder if this library can be modified to communicate over USB. There are mpi adapters USB version, which are faster. I am at loss as to where to start the process of changing this to USB
06-22-2008 09:48 AM