You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using modified versions of the receiver/tranceiver classes, you can feedback the value of a QSpinDoubleBox on the receiver all the way to the controller.py in order to reset the target temperature for the PID controller. For this, the controller.py socket needs to be of type zmq.DEALER and receiver/tranceiver need to be bidirectional (see here)
The text was updated successfully, but these errors were encountered:
Using modified versions of the
receiver/tranceiver
classes, you can feedback the value of a QSpinDoubleBox on the receiver all the way to thecontroller.py
in order to reset the target temperature for thePID
controller. For this, thecontroller.py
socket needs to be of typezmq.DEALER
andreceiver/tranceiver
need to be bidirectional (see here)The text was updated successfully, but these errors were encountered: