Quote:
Originally Posted by Pirate programe
Is there a flaw in the code somewhere? Do I need to adjust some settings somewhere?
|
I'm not sure about the code you posted; it looks fine to me - how do you open the connections?
I think the best way for you to tackle your problem is to use UDP and split the data up into multiple packets. For an example of this, look in Build DashBoard Data.vi (VI snippet attached). You see how it rotates through sending all the data in 50 iteration cycles. The first 15 send analog data, digital data is sent on 20 and 30, and solenoid data on 40. This process repeats, and that's how the dashboard sends lots of information over UDP.