CNCxPRO V5が勝手に再起動する

Hi Friends,

This error is becuase Homing was moved to a user defined setting. This lets you set custom Homing sequences for different machines. To complete a Homing cycle using $H command you will need to set the board to Home with $22, and also tell it which axis to home first using the $Homing/Cycle settings.
If you send command ‘$S’ you will be able to see all the settings, Homing Cycles are listed near the top and they will show blank.

Example of how to set this up -
Send these commands through the consol

$22=1
$Homing/Cycle2=Y
$Homing/Cycle1=X
$Homing/Cycle0=Z

This will enable homing, and when using $H the Z axis will home first, then the X, and lastly the Y will be homed. You can also do any combination of X, Y, and Z such as

$Homing/Cycle1=XY

This will home X and Y axis at the same time. Not for standard cartesian machines it is recommend to Home Z axis first to clear any work pieces - then you can Home X and Y.

「いいね!」 1