Search Results

by gwilkinson
Fri Feb 07, 2014 3:14 pm
Forum: VB .NET
Topic: Hard Settings for Phidgets bridge 1046
Replies: 6
Views: 21187

Re: Hard Settings for Phidgets bridge 1046

I have been able to set my data rate to a static 512ms in my Bridgeattach() call but I am still having trouble setting the Gain to 32. What syntax would get this done? I tried following without success: Dim Gains As Phidgets.BridgeInput.Gains Gains = BridgeInput.Gains.GAIN_32 Am I barking up the wro...
by gwilkinson
Wed Jan 29, 2014 4:28 pm
Forum: VB .NET
Topic: Hard Settings for Phidgets bridge 1046
Replies: 6
Views: 21187

Re: Hard Settings for Phidgets bridge 1046

I seem to have resolved the issue... I went ahead and created a fresh project and imported my working forms and modules in and rebuilt the form causing issues. building on 4.5.1 framework and things are working great again. something in the parent form was just broken and now phidgets.bridge is repo...
by gwilkinson
Tue Jan 28, 2014 4:38 pm
Forum: VB .NET
Topic: Hard Settings for Phidgets bridge 1046
Replies: 6
Views: 21187

Re: Hard Settings for Phidgets bridge 1046

Great thanks! Now I am hoping you can shed some light on an issue I have been having recently since upgrading to Visual studio 2012/2013... I know the phidgets libraries are built on .Net 2.0 and is supposed to be compatible in higher runtimes IE: 3.0 4.0 4.5.1 etc. (Unless I am mistaken) I have bee...
by gwilkinson
Tue Jan 28, 2014 3:30 pm
Forum: VB .NET
Topic: Hard Settings for Phidgets bridge 1046
Replies: 6
Views: 21187

Hard Settings for Phidgets bridge 1046

I have been using a Bridge and an RFID module for many years now in a research project involving pigeons and I would like to slim down the need for controls in the interface. I would like to eliminate the following from my UI and hard code the specific settings 1- Gain 2- Datarate 3- Possibly the ac...