Search Results: project log

Products | Content | Learn | Forums

Searched query: project log

by max246
Wed Dec 22, 2021 6:15 am
Forum: Python
Topic: [Solved]Open hub vin error
Replies: 3
Views: 19560

[Solved]Open hub vin error

... to get this working. Basically I have SBC device and I have created a project which I want to access to my Digital input on Port 0. I have this ... import * from Phidget22-Net import * from Phidget22-Devices.Log import * from Phidget22-LogLevel import * from Phidget22-Devices.DigitalInput ...
by beparnas
Thu Nov 18, 2021 6:46 pm
Forum: Python
Topic: Best method for capturing time when state changes occur?
Replies: 0
Views: 27652

Best method for capturing time when state changes occur?

I'm creating a system where a number of state changes are logged on a DAQ1301 Digital input module. My goal is to capture a time-series log of what inputs change, and when they change. The project is written in Python, and I've implemented a method using a Python Queue ...
by mparadis
Fri Jul 02, 2021 12:08 pm
Forum: General
Topic: Start-up type changed
Replies: 1
Views: 4645

Re: Start-up type changed

... if you don't handle an exception in a program running through the SBC's project interface, it can just stop like that. Enable Phidget logging in your program and then take a look at the log file after the crash to see if there ...
by nm17
Sun Feb 28, 2021 2:13 pm
Forum: General
Topic: Nuget packaging - can't find dll?
Replies: 10
Views: 85660

Nuget packaging - can't find dll?

... installed usually as an upgrade to previous app version. The installer project correctly detects Phidget nuget dlls and does put them in the application ... from HRESULT: 0x8007007E) at Phidget22.Phidget22Imports.PhidgetLog_enable(LogLevel level, IntPtr destination) at Phidget22.Log.Enable(LogLevel ...
by kiu
Thu Oct 03, 2019 7:44 am
Forum: C#.NET
Topic: Absolute Rotation Quaternion From Phidgets Spatial MOT1101_0 in Unity3d??
Replies: 46
Views: 386840

Re: Absolute Rotation Quaternion From Phidgets Spatial MOT1101_0 in Unity3d??

... to go back a version in Unity (2019.1.14) and made a very barebone test project to make sure nothing is interfering) The cleanup procedure is promising ... crash. I'm not sure how to resolve this... This is the actual crash-log: Unity Editor by Unity Technologies [version: Unity 2019.1.14f1_148b5891095a] ...
by djcruz
Mon Oct 29, 2018 6:43 pm
Forum: General
Topic: Phidget Rapidly Connecting and Disconnecting
Replies: 3
Views: 6151

Phidget Rapidly Connecting and Disconnecting

Hello, I've been practicing with the python API for a project for my work. I've encountered a strange issue I've been trying to solve ... import * #for the logger from Phidget22.Devices.Log import * from Phidget22.LogLevel import * #this list will search for voltage ...
by IanBloomfield
Wed Feb 28, 2018 12:56 am
Forum: C#.NET
Topic: Help with coding spatial project
Replies: 4
Views: 6986

Help with coding spatial project

... the interface very confusing on visual studio. I can get the example projects working to demonstrate all the capabilities of the spatial phidget. ... spatials connected via a VINT HUB with USB all I need is to be able to log the accelerometer data and gyroscope data from each spatial and output ...
by headcrash
Fri Aug 11, 2017 2:51 pm
Forum: Other
Topic: Home Fuel Oil Boiler/Furnace Monitor
Replies: 1
Views: 21115

Home Fuel Oil Boiler/Furnace Monitor

... and 1 Phidgets humidity sensor connected to the 8/8/8 Interface's analog inputs. The furnace's oil boiler burner is connected to an 115 volt AC ... digital input and know when the fan is running. Getting back to the project itself… the Beagleboard (under Linux/Python) has been running Phidgets ...
by drc
Tue May 30, 2017 2:48 pm
Forum: Python
Topic: Python code for handling Events from Digital input
Replies: 3
Views: 7455

Re: Python code for handling Events from Digital input

... and records outdoor temperature by reading 2 digital inputs and 1 analog input from a Phidgets I/O card. The program is very simple, and is based ... for many many months on an old Mac mini. Good luck with your Phidgets project!