9300 servo plc, System blocks – Lenze Drive PLC Developer Studio 9300 Servo PLC (V8.x) User Manual
Page 26

2.3
AIF3_IO_AutomationInterface (node number 43)
9300 Servo PLC
System blocks
2−12
L
9300 Servo PLC EN 5.0
System variables
Variable
Data type
Signal type
Address
Display code
Display
format
Note
AIF3_nInW1_a
Integer
Analog
%IW43.0
AIF3_nInW2_a
%IW43.1
AIF3_nInW3_a
%IW43.2
AIF3_nInW4_a
%IW43.3
AIF3_bInB0_b
Bool
Binary
%IX43.0.0
...
...
AIF3_bInB15_b
%IX43.0.15
AIF3_bInB16_b
%IX43.1.0
...
...
AIF3_bInB31_b
%IX43.1.15
AIF3_dnInD1_p
Double integer
Position
%ID43.0
User data
The 4 first bytes of the received 8 bytes of user data are assigned to several variables of different data
types simultaneously. Thus the data can be evaluated in the PLC program as
·
binary information (1 bit)
·
quasi−analog value (16 bits)
·
angle information (32 bits)
according to the requirements.
Byte
Variable (1 bit)
Variable (16 bits)
Variable (32 bits)
1, 2
AIF3_bInB0_b
...
AIF3_bInB15_b
AIF3_nInW1_a
AIF3_dnInD1_p
3, 4
AIF3_bInB16_b
...
AIF3_bInB31_b
AIF3_nInW2_a
5, 6
AIF3_nInW3_a
7, 8
AIF3_nInW4_a