Hello, I'm doing a Phidget project using a 1047-1 PhidgetEncoder Highspeed 4 input, with 2 draw wire sensors and a rotary encoder. I am using visual studio, C++. It has no errors in the actual code the errors say they are on line 1 so ...
Hello, I am currently utilizing the PhidgetSpatial Precision 3/3/3 (MOT0110_0) accelerometer in a project where the sensor feeds data to a Raspberry Pi for processing. My goal is to integrate this setup with SeisComP for seismic data analysis. Specifically, I plan to use ...
Hi, I'm surprised to hear that. I made a new test project under VS 2022 and .NET Framework 4.8.1. Installed the phidget22 Nuget package, and it copied over the native libraries as expected. Maybe you need to reset something in your project? Try removing ...
... (possibly any releases in between 2024-09 and today) the dll folder does not get created in bin. Obviously this causes issues when packaging the project. It feels there is a bug in the nuget package.
Thank you for the answer but, in fact until now in my project, I used one python code to control the stepper drivers and another to control the imu. These two codes were then imported into a main program and everything worked even though the calls to ...
I have 3 of these motors sitting around from an autosteer project and want to use it to power a grain mill. I would like to be able to get the most torque from this motor while speed is of little consequence. Am I correct to assume that direct connection ...
... my teams have used the mock library to achieve the required behaviors without hardware attached. i'm currently integrating phidgets in a .NET project; if you'd provide interfaces for each of the concrete classes, we could achieve the same using github dot com /devlooped/moq (not posting external ...
Is there something special needed when using pyinstaller on a python project that uses phidgets? The error I'm getting on the target machine is "Failed to load dynlib/dll 'phidget22.dll'" The target machine does not have python or any libraries installed ...
I have a few projects which are built with Visual Studio 2022 and the Phidget22.NET library. On my EXE build workstation I seem to have an old version (1.12.20220912) installed (latest seems to be 1.20.20240911). If I update this, ...
... changes. Then you just need your program to look at the value and decide how you want the object to move. You should take a look at this sample project: Dial Phidget with Unity This project uses the encoder and digitalInput object instead of VoltageRatioInput, but it should give you an idea ...