Search Results

by MeijinGandalf
Wed Apr 20, 2022 2:02 pm
Forum: General
Topic: Unable to register 32 bit Phidget21COM.dll
Replies: 4
Views: 9832

Re: Unable to register 32 bit Phidget21COM.dll

Figured it out! Thanks for the help. I used that same program to look at the dependencies.phidget21.dll a dll. I ended up installing Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package to get it to work.
by MeijinGandalf
Tue Apr 19, 2022 10:23 am
Forum: General
Topic: Unable to register 32 bit Phidget21COM.dll
Replies: 4
Views: 9832

Re: Unable to register 32 bit Phidget21COM.dll

This morning i fully reset the computer and installed phidgets. I just tried running couple of the compiled versions and it gives me Run-time error 339. Component 'Phidget21COM.dll' or one of its dependendies not correctly registered: a file is missing or invalid. Edit: I used the Package and Deploy...
by MeijinGandalf
Tue Apr 19, 2022 9:33 am
Forum: General
Topic: Unable to register 32 bit Phidget21COM.dll
Replies: 4
Views: 9832

Unable to register 32 bit Phidget21COM.dll

I have an old vb6 program that requires 32 bit Phidget21COM.dll computer with Windows 10. I ran the phidget installer but the program does not work. It throws an error that says "Automation Error. The specified module cannot be found." I tried registering the dll manually, but i am getting...
by MeijinGandalf
Tue Aug 21, 2018 9:22 am
Forum: General
Topic: Vint Hub Digital Output
Replies: 5
Views: 5480

Re: Vint Hub Digital Output

Awesome thanks guys!
by MeijinGandalf
Thu Aug 16, 2018 1:49 pm
Forum: General
Topic: Vint Hub Digital Output
Replies: 5
Views: 5480

Re: Vint Hub Digital Output

It is attaching. I also tried it with a different VINT hub and got the same behavior. With more testing I also found that this is only happening when trying to use port 0 as a Digital Output while also using an RFID reader.
by MeijinGandalf
Wed Aug 15, 2018 4:21 pm
Forum: General
Topic: Issues with 2A DC Motor(DCC1001_0)
Replies: 2
Views: 3733

Re: Issues with 2A DC Motor(DCC1001_0)

Ah ok thanks for the help.
by MeijinGandalf
Wed Aug 15, 2018 4:17 pm
Forum: General
Topic: Vint Hub Digital Output
Replies: 5
Views: 5480

Vint Hub Digital Output

I am having and issue with the Digital Output on my Vint Hub. When I call do.setState(True) it is telling me that the device is not attached. I even check that it is attached right before I call it. I have a few other things connected to the Vint Hub as well as an RFID Reader. I found that if i do n...
by MeijinGandalf
Thu Aug 02, 2018 8:29 am
Forum: General
Topic: Issues with 2A DC Motor(DCC1001_0)
Replies: 2
Views: 3733

Issues with 2A DC Motor(DCC1001_0)

The first issue is not a big deal. In the Phidget control panel it shows up as a 3.5A DC Motor Phidget. The second issue I am having is trying to attach to it in python. This code tells me I have and invalid argument when I try to attach. import sys import time from Phidget22.Devices.DCMotor import ...