Page 1 of 1

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

Posted: Mon Jul 12, 2021 1:26 pm
by abhijelly
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?

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