Specifications

WebConsole - System Options
59
NX-Series Controllers - WebConsole & Programming Guide
Deleting a Module
Select a module and click the Delete Module button. This action deletes the selected module from the /unbound
directory.
Note: Any corresponding module within the /bound directory will not be deleted. Bound modules must be deleted via the
Purge Bound Modules on Reset selection described within the Configure Device Bindings section.
To browse for a Module file and then upload it to the Master:
1. Click the Browse button next to the Select a module to upload text field to browse for Duet Modules on your PC/
Network.
2. Select the JAR file that you want to upload to the Master.
3. Click the Submit button to upload a copy of the selected JAR file to the target Master's /unbound directory.
If a file of the same specified name already exists within the /unbound directory, the system will prompt you
to confirm overwriting the existing file.
Only JAR file types are allowed for Upload to the target Master.
Manage Devices - Bindings
Click the Bindings link (in the Manage Devices tab) to access the Manage Device Bindings page (FIG. 61). Use the
options on this page to configure application-defined Duet virtual devices with discovered physical devices.
The table on this page displays a list of all application-defined devices, including each device’s "Friendly Name", the
Duet virtual device’s D:P:S assignment, the associated Duet Device SDK class (indicating the type of the device), and
the physical device’s D:P:S assignment. This information has to be pre-coded into the NetLinx file currently on the
Master.
Configuring Application-Defined Devices
Elements such as DUET_DEV_TYPE_DISC_DEVICE and DUET_DEV_POLLED are defined within the NetLinx.axi
file.
The NetLinx.axi file contains both the new API definitions, as well as the pre-defined constants that are used as some of
the API arguments (ex: DUET_DEV_TYPE_DISC_DEVICE).
Note: Physical device names are typically prefixed with "dv" and Virtual device names are typically prefixed with "vdv".
FIG. 61 System - Manage Devices (Manage Device Bindings)