Search Results

by vaporware
Mon Feb 12, 2024 1:59 pm
Forum: VB .NET
Topic: Selecting a channel on a 1048_2B
Replies: 2
Views: 3135

Re: Selecting a channel on a 1048_2B

I had tried this before and it would hang in the "while loop" of the second open. That is why I tried just changing channels.. ------------------------------------- AdvTemp0 = New Phidget22.TemperatureSensor AdvTemp1 = New Phidget22.TemperatureSensor AdvTemp0.Channel = 0 AdvTemp0.IsLocal =...
by vaporware
Mon Feb 12, 2024 8:48 am
Forum: VB .NET
Topic: Selecting a channel on a 1048_2B
Replies: 2
Views: 3135

Selecting a channel on a 1048_2B

I am trying to get a Phidget 1048_2B to select another channel however after I change the channel 0 to channel 1 I still get channel 0 values. If I start at Channel 1 then change to Channel 0 I then get Channel 1 values for Channel 0. I even put in a delay routine thinking it needed more time. Even ...