LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

issue with buffer size while using network streams

hello, I'm currently trying to send thermocouple data from my pxi running labview RT to my host pc. im able to send actual data but over time the code will either slow down or halt entirely. i don't know if theres just too much data being sent at once or if my code isn't written correctly. i would like it formatted so if the network stream fails it wont stop my code entirely but i'm fairly new to labview and struggling to figure it out. if someone could help with some sort of threading on this it would be greatly appreciated i attached both the daqmx code for the pxi and the host pc code. 

Download All
0 Kudos
Message 1 of 3
(901 Views)

here's the vis

Download All
0 Kudos
Message 2 of 3
(898 Views)

I have a few recommendations:

  1. Refer to the shipping example "Simple Network Streams" which shows how you can monitor the number of elements in the endpoint.
  2. Monitor the loop rate to see if DAQmx or Network Stream Write might be slowing down the execution on RT VI.
-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 3 of 3
(861 Views)