does anyone have a problem with motor temperatures not updating and just staying at 95 degrees Fahrenheit or is it just my code
TIA
does anyone have a problem with motor temperatures not updating and just staying at 95 degrees Fahrenheit or is it just my code
TIA
Can I see the program please? Also what language is it (cpp, python, js, etc)
The thermometers only have a resolution of 5 degrees Celsius or 9 degrees Fahrenheit, and there’s a bit of lag between heat being generated on the motor and it registering at the thermometer. How are you trying to change their temperature?
@John_TYler This is the code
we are using python
https://www.robotmesh.com/studio/5e0e2df13d68603bcb94933b
That doesn’t answer my question, but I do notice that you are not waiting 50 ms between controller prints. VEXos will ignore any controller prints that happen within 50ms of a previous controller print. (As mentioned in the documentation.)