-
Notifications
You must be signed in to change notification settings - Fork 3
DSF Command
Minty Trebor edited this page Mar 8, 2021
·
4 revisions
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.
Command: Enter the g or m-code command to execute
Duet/DSF IP: Select the IP address of the DCB/DSF
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.
The node will pass through the original incoming msg object to the output when triggered.