Search Results

by DenisFerrari
Tue Apr 04, 2017 4:54 pm
Forum: VB .NET
Topic: Phidgets.Bridge is not available in the target framework
Replies: 0
Views: 23702

Phidgets.Bridge is not available in the target framework

Hi, after few days working on a VS2017 1046 Bridge project, now every time I open forms using the Bridge, I have an error saying : "Type Phidgets.Bridge is not available in the target framework". Using .NET Framework 4, tried 4.5, same issue. Strange thing is that I did not have it until y...
by DenisFerrari
Tue Apr 04, 2017 4:50 pm
Forum: VB .NET
Topic: Hard Settings for Phidgets bridge 1046
Replies: 6
Views: 21091

Re: Hard Settings for Phidgets bridge 1046

I'm having same issue on Visual Studio 2017, after few days working openin forms it says Phidgets.Bridge is not available in the target framework... Any idea ? Thank you Great thanks! Now I am hoping you can shed some light on an issue I have been having recently since upgrading to Visual studio 201...
by DenisFerrari
Fri Mar 31, 2017 10:45 am
Forum: All Other Phidgets
Topic: 1046 Bridge Board - sensor drift
Replies: 4
Views: 7390

Re: 1046 Bridge Board - sensor drift

I've just started using 1046 Bridge with 3 load cells and - if I connect my laptot AC supply - I notice a sort of sin-drifting at a very low freq, something like 0.1 Hz. Values (converter to grams in my case) drift up then down then up again in a sin-wave way. Removing the supply from the pc, all fi...
by DenisFerrari
Fri Mar 31, 2017 3:33 am
Forum: InterfaceKits
Topic: PhidgetBridge4 VB2008 program locking while doing Bridge.Clo
Replies: 1
Views: 5933

Re: PhidgetBridge4 VB2008 program locking while doing Bridge

Hi, just an update about my application often freezing while losing focus on a Form, locking on Bridge.Close() row : after using Phidget21.NET.dll in place of Phidget21.NET1.1.dll, all my problems went away. Tested on my W10 pc, using Visula Basic 2008, Visual Basic 2010 and eVisual Studio 2017 : no...
by DenisFerrari
Fri Mar 31, 2017 3:33 am
Forum: General
Topic: Help With Exception please
Replies: 6
Views: 11955

Re: Help With Exception please

Hi, just an update about my application often freezing while losing focus on a Form, locking on Bridge.Close() row : after using Phidget21.NET.dll in place of Phidget21.NET1.1.dll, all my problems went away. Tested on my W10 pc, using Visula Basic 2008, Visual Basic 2010 and eVisual Studio 2017 : no...
by DenisFerrari
Fri Mar 31, 2017 3:33 am
Forum: VB .NET
Topic: Opening a new form then returning to the original
Replies: 6
Views: 20696

Re: Opening a new form then returning to the original

Hi, just an update about my application often freezing while losing focus on a Form, locking on Bridge.Close() row : after using Phidget21.NET.dll in place of Phidget21.NET1.1.dll, all my problems went away. Tested on my W10 pc, using Visula Basic 2008, Visual Basic 2010 and eVisual Studio 2017 : no...
by DenisFerrari
Tue Mar 28, 2017 1:51 pm
Forum: VB .NET
Topic: Opening a new form then returning to the original
Replies: 6
Views: 20696

Re: Opening a new form then returning to the original

Hi Patrick,
Thank you for the hint

But I'm using VB2008 , not C/C++ or Roger language.

Any help on that too ?

Thanks again.
by DenisFerrari
Tue Mar 28, 2017 8:52 am
Forum: VB .NET
Topic: Opening a new form then returning to the original
Replies: 6
Views: 20696

Re: Opening a new form then returning to the original

Hi Patrick,
opening the Bridge only on start-up Form (that calls the others etc.) and pass to the rest was exactly my initial idal, but I still have not been able to do this.

Any help on this too ?

Thank you
by DenisFerrari
Tue Mar 28, 2017 8:50 am
Forum: General
Topic: Help With Exception please
Replies: 6
Views: 11955

Re: Help With Exception please

Hi Patrick, this is exactly what I do, look below : If (Bridge.Attached) Then RemoveHandler Bridge.Attach, AddressOf Bridge_Attach RemoveHandler Bridge.Detach, AddressOf Bridge_Detach RemoveHandler Bridge.Error, AddressOf Bridge_Error RemoveHandler Bridge.BridgeData, AddressOf Bridge_BridgeData Appl...
by DenisFerrari
Tue Mar 28, 2017 1:31 am
Forum: VB .NET
Topic: Opening a new form then returning to the original
Replies: 6
Views: 20696

Re: Opening a new form then returning to the original

Hi, I just started to use Bridge and I've too started from VB2008 BridgeFull example. I've noticed that as soon you have the Deactivate event of my current form, it's best to do Bridge.Close() and then reopen it one Activate event. Otherwise it does exactly like that, I mean, it stays disconnected a...