Search Results

by nm17
Thu Apr 25, 2024 3:04 am
Forum: C#.NET
Topic: DLL versioning
Replies: 2
Views: 239

Re: DLL versioning

Thank you :thumbsup:
by nm17
Tue Apr 23, 2024 1:14 pm
Forum: C#.NET
Topic: DLL versioning
Replies: 2
Views: 239

DLL versioning

Would it be possible to set FileVersion and ProductVersion on phidget22.dll files? The dlls don't have this set, I wonder if this could cause issues, e.g. how would Windows know if an existing phidget22.dll in a setup folder needs an update by a newer version or not? I am trying to troubleshoot a po...
by nm17
Fri Dec 22, 2023 4:43 am
Forum: C#.NET
Topic: Stepper TargetPosition not set on init
Replies: 0
Views: 113094

Stepper TargetPosition not set on init

I notice with STC1005 and the latest firmware that if I connect via c# to the stepper but do not set TargetPosition immediately (or before its set) reading the TargetPosition will raise a "PhidgetException 0x33 (Unknown or Invalid Value) The value is unknown." I would expect that the drive...
by nm17
Sat Jun 03, 2023 4:54 am
Forum: General
Topic: ENC4127_0 Information (encoder)
Replies: 0
Views: 123152

ENC4127_0 Information (encoder)

Would it be possible to have full mechanical drawings and a STEP file for the ENC4127_0? The drawings provided do not provide information for various mounting holes used to attach the encoder casing to the motor (x/y position, distance, diameter). I have attached a file that shows some of the missin...
by nm17
Wed Jul 27, 2022 2:41 pm
Forum: C#.NET
Topic: Phidgets dll versions breaking installers
Replies: 3
Views: 16069

Re: Phidgets dll versions breaking installers

Thanks, I wonder if there is more to it. If you right click on phidgets22.net.dll it will show in details Product version 1.0 but the assembly version will be correct. I think what comes out as product version is AssemblyFileVersion or something on those lines (why Microsoft makes things so complica...
by nm17
Sat Jul 23, 2022 8:32 am
Forum: C#.NET
Topic: Phidgets dll versions breaking installers
Replies: 3
Views: 16069

Phidgets dll versions breaking installers

Hi The short version: Phidget22.Net.dll needs to have unique (incremental) product version numbers for automated installers to work properly. Currently I believe the product version is always set to 1.0 which causes installers to break when trying to upgrade Phidget22.Net.dll library. tl;dr I had a ...
by nm17
Tue Jun 07, 2022 1:52 pm
Forum: C#.NET
Topic: Issues with Phidget22 after migrating to .NET 6.0 framework
Replies: 13
Views: 35346

Re: Issues with Phidget22 after migrating to .NET 6.0 framework

Did you get to the bottom of this? I also package Phidget22.dlls manually and always have problems if there is Phidgets Control Panel installed or when upgrading my own software so your last post on potential dependency on Phidgets CP is interesting. It feels as if Phidget APIs have preference to li...
by nm17
Tue Mar 15, 2022 11:21 am
Forum: General
Topic: 1mbs Phidgets roadmap?
Replies: 0
Views: 19330

1mbs Phidgets roadmap?

Is there a roadmap/timeline for arrival of faster/1mbps Phidgets boards?

My applications need high speed so having likely timeline for availablity of new Phidgets would be helpful.

Thanks
by nm17
Tue Mar 15, 2022 11:19 am
Forum: General
Topic: BLDC controller target velocity update rate
Replies: 3
Views: 12248

Re: BLDC controller target velocity update rate

The MinDataInterval on dcc1100 is 100ms so I always assumed that polling data after than every 100ms is just reading stale data. I have the opposite issue where my hall effect sensor gives good precision readout but I can't control motor quick enough as the data rate is 100ms and my move completes i...
by nm17
Fri Feb 04, 2022 1:56 pm
Forum: Phidgets
Topic: Programmable device tag for VINT Hub
Replies: 0
Views: 21352

Programmable device tag for VINT Hub

It would be great if one could set via API or Phidgets Control Panel the tag/name that is presented to the Windows (ie OS) for the VINT Hub. Mine currently says something on the lines of "6-port VINT Usb Hub" whereas I would like to be able to put my own tag/name, e.g. "My Robot"...