...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
port | integer | Sets the port that the slave uses to listen for broadcasts from the master. It accepts a number value from 1 to 49150 and it must be set to the same port number as the master. | ||
workgroup | 1 | string | — | Sets this slave as part of the given processing workgroup. See Description above for information about processing. |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This command will enable a DBS slave and join it as part of |
...
// the "Farming" processing group. |
...
slave on -workgroup "Farming"; |
...
slave toggle –workgroup "DBSWorkgroup" – port 5419; |
Additional information
Related commands
...