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

Supporting 2.7 and 3.2+
Post Reply
abhijelly
Fresh meat
Posts: 4
Joined: Mon Jul 05, 2021 11:48 am
Contact:

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

Post by abhijelly »

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?

Code: Select all

serialNum = 469879 # PhidgetBridge 4-Input
loadCellNo_ch = ['1003','0861','0588'] -------------------------------------> How do I figure out for a single channel?
loadCell_RatedOut = {'1003':3.0020,'0861':2.9981,'0588':2.9987}-------------> How do I figure out for a single channel?
capacity = 100 # Load Cell Capacity [kg]
Data = {} # data
coef = {} # Proportionality coefficient: Capacity/Rated Output
offset = {} # Offset
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest