Search Results

by abhijelly
Wed Jul 14, 2021 11:50 am
Forum: Python
Topic: How to convert voltage ratio to force(in Newtons)?
Replies: 1
Views: 15648

How to convert voltage ratio to force(in Newtons)?

Hello, I'm using the following code to get the voltage ratios: import sys import time from Phidget22.Devices.VoltageRatioInput import * from Phidget22.PhidgetException import * from Phidget22.Phidget import * from Phidget22.Net import * try: ch = VoltageRatioInput() except RuntimeError as e: print(&...
by abhijelly
Mon Jul 12, 2021 1:26 pm
Forum: Python
Topic: How to figure out the load cell channel number and rated output.
Replies: 0
Views: 21205

How to figure out the load cell channel number and rated output.

I'm trying to digest this code on data logging raw data from load cell. Unlike the code, I'm only using a single channel(0) of 1046 PhidgetBridge at the moment. So my question is how do I figure out he load cell channel no and rated output like in the referenced code? serialNum = 469879 # PhidgetBri...
by abhijelly
Mon Jul 12, 2021 1:25 pm
Forum: Python
Topic: How to figure out the load cell channel number and rated output.
Replies: 0
Views: 19544

How to figure out the load cell channel number and rated output.

I'm trying to digest this code I found on data logging raw data from load cell. Unlike the code, I'm only using a single channel(0) of 1046 PhidgetBridge at the moment. So my question is how do I figure out he load cell channel no and rated output like in the referenced code? serialNum = 469879 # Ph...
by abhijelly
Tue Jul 06, 2021 11:48 am
Forum: Python
Topic: Phidget22.dll module missing
Replies: 1
Views: 8704

Phidget22.dll module missing

I'm using these Phdgets: Load Cell: https://www.phidgets.com/?tier=3&catid=9&pcid=7&prodid=228 Phidget Bridge: https://www.phidgets.com/?tier=3&catid=98&pcid=78&prodid=1027 I using Windows so I've added the Phidget22Python library directory location to the enviroment variable...