I am very new to Python and phidgets. Can someone point me to some sample Python code for setting a Vint HUB and load cell? I have downloaded all the python libraries and the sample code for voltage ratio, but I still have questions. Or if someone has another Python Vint project that could share that would also be helpfull
The sample code for voltage ratio is the correct example for the DAQ1500. If you want an example of it being used in an actual project, check out this pet food monitoring scale. This project uses C instead of python, but the libraries have the same structure so it should still give you a good idea of what to do.