06-13-2006 01:26 PM
06-14-2006 09:44 AM
06-14-2006 10:31 AM
Hi Jeff,
The simplest way to reduce transmission overhead in this scenario would be to encase your existing TCP/IP routine in a case structure that only executes if the data element you're interested in is not equal to its last value (stored in a shift register). This shouldn't add much in the way of computational overhead on the RT side, but should reduce the flood of data if the value doesn't change very often. Keep in mind also that if you have LabVIEW 8, you can use Shared Variables to send the data over your tcp/ip connection only when a new value is written to the variable - this may meet your needs just as well.