<< Click to Display Table of Contents >> Navigation: »No topics above this level« ADI device objects |
The ADI communication device is determined with the ADI device object.
The following communication devices can be defined:
The communication device is defined in the device object's connection description with the necessary device parameters. Within the connection description, individual parameters are differentiated between using parameter identifiers. These parameter identifiers always begin with the "/" character.
Syntax of connection description:
/IF=<device name> [/<ID1>=<parameter value> [/<ID2>=<parametervalue> ... ]]
The /IF parameter is common to all communication devices. All other parameters depend on the communication device being used. Device names are not case-sensitive. At least one empty space is to be entered between the individual parameter specifications.
The connection description must always be specified in quotation marks ("...") in the object description.
Connection description example:
CD="/IF=panel /DA=2"
The following table shows all parameters which can be defined for an industrial PC in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
pc |
None |
PC device. Value: "/IF=pc". |
Connection description example:
CD="/IF=pc"
The following table shows all parameters which can be defined for an Automation Panel or a display unit in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
PANEL |
None |
Panel device. Value: "/IF=PANEL". |
/DA |
0 - 15 |
None |
Panel address. Depending on the device, one or more Automation Panels can be connected to the PC or a display unit can be installed. The panel address specifies which connected panel the device object is referring to. If the DA parameter is not specified, the device object refers to the default panel, i.e. the panel connected first or onboard PC display. Example: "/DA=2" |
Connection description example:
CD="/IF=panel /DA=2"
The following table shows all parameters which can be defined for a UPS device in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
ups |
None |
PC device. Value: "/IF=ups". Please note that, depending on the PC used, a UPS device may not be supported or installed! |
Connection description example:
CD="/IF=ups"
The following table shows all parameters which can be defined for a CPU board in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
cpu |
None |
CPU device Value: "/IF=cpu". Please note that, depending on the PC used, a CPU board (as CPU device) may not be supported or installed! |
Connection description example:
CD="/IF=cpu"
The following table shows all parameters which can be defined for a memory module in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
mem, mem1, mem2 |
None |
Memory device: "mem" is supported to ensure compatibility, and like "mem1" represents the PC's first memory module. "mem2" represents the PC's second memory module. Value: "/IF=mem". Please note that, depending on the PC used, a memory module (as memory device) may not be supported or installed! |
Connection description example:
CD="/IF=mem"
The following table shows all parameters which can be defined for a IF module in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
if, if1, if2 |
None |
IF device "if" is supported to ensure compatibility, and like "if1" represents the PC's first IF module. "if2" represents the PC's second IF module. Example: "/IF=if". Please note that, depending on the PC used, an IF module may not be supported or installed! |
Connection description example:
CD="/IF=if"
The following table shows all parameters which can be defined for a I/O board in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
io |
None |
I/O device Value: "/IF=io". Please note that, depending on the PC used, an I/O board may not be supported or installed! |
Connection description example:
CD="/IF=io"
The following table shows all parameters which can be defined for a bus unit in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
bus |
None |
Bus device. Value: "/IF=bus". Please note that, depending on the PC used, a bus unit may not be supported or installed! |
Connection description example:
CD="/IF=bus"
The following table shows all parameters which can be defined for a fan kit in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
fan1, fan2 |
None |
Fan device. "fan1" represents the PC's first fan kit. "fan2" represents the PC's second fan kit. Value: "/IF=fan1". Please note that, depending on the PC used, no fan kits or only one fan kit may be supported or installed! |
Connection description example:
CD="/IF=fan1"
The following table shows all parameters which can be defined for a slide-in drive in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
drive1, drive2 |
None |
Drive device. "drive1" represents the PC's first slide-in drive. "drive2" represents the PC's second slide-in drive. Example: "/IF=drive1". Please note that, depending on the PC used, no slide-in drives or only one slide-in drive may be supported or installed! |
Connection description example:
CD="/IF=drive1"
The following table shows all parameters which can be defined for a Display Link in the device object's connection description.
Param. |
Values |
Settings |
Description |
/IF |
link |
None |
Link device Example: "/IF=link". Please note that, depending on the PC used, a Display Link may not be supported or installed! |
Connection description example:
CD="/IF=link"