Nice little example. On 4/29/21 12:43 PM, Brian G wrote: > While a.Status = Net.Active > Wait 0.01 > Wend But, shouldn't that be: While a.Status <> Net.Active Wait 0.01 Wend Also, shouldn't the transmitter also wait for an Active status instead of doing nothing if not? -- Lee