![Ampcontrol iMac Communications Manual Download Page 41](http://html1.mh-extra.com/html/ampcontrol/imac/imac_communications-manual_2934190041.webp)
IMAC2B015 V2
Uncontrolled Copy - Refer to Ampcontrol Website for Latest Version
Page 40 of 41
Ampcontrol Pty Ltd
– ABN 28 000 915 542
iMAC2 Controller EtherNet/IP Communications Manual
IMAC2B015 V2
– 07/17
A
P
P
R
OV
E
D
FOR
E
X
T
E
R
N
A
L
D
IS
TR
IB
U
T
ION
–
P
R
OP
E
R
T
Y
OF
A
M
P
C
ON
TR
OL
P
T
Y
LTD
–
N
O
T
T
O
B
E
R
E
P
R
OD
U
C
E
D
I
N
P
A
R
T
It has three modules
– an AIM module, a DI4 module and an RTD1 module. When running, the web
interface shows the online modules as in Figure 8. The modules and addresses are as follows:
iMAC address 10: EOL module.
iMAC address 20: DI4 module.
iMAC address 28: AIM_FLAGS module.
iMAC address 29: AIM_AI module.
iMAC address 30: AIM_Power module.
iMAC address 40: RTD1_FLAGS module.
iMAC address 41: RTD1_Temp module.
iMAC address 96: MEOL module.
In RSLogix5000, this network information is entered as follows:
IMAC_Network.Lookup_Table[20].Module_Type := 15;
// DI4 type
IMAC_Network.Lookup_Table[28].Module_Type := 48;
// AIM_FLAGS type
IMAC_Network.Lookup_Table[29].Module_Type := 49;
// AIM_AI type
IMAC_Network.Lookup_Table[30].Module_Type := 50;
// AIM_Power type
IMAC_Network.Lookup_Table[40].Module_Type := 54;
// RTD1_FLAGS type
IMAC_Network.Lookup_Table[41].Module_Type := 55;
// RTD1_Temp_Input type
Figure 8: iMAC web interface online modules.