public static void JogConti(sbyte axis, sbyte direction)
 {
     MCCL.MCC_JogConti(direction, 10, (char)axis, 0);
 }