I have a motor brake wired to an HCL expansion board. I want to turn it on and off manually and am trying to do it through M950 and M42 commands:
M950 P123.0 C"out0";
M42 P123.0 S0.0 ; set 50% PWM on GPIO port 0
When I run this I get:
"Error: M950 parameter P is too high" and "Error: M42 parameter P too high"
Would appreciate any suggestions or ever different commands that may turn off a brake manually...thanks!!