DSF Command - MintyTrebor/NodeDSF GitHub Wiki

DSF-Command

DSF-Command submits a user defined g or m-code to DCB/DSF for execution. It is stateless and has no ability to discover execution status.

Configuration

Command: Enter the g or m-code command to execute
Duet/DSF IP: Select the IP address of the DCB/DSF

Input

The node can optionally accept msg.payload.cmd within the incoming msg object. If this value is set in the incoming msg object, it will override the Command value set in the configuration interface.

Output

The node will pass through the original incoming msg object to the output when triggered.