Home
PlanetCNC SDK
TNG API
Python
Named Pipes
TNG supports inter-process communication (IPC) through named pipes.
These are used to run TNG expressions by using the eval keyword followed by the expression.
Here are some examples:
eval getparam('_version') eval estop() eval open() ...