Read actual PWM of heater
-
Hello
I'm testing new M codes using dsf python scripts. This is really good, but in one of this I need information about actual PWM of heater. In ObjectModel I can find only average PWM and state which means "active", "off", etc. Is it possible to read actual PWM / bang bang status (heated or not)? -
@lem not without making modifications to RRF so that it supplies that specific thing to the object model. as far as I understand, at least.
How are you running the mcodes in python? I could only manage to use perform_simple_code() method since it takes in a whole string. When I tried to use perform_code() I could not get any parameters to send..
-
-
@lem currently the actual heater PWM is not available in the object model. What do you need it for, and why is the average PWM (which is averaged over the last several seconds) not suitable??
-
@dc42 I have too weak power supply so I have to heat chamber only if bed is not heated. Earlier I did it in firmware but it will be nice to do it in Python script.