Dear Reader
The card is working well. Now i like to use the two analog inputs.
After connecting 5 V to the input and with the following lines:
Timer1.Enabled = False
ReadAllAnalog(Data1, Data2)
txtData1.Text = CStr(Data1)
txtData2.Text = CStr(Data2)
Timer1.Enabled = True
I get 123 on both, not depending on the connection of the input. Should I activate Sk2 and Sk3? and how can I do that?
thanks in advance Gerard