Search Results

by nm17
Fri Feb 04, 2022 1:33 pm
Forum: General
Topic: DCC1100 firmware upgrade from 121->130 potential problem
Replies: 1
Views: 10558

DCC1100 firmware upgrade from 121->130 potential problem

I was upgrading today one DCC1100 from 121->130 (using Phidgets drivers 1.9.20220203). The upgrade failed and I power cycled the board, computer, usb few times and it failed another 6-7 times. When it failed it went into 'I have got a VINT' device here and tried to restore to firmware 130. So, I tho...
by nm17
Fri Feb 04, 2022 1:12 pm
Forum: General
Topic: DCC1100 Closed Loop Velocity Controller
Replies: 1
Views: 10333

Re: DCC1100 Closed Loop Velocity Controller

You can't set rpm so you may need to develop your own control loop. Beware the min data interval is 100ms which can be a bit restrictive in high speed applications.
by nm17
Thu Feb 03, 2022 11:53 am
Forum: General
Topic: Nuget packaging - can't find dll?
Replies: 10
Views: 80844

Re: Nuget packaging - can't find dll?

I wonder if there is a way to mark Native DLLs in Nuget so they are detected as dependency by Visual Studio Installer Projects. I was reading https://developercommunity.visualstudio.com/t/visual-studio-installer-project-does-not-include-a/419838 and they mention that native Dlls should be marked as ...
by nm17
Thu Feb 03, 2022 11:41 am
Forum: General
Topic: Nuget packaging - can't find dll?
Replies: 10
Views: 80844

Re: Nuget packaging - can't find dll?

I have limited success with configuring my Set-up software to "manually" create application/dll folder and copy all Phidgets *.dll from my bin/Release folders to the application/dll folder. This works in some situations but I still find it breaks on upgrades occasionally and also sometimes...
by nm17
Fri Sep 10, 2021 11:55 am
Forum: General
Topic: DAQ 1301 disconnecting issue
Replies: 2
Views: 10213

Re: DAQ 1301 disconnecting issue

Hi Dan I have the same issue on DAQ1301 - it intermittently disconnects itself... The Phidgets log doesn't show the "close" of DAQ or any other faults (and I keep the Phidgets log at "verbose" level). My (.net) code gets the "attempting to connect to detached device" (o...
by nm17
Fri Jun 04, 2021 7:54 am
Forum: All Other Phidgets
Topic: Can't move BLDC with DC1100?
Replies: 2
Views: 9431

Re: Can't move BLDC with DC1100?

I found what the issue was: one of the phases (B) was not connected properly (the wire connection to the terminal block on DC1100 was not good). After (re)tightening the terminal block everything appears to be working well.
by nm17
Thu Jun 03, 2021 12:05 pm
Forum: All Other Phidgets
Topic: Can't move BLDC with DC1100?
Replies: 2
Views: 9431

Re: Can't move BLDC with DC1100?

Just some additional info. When I attempt engaging the motor to go to target position I notice the "Duty cycle" goes from 0->1 (or 0-> -1 depending on direction of movement). The motor does not move on it's own and I get the stall error after that. 03 June 2021 19:04:32 - Error MotorStallC...
by nm17
Wed Jun 02, 2021 2:32 pm
Forum: All Other Phidgets
Topic: Can't move BLDC with DC1100?
Replies: 2
Views: 9431

Can't move BLDC with DC1100?

I have Faulhauber 2250S024BX4 motor attached to DC1100 with hall sensor on 24V with 6A supply. I am new to BLDC so I am trying to get any motion out of Faulhaber using Phidgets Control Panel. The connection to DC1100 is fine - I can read position sensor fine and all connections are fine. There is no...
by nm17
Tue Mar 02, 2021 6:17 am
Forum: General
Topic: Nuget packaging - can't find dll?
Replies: 10
Views: 80844

Re: Nuget packaging - can't find dll?

Thanks Patrick I assume the dlls you refer to are located in project's bin folder under Release/dll/... So if I need to manually install them, do I just copy them to c:\windwos\SysWow64 or somewhere else or do I ask installer to register them as COM? How do I decide if I should install x64 or x86? N...
by nm17
Sun Feb 28, 2021 2:13 pm
Forum: General
Topic: Nuget packaging - can't find dll?
Replies: 10
Views: 80844

Nuget packaging - can't find dll?

I have started using Nuget version of Phidgets drivers in my c# WPF application. The app is packaged using VS Installer Projects and then installed usually as an upgrade to previous app version. The installer project correctly detects Phidget nuget dlls and does put them in the application folder (i...