Page 1 of 1

Python Vint DAQ1500 Wheatstone Bridge

Posted: Fri Nov 17, 2017 12:51 pm
by slojeeps
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

Re: Python Vint DAQ1500 Wheatstone Bridge

Posted: Fri Nov 17, 2017 1:37 pm
by mparadis
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.