Device Information Window
The Device Information window consists of three tabs: General, Parameters, and I/O Data.
General
The General tab shows the device basic information and related EDS file information.
- Device Information—Shows the device identity information, catalog number, version number, and serial number. Name contains the product name and product code. Vendor contains the vendor name and vendor ID. Type contains the device type name and type code.
- EDS Information—Shows the related EDS file information. (NULL) is shown if you do not add the device EDS file.
Parameters
The Parameters tab shows the parameter list and parameter description. The tab is empty if you do not add the device EDS file.
- Category—You can show all parameters by selecting [All Parameters] or a subset of parameters in a category by selecting the related category.
- Parameters—The parameter list. You can view or edit the details of a specific parameter value by double-clicking it.
- Parameter Information—The selected parameter information including the description, value range, enumeration meaning list, and engineering value calculation formula.
Parameter List Columns | ||
---|---|---|
Index | Name | Description |
1 | # | The parameter index defined in the EDS file. |
2 | Flag | The parameter flags. R means the parameter is read-only. S means the parameter supports scaling. |
3 | Parameter | The parameter name. |
4 | Value | The parameter value. |
5 | Unit | The parameter unit. |
6 | Type | The parameter data type. |
7 | Size | The parameter size. |
8 | Class ID | Use the three IDs to identify the parameter in the device. You need the IDs when you call ncGetDnetAttribute() and Get DeviceNet Attribute.vi. |
9 | Instance ID | |
10 | Attribute ID |
I/O Data
- Supported I/O—Shows the device-supported I/O connection.
- I/O Information—The selected I/O connection information including the description and Number of Significant Bits. For example, Number of Significant Bits = 2 means that bit 0 and bit 1 are valid bits. This parameter is empty if you do not add the device EDS file.
Supported I/O List Columns | ||
---|---|---|
Index | Name | Description |
1 | IO Type | The I/O connection type, such as Strobe and Poll. |
2 | Input | The input name and its size. |
3 | Output | The output name and its size. |
Refer to Configurator Main Window for more information.