You have opened a project. File > Settings > Projects > "Project name" > Devices > PLC. Click [...] next to the PLC-specific settings field in the Settings: PLC dialog. Select the Addresses tab in the Settings: PLC-specific dialog.
In this tab you define the identifier and the data type for each of the inputs and outputs. You also specify the signal type of the inputs and outputs. EPLAN then searches the schematic for data corresponding to the entered identifier and data type and creates the assignment list based on the affected definition.
Overview of the main dialog elements:
Addressing:
Inputs and outputs can be addressed in the following manner:
- Bitwise
- Bytewise (8 bit)
- Wordwise (2 Byte or 16 bit)
- Double wordwise (4 byte or 32 bit)
- Long wordwise (8 byte or 64 bit).
Separate settings are possible for each of these addressing types.
Here you define a code for the data type. The code may consist of one or more letters and/or numbers. EPLAN uses the code to identify the PLC inputs and outputs in the schematic. The code is also used for filtering entries when importing assignment lists.
Assignment of codes:
Code consists of |
PLC input |
PLC output |
---|---|---|
Identifiers |
E 3.1 |
A 4.5 |
Numbers |
|
|
Here you assign particular data types to the address type. The entry can be made manually or from the drop-down list. Sensible entries are:
-
BOOL -
BYTE -
WORD -
DWORD -
LWORD -
REAL
In addition the entries
Select whether it is a digital or analog, input or output from the drop-down list.
Here you enter the increment used for each step when numbering the PLC addresses.
For address formats with multiple address parts which are structured from multiple counters and separators, you enter the individual increments separated by the separators defined in the address format.
The increment must not be larger than the end value set in the address format for the respective counter.
See also