start()

Start the machine.

This function verifies that the program is ready, that the controller is connected and of the correct version, and that the controller is not already running. If these conditions are met, it asynchronously executes the machine start command.

Syntax

planetcnc.start()

Parameters

Parameter Type Description
None

Return Value

Examples

#! /usr/bin/env python 
 
import planetcnc
 
planetcnc.start()

See also

estop
stop
pause
start
output
output_pwm
output_rc
open
close